Package muntjac :: Package ui :: Module table :: Class GeneratedRow
[hide private]
[frames] | no frames]

Class GeneratedRow

source code

object --+
         |
        GeneratedRow

Instance Methods [hide private]
 
__init__(self, *text)
Creates a new generated row.
source code
 
setText(self, *text)
Pass one string if spanColumns is used, one string for each visible column otherwise
source code
 
getText(self) source code
 
getValue(self) source code
 
isHtmlContentAllowed(self) source code
 
setHtmlContentAllowed(self, htmlContentAllowed)
If set to true, all strings passed to setText will be rendered as HTML.
source code
 
isSpanColumns(self) source code
 
setSpanColumns(self, spanColumns)
If set to true, only one string will be rendered, spanning the entire row.
source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, *text)
(Constructor)

source code 

Creates a new generated row. If only one string is passed in, columns are automatically spanned.

@param text

Overrides: object.__init__

setHtmlContentAllowed(self, htmlContentAllowed)

source code 

If set to true, all strings passed to setText will be rendered as HTML.

@param htmlContentAllowed