Undocumented
Method __init__ Undocumented
Method do_changed Undocumented
Method read No summary
Method update Update the content value of the widget. @param value:
Method prop_set_mandatory Undocumented
Method set_valid Changes the validation state to valid, which will remove icons and reset the background color
Method set_invalid Changes the validation state to invalid. @param text: text of tooltip of None @param fade: if we should fade the background
Method set_blank Changes the validation state to blank state, this only applies for mandatory widgets, draw an icon and set a tooltip
Method get_background Implement in subclass

Inherited from ProxyWidgetMixin (via ValidatableProxyWidgetMixin):

Class Variable allowed_data_types A list of types which we are allowed to use in this class.
Method prop_set_data_type Set the data type for the widget
Method set_data_format Undocumented
Method set_options_for_datatype No summary
Method _as_string Convert a value to a string @param data: data to convert
Method _from_string No summary

Inherited from ProxyWidgetMixin (via ValidatableProxyWidgetMixin):

Class Variable allowed_data_types A list of types which we are allowed to use in this class.
Method prop_set_data_type Set the data type for the widget
Method set_data_format Undocumented
Method set_options_for_datatype No summary
Method _as_string Convert a value to a string @param data: data to convert
Method _from_string No summary

Inherited from ProxyWidgetMixin (via ValidatableProxyWidgetMixin):

Class Variable allowed_data_types A list of types which we are allowed to use in this class.
Method prop_set_data_type Set the data type for the widget
Method set_data_format Undocumented
Method set_options_for_datatype No summary
Method _as_string Convert a value to a string @param data: data to convert
Method _from_string No summary

Inherited from ProxyWidgetMixin (via ValidatableProxyWidgetMixin):

Class Variable allowed_data_types A list of types which we are allowed to use in this class.
Method prop_set_data_type Set the data type for the widget
Method set_data_format Undocumented
Method set_options_for_datatype No summary
Method _as_string Convert a value to a string @param data: data to convert
Method _from_string No summary
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):
API Documentation for Kiwi, generated by pydoctor at 2016-01-26 21:09:06.