Package kiwi :: Package ui :: Module objectlist :: Class Column
[frames | no frames]

Type Column

        object --+
                 |
    object --+   |
             |   |
PropertyObject --+
                 |
                Column

Known Subclasses:
ColoredColumn, SequentialColumn

Specifies a column for an ObjectList, see the ObjectList documentation for a simple example.

Properties


Method Summary
  as_string(self, data)
  get_attribute(model, attr_name, default, flat, ref, TupleType, MethodType, split, kgetattr_guard, getattr, dummycache, LAMBDA_ACCESS, METHOD_ACCESS, TUPLE_ACCESS, NWR_METHOD_ACCESS, NWR_TUPLE_ACCESS, FAST_METHOD_ACCESS, FAST_TUPLE_ACCESS)
Returns the value associated with the attribute in model named by attr_name. (Static method)
  prop_set_data_type(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)

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 0x4021572c>, kgetattr_guard=<function kgetattr_guard at 0x411824c4>, getattr=<built-in function getattr>, dummycache=<kiwi.accessor.CacheControl object at 0x4117f86c>, 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

Type:
NoneType
Value:
None                                                                  

on_attach_renderer

Type:
NoneType
Value:
None                                                                  

renderer_func

Type:
NoneType
Value:
None                                                                  

Generated by Epydoc 2.1 on Mon Jan 29 16:42:59 2007 http://epydoc.sf.net