Package orm2 :: Package ui :: Package xist :: Module result_table :: Class arbitrary_header
[hide private]
[frames] | no frames]

Class arbitrary_header

source code

     _cell --+    
             |    
        header --+
                 |
arbitrary_cell --+
                 |
                arbitrary_header

An arbitrary_header belongs to an arbitrary column. They are matched by their name (which takes the place of the dbproperty's attribute_name).

Nested Classes [hide private]

Inherited from arbitrary_cell: dummy_dbproperty


Instance Methods [hide private]
  __init__(self, result_table, name, title=None)

Inherited from header: __call__, title


Method Details [hide private]

__init__(self, result_table, name, title=None)
(Constructor)

source code 
Overrides: header.__init__
(inherited documentation)