Package logilab-common-0 :: Package 36 :: Package 1 :: Package ureports :: Module nodes :: Class BaseLayout
[frames] | no frames]

Class BaseLayout

source code


base container node

attributes
* BaseComponent attributes
* children : components in this table (i.e. the table's cells)

Instance Methods
 
__init__(self, children=(), **kwargs) source code
 
append(self, child)
overridden to detect problems easily
source code
 
parents(self)
return the ancestor nodes
source code
 
add_text(self, text)
shortcut to add text data
source code
Method Details

__init__(self, children=(), **kwargs)
(Constructor)

source code 
Overrides: BaseComponent.__init__