Class k.u.w.e.ProxyDateEntry(PropertyObject, DateEntry, ValidatableProxyWidgetMixin):

Part of kiwi.ui.widgets.entry
Undocumented
Function__init__Undocumented
Functiondo_changedUndocumented
Functionread
Get the content of the widget.
Functionupdate
Update the content value of the widget.
Functionprop_set_mandatoryUndocumented
Functionset_valid
Changes the validation state to valid, which will remove icons and
Functionset_invalid
Changes the validation state to invalid.
Functionset_blank
Changes the validation state to blank state, this only applies
Functionget_background
Implement in subclass
def __init__(self):
Undocumented
def do_changed(self):
Undocumented
def read(self):
Get the content of the widget. The type of the return value
def update(self, data):
Update the content value of the widget.
def prop_set_mandatory(self, value):
Undocumented
def set_valid(self):
Changes the validation state to valid, which will remove icons and reset the background color
def set_invalid(self, text=None, fade=True):
Changes the validation state to invalid.
def set_blank(self):
Changes the validation state to blank state, this only applies for mandatory widgets, draw an icon and set a tooltip
def get_background(self):
Implement in subclass