| Package | Description |
|---|---|
| org.itsnat.core.domutil |
Contains utilities to manipulate DOM elements using the pattern approach (lists, tables and trees)
and other utility classes and interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
ElementTreeNodeStructure |
ElementGroupManager.createDefaultElementTreeNodeStructure()
Creates the default DOM element tree node structure.
|
ElementTreeNodeStructure |
ElementTreeNodeList.getElementTreeNodeStructure()
Returns the current structure defined in this tree node list.
|
ElementTreeNodeStructure |
ElementTreeNode.getElementTreeNodeStructure()
Returns the current structure used by this tree node.
|
ElementTreeNodeStructure |
ElementTree.getElementTreeNodeStructure()
Returns the current structure defined in this tree.
|
| Modifier and Type | Method and Description |
|---|---|
ElementTree |
ElementGroupManager.createElementTree(boolean treeTable,
Element parentElement,
boolean removePattern,
ElementTreeNodeStructure structure,
ElementTreeNodeRenderer renderer)
Creates a pattern based DOM element tree.
|
ElementTreeNode |
ElementGroupManager.createElementTreeNode(Element parentElement,
boolean removePattern,
ElementTreeNodeStructure structure,
ElementTreeNodeRenderer renderer)
Creates a pattern based DOM element tree node.
|
ElementTreeNodeList |
ElementGroupManager.createElementTreeNodeList(boolean treeTable,
Element parentElement,
boolean removePattern,
ElementTreeNodeStructure structure,
ElementTreeNodeRenderer renderer)
Creates a pattern based rootless DOM element tree.
|
void |
ElementTreeNodeList.setElementTreeNodeStructure(ElementTreeNodeStructure structure)
Sets the structure defined in this tree node list.
|
void |
ElementTree.setElementTreeNodeStructure(ElementTreeNodeStructure structure)
Sets the structure defined in this tree.
|
Copyright © Innowhere Software, Jose Maria Arranz Santamaria.