Home | Trees | Indices | Help |
|
---|
|
object --+ | base.structure.StructureBase --+ | object --+ | | | base.common.Parser --+ | base.structure.ParseableStructure --+ | base.structure.Structure --+ | Group
A group is a collection of columns, parameters and other groups with a dash of metadata.
Within a group, you can refer to columns or params of the enclosing table by their names. Nothing outside of the enclosing table can be part of a group.
Rather than referring to params, you can also embed them into a group; they will then *not* be present in the embedding table.
Groups may contain groups.
One application for this is grouping input keys for the form renderer. For such groups, you probably want to give the label property (and possibly cssClass).
Nested Classes | |
Inherited from |
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from Inherited from |
Class Methods | |
Inherited from |
Class Variables | |
name_ =
a sentinel for all kinds of undefined values. |
|
attrSeq =
|
|
managedAttrs =
|
|
Inherited from Inherited from |
Properties | |
table the table definition this group lives in. |
|
Inherited from |
Method Details |
iterates over all params within this group. This includes both params refereced in the parent table and immediate params. |
Class Variable Details |
attrSeq
|
managedAttrs
|
Property Details |
tablethe table definition this group lives in. For nested groups, this still is the ancestor table.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu May 2 07:29:09 2019 | http://epydoc.sourceforge.net |