Class k.u.s.ComboSearchFilter(SearchFilter):

Part of kiwi.ui.search View In Hierarchy

Method __init__ Create a new ComboSearchFilter object.
Method get_state Implement this in a subclass
Method get_title_label Undocumented
Method get_mode_combo Undocumented
Method get_description Returns a description of the search filter.
Method select selects an item in the combo
Method _on_combo__content_changed Undocumented

Inherited from SearchFilter:

Method _add_remove_button Undocumented
Method _on_remove_clicked Undocumented
Method do_set_property Undocumented
Method do_get_property Undocumented
Method set_label Undocumented
Method set_removable Undocumented
def __init__(self, label='', values=None):
Create a new ComboSearchFilter object.
Parametersnamename of the search filter
valuesitems to put in the combo, see kiwi.ui.widgets.combo.ProxyComboBox.prefill
def get_state(self):
Implement this in a subclass
def get_title_label(self):
Undocumented
def get_mode_combo(self):
Undocumented
def get_description(self):
Returns a description of the search filter.
Returnsa string describing the search filter.
def select(self, data):
selects an item in the combo
Parametersdatawhat to select
def _on_combo__content_changed(self, mode):
Undocumented
API Documentation for Kiwi, generated by pydoctor at 2009-07-14 14:46:19.