Uses of Class
com.orchestranetworks.addon.dmdv.model.extension.TableGroup
-
Packages that use TableGroup 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. -
-
Uses of TableGroup in com.orchestranetworks.addon.dmdv.model.extension
Methods in com.orchestranetworks.addon.dmdv.model.extension that return TableGroup Modifier and Type Method Description TableGroupTable. addGroup(java.lang.String name)Adds a child group node inside the current table node.TableGroupTableGroup. addGroup(java.lang.String name)Adds a child group to the current group.TableGroupTableField. getParent()Returns the direct parent group node; returnsnullif the current node is a direct child of a table node.TableGroupTableGroup. getParent()Returns the direct parent group node of the current node; returnsnullif the current group node is a direct child of the table node.
-