Known subclasses: kiwi.ui.widgets.combobox.ComboBoxEntry

No class docstring
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 kiwi.interfaces.IEasyCombo.prefill
Method clear See kiwi.interfaces.IEasyCombo.clear
Method append_item See kiwi.interfaces.IEasyCombo.append_item
Method insert_item See kiwi.interfaces.IEasyCombo.insert_item
Method select See kiwi.interfaces.IEasyCombo.select
Method select_item_by_position See kiwi.interfaces.IEasyCombo.select
Method select_item_by_label See kiwi.interfaces.IEasyCombo.select_item_by_position
Method select_item_by_data See kiwi.interfaces.IEasyCombo.select_item_by_label
Method get_model_strings See kiwi.interfaces.IEasyCombo.select_item_by_data
Method get_model_items See kiwi.interfaces.IEasyCombo.get_model_strings
Method get_selected_label See kiwi.interfaces.IEasyCombo.get_model_items
Method get_selected_data See kiwi.interfaces.IEasyCombo.get_selected_label
Method get_selected See 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):

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, **kwargs):
Undocumented
def __nonzero__(self):
Undocumented
def __len__(self):
Undocumented
def prop_set_list_editable(self, value):
Undocumented
def _update_selection(self, text=None):
Undocumented
def _add_text_to_combo_list(self):
Undocumented
def _on__key_release_event(self, widget, event):

Checks for "Enter" key presses and add the entry text to the combo list if the combo list is set as editable.

def _on_child_entry__changed(self, widget):

Called when something on the entry changes

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 prefill(self, itemdata, sort=False, clear_entry=True):
def append_item(self, label, data=None):
def insert_item(self, position, label, data=None):

See kiwi.interfaces.IEasyCombo.insert_item

def select(self, data):
def select_item_by_position(self, pos):
def select_item_by_label(self, label):
def select_item_by_data(self, data):
def get_model_strings(self):
def get_model_items(self):
def get_selected_label(self):
def get_selected_data(self):
def set_mode(self, mode):
Undocumented
API Documentation for Kiwi, generated by pydoctor at 2015-12-15 11:23:22.