| Home | Trees | Index | Help |  | 
|---|
| Package kiwi :: Package ui :: Module objectlist :: Class Column | 
 | 
        object --+
                 |
    object --+   |
             |   |
PropertyObject --+
                 |
                Column
ColoredColumn,
    SequentialColumnObjectList, see the ObjectList 
documentation for a simple example.
kiwi.currency.currency, kiwi.python.enum.
        | Method Summary | |
|---|---|
| as_string(self,
          data) | |
| Returns the value associated with the attribute in model named by attr_name. (Static method) | |
| prop_set_data_type(self,
          data) | |
| Inherited from PropertyObject | |
|  | |
|  | |
|  | |
|  | |
| Class Variable Summary | |
|---|---|
| NoneType | cell_data_func= None | 
| NoneType | on_attach_renderer= None | 
| NoneType | renderer_func= None | 
| Static Method Details | 
|---|
| get_attribute(model, attr_name, default=<class kiwi.accessor._AttrUnset at 0x411746bc>, flat=0, ref=<type 'weakref'>, TupleType=<type 'tuple'>, MethodType=<type 'instancemethod'>, split=<function split at 0x4021564c>, kgetattr_guard=<function kgetattr_guard at 0x4119c454>, getattr=<built-in function getattr>, dummycache=<kiwi.accessor.CacheControl object at 0x4117f9ec>, LAMBDA_ACCESS=0, METHOD_ACCESS=1, TUPLE_ACCESS=2, NWR_METHOD_ACCESS=3, NWR_TUPLE_ACCESS=4, FAST_METHOD_ACCESS=5, FAST_TUPLE_ACCESS=6)Returns the value associated with the attribute in model named by attr_name. If default is provided and model does not have an attribute called attr_name, the default value is returned. If flat=1 is specified, no dot path parsing will be done. | 
| Class Variable Details | 
|---|
| cell_data_func
 | 
| on_attach_renderer
 | 
| renderer_func
 | 
| Home | Trees | Index | Help |  | 
|---|
| Generated by Epydoc 2.1 on Fri Mar 23 15:56:54 2007 | http://epydoc.sf.net |