kiwi.ui.widgets.combo.ProxyComboBoxEntry(PropertyObject, BaseComboBoxEntry, ValidatableProxyWidgetMixin)
class documentationkiwi.ui.widgets.combo
(View In Hierarchy)
Known subclasses: kiwi.ui.widgets.combobox.ComboBoxEntry
Method | __init__ | Undocumented |
Method | __nonzero__ | Undocumented |
Method | __len__ | Undocumented |
Method | prop_set_list_editable | Undocumented |
Method | read | No summary |
Method | update | Update the content value of the widget. @param value: |
Method | prefill | See L{kiwi.interfaces.IEasyCombo.prefill} |
Method | clear | See L{kiwi.interfaces.IEasyCombo.clear} |
Method | append_item | See L{kiwi.interfaces.IEasyCombo.append_item} |
Method | insert_item | See L{kiwi.interfaces.IEasyCombo.insert_item} |
Method | select | See L{kiwi.interfaces.IEasyCombo.select} |
Method | select_item_by_position | See L{kiwi.interfaces.IEasyCombo.select} |
Method | select_item_by_label | See L{kiwi.interfaces.IEasyCombo.select_item_by_position} |
Method | select_item_by_data | See L{kiwi.interfaces.IEasyCombo.select_item_by_label} |
Method | get_model_strings | See L{kiwi.interfaces.IEasyCombo.select_item_by_data} |
Method | get_model_items | See L{kiwi.interfaces.IEasyCombo.get_model_strings} |
Method | get_selected_label | See L{kiwi.interfaces.IEasyCombo.get_model_items} |
Method | get_selected_data | See L{kiwi.interfaces.IEasyCombo.get_selected_label} |
Method | get_selected | See L{kiwi.interfaces.IEasyCombo.get_selected_data} |
Method | set_mode | Undocumented |
Method | _update_selection | Undocumented |
Method | _add_text_to_combo_list | Undocumented |
Method | _on__key_release_event | Checks for "Enter" key presses and add the entry text to the combo list if the combo list is set as editable. |
Method | _on_child_entry__changed | Called when something on the entry changes |
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 | 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):
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):
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):
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 @rtype: Must matche the data-type property.