| Home | Trees | Index | Help |  | 
|---|
| Package kiwi :: Package ui :: Module proxywidget :: Class ProxyWidgetMixin | 
 | 
object --+
         |
        ProxyWidgetMixin
ProxyButton,
    ProxyCheckButton,
    ProxyColorButton,
    ProxyComboBox,
    ProxyFileChooserButton,
    ProxyFileChooserWidget,
    ProxyFontButton,
    ProxyLabel,
    ProxyRadioButton,
    ValidatableProxyWidgetMixinThis class is a mixin that provide a common interface for KiwiWidgets.
Usually the Proxy class need to set and get data from the widgets. It also need a validation framework.| Method Summary | |
|---|---|
| Set the data type for the widget | |
| Must matche the data-type property. | Get the content of the widget. | 
| set_data_format(self,
          format) | |
|  | |
| Class Variable Summary | |
|---|---|
| tuple | allowed_data_types: A list of types which we are allowed to use in this class. | 
| Method Details | 
|---|
| prop_set_data_type(self, data_type)Set the data type for the widget
 | 
| read(self)Get the content of the widget. The type of the return value
 | 
| update(self, value)
 | 
| Class Variable Details | 
|---|
| allowed_data_typesA list of types which we are allowed to use in this class.
 | 
| Home | Trees | Index | Help |  | 
|---|
| Generated by Epydoc 2.1 on Fri Mar 23 15:56:54 2007 | http://epydoc.sf.net |