Package web2py :: Package gluon :: Module html :: Class TABLE
[hide private]
[frames] | no frames]

Class TABLE

source code

  object --+        
           |        
XmlComponent --+    
               |    
             DIV --+
                   |
                  TABLE
Known Subclasses:
sqlhtml.SQLTABLE

TABLE Component.

If subcomponents are not TR/TBODY/THEAD/TFOOT-components they will be wrapped in a TR

see also :class:`DIV`

Instance Methods [hide private]
 
_fixup(self)
Handling of provided components.
source code

Inherited from DIV: __delitem__, __getitem__, __init__, __len__, __nonzero__, __setitem__, __str__, append, element, elements, flatten, insert, sibling, siblings, update, xml

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__

Class Variables [hide private]
  tag = 'table'

Inherited from DIV: regex_attr, regex_class, regex_id, regex_tag

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

_fixup(self)

source code 

Handling of provided components.

Nothing to fixup yet. May be overridden by subclasses, eg for wrapping some components in another component or blocking them.
Overrides: DIV._fixup
(inherited documentation)