Part of kiwi.ui.widgets.combo View In Hierarchy
Known subclasses: kiwi.ui.widgets.combobox.ComboBoxEntry
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 |
Checks for "Enter" key presses and add the entry text to the combo list if the combo list is set as editable.
Get the content of the widget. The type of the return value
Returns | None if the user input a invalid value (type: Must matche the data-type property.) |