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

Type SequentialColumn

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


I am a column which will display a sequence of numbers, which represent the row number. The value is independent of the data in the other columns, so no matter what I will always display 1 in the first column, unless you reverse it by clicking on the column header.

If you don't give me any argument I'll have the title of a hash (#) and right justify the sequences.
Method Summary
    Inherited from Column
  as_string(self, data)
  cell_data_func(self, tree_column, renderer, model, treeiter, (column, renderer_prop))
  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
    Inherited from Column
NoneType cell_data_func = None                                                                  
NoneType on_attach_renderer = None                                                                  
NoneType renderer_func = None                                                                  

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