| Package | Description |
|---|---|
| com.orchestranetworks.addon.dmdv.model.extension |
Provides the interface and classes to generate data model graphs from external sources and customize look and feel.
|
| Modifier and Type | Method and Description |
|---|---|
TableGroup |
TableGroup.addGroup(String name)
Adds a child group to the current group.
|
TableGroup |
Table.addGroup(String name)
Adds a child group node inside the current table node.
|
TableGroup |
TableGroup.getParent()
Returns the direct parent group node of the current node;
returns
null if the current group node is a direct child of the table node. |
TableGroup |
TableField.getParent()
Returns the direct parent group node; returns
null if the current node is a direct child of a table node. |