Home | Trees | Index | Help |
|
---|
Package kiwi :: Package ui :: Package widgets :: Module combo :: Class ProxyComboBoxEntry |
|
object
--+ |_GObject
--+ |BaseComboBoxEntry
--+ |object
--+ | | |ComboMixin
--+ |object
--+ | | |PropertyObject
--+ |object
--+ | | |ProxyWidgetMixin
--+ | | |ValidatableProxyWidgetMixin
--+ | ProxyComboBoxEntry
ComboBoxEntry
Method Summary | |
---|---|
Removes all items from list and erases entry | |
Fills the Combo with listitems corresponding to the itemdata provided. | |
prop_set_list_editable(self,
value)
| |
Must matche the data-type property. |
Get the content of the widget. |
set_mode(self,
mode)
| |
update(self,
data)
| |
Inherited from PropertyObject | |
| |
| |
| |
| |
Inherited from BaseComboBoxEntry | |
| |
| |
| |
| |
| |
| |
| |
| |
Inherited from ComboMixin | |
Adds a single item to the Combo. | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
Inherited from ValidatableProxyWidgetMixin | |
Return true if the widget is in validated state | |
Changes the validation state to blank state, this only applies for mandatory widgets, draw an icon and set a tooltip | |
Changes the validation state to invalid. | |
Implement in subclass | |
Changes the validation state to valid, which will remove icons and reset the background color | |
Checks if the data is valid. | |
Inherited from ProxyWidgetMixin | |
Set the data type for the widget | |
|
Class Variable Summary | |
---|---|
tuple |
allowed_data_types : A list of types which we are allowed to use in this class. |
Instance Method Details |
---|
clear(self)Removes all items from list and erases entry
|
prefill(self, itemdata, sort=False, clear_entry=False)Fills the Combo with listitems corresponding to the itemdata provided. Parameters:
|
read(self)Get the content of the widget. The type of the return value
|
Class Variable Details |
---|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Thu Oct 19 03:18:14 2006 | http://epydoc.sf.net |