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

Class column

source code

_cell --+
        |
       column
Known Subclasses:
arbitrary_column

Maybe this should be call 'data cell' or so, it's a cell in a column.

Instance Methods [hide private]
  __call__(self, dbobj, base_url, request)
Return the HTLM for this cell as a XIST DOM tree.
  __init__(self, result_table, dbproperty)

Method Details [hide private]

__call__(self, dbobj, base_url, request)
(Call operator)

source code 
Return the HTLM for this cell as a XIST DOM tree.
Overrides: _cell.__call__
(inherited documentation)

__init__(self, result_table, dbproperty)
(Constructor)

source code 
None
Overrides: _cell.__init__