Class k.u.s.ComboSearchFilter(
SearchFilter
):
Part of
kiwi.ui.search
a label
a combo with a set of predefined item to select from
Function
__init__
Create a new ComboSearchFilter object.
Function
get_state
Implement this in a subclass
Function
select
selects an item in the combo
Function
_on_combo__content_changed
Undocumented
def
__init__(self, label='', values=None):
Create a new ComboSearchFilter object.
param
name
name of the search filter
param
values
items to put in the combo, see
kiwi.ui.widgets.combo.ProxyComboBox.prefill
def
get_state(self):
Implement this in a subclass
def
select(self, data):
selects an item in the combo
param
data
what to select
def
_on_combo__content_changed(self, mode):
Undocumented