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

Part of kiwi.ui.widgets.entry View In Hierarchy

Undocumented
Method __init__ Undocumented
Method do_changed Undocumented
Method read Get the content of the widget.
Method update Update the content value of the widget.
Method prop_set_mandatory Undocumented
Method set_valid Changes the validation state to valid, which will remove icons and
Method set_invalid Changes the validation state to invalid.
Method set_blank Changes the validation state to blank state, this only applies
Method get_background Implement in subclass

Inherited from PropertyObject:

Class Method __class_init__ Undocumented
Method __post_init__ A hook which is called after the constructor is called.
Method get_attribute_names Undocumented
Method is_default_value Undocumented
Method do_set_property Undocumented
Method do_get_property Undocumented
Method _set Undocumented
Method _get Undocumented

Inherited from DateEntry:

Method do_grab_focus Undocumented
Method set_date Sets the date.
Method get_date Get the selected date
Method _on_entry__changed Undocumented
Method _on_entry__activate Undocumented
Method _on_entry__scroll_event Undocumented
Method _on_button__toggled Undocumented
Method _on_popup__hide Undocumented
Method _on_popup__date_selected Undocumented
Method _changed Undocumented

Inherited from ValidatableProxyWidgetMixin:

Method update_background Implement in subclass
Method set_pixbuf Implement in subclass
Method get_icon_window Implement in subclass
Method set_tooltip Implement in subclass
Method is_valid Verify the widget state.
Method validate Checks if the data is valid.
Method _set_valid_state Updates the validation state and emits a signal iff it changed
Method _draw_stock_icon Undocumented
Method _on_fadeout__color_changed Undocumented

Inherited from ProxyWidgetMixin (via ValidatableProxyWidgetMixin):

Method prop_set_data_type Set the data type for the widget
Method set_data_format Undocumented
Method set_options_for_datatype Set some options to be passed to the datatype converter.
Method _as_string Convert a value to a string
Method _from_string Convert a string to the data type of the widget
def __init__(self):
Undocumented
def do_changed(self):
Undocumented
def read(self):
Get the content of the widget. The type of the return value
ReturnsNone if the user input a invalid value (type: Must matche the data-type property. )
def update(self, data):
Update the content value of the widget.
Parametersvalue
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.
Parameterstexttext of tooltip of None
fadeif we should fade the background
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
API Documentation for Kiwi, generated by pydoctor at 2010-05-20 02:10:57.