| Method Summary |
| |
clear(self)
Removes all items from list |
| |
prefill(self,
itemdata,
sort)
Fills the Combo with listitems corresponding to the itemdata
provided. |
| Must matche the data-type property.
|
read(self)
Get the content of the widget. |
| |
update(self,
data)
|
| Inherited from PropertyObject |
| |
do_get_property(self,
pspec)
|
| |
do_set_property(self,
pspec,
value)
|
| |
get_attribute_names(self)
|
| |
is_default_value(self,
attr,
value)
|
| Inherited from ComboMixin |
| |
append_item(self,
label,
data)
Adds a single item to the Combo. |
| |
get_model_items(self)
|
| |
get_model_strings(self)
|
| |
get_selected(self)
|
| |
get_selected_data(self)
|
| |
get_selected_label(self)
|
| |
select(self,
data)
|
| |
select_item_by_data(self,
data)
|
| |
select_item_by_label(self,
label)
|
| |
select_item_by_position(self,
pos)
|
| |
set_mode(self,
mode)
|
| Inherited from ProxyWidgetMixin |
| |
prop_set_data_type(self,
data_type)
Set the data type for the widget |
| |
set_data_format(self,
format)
|