Package | Description |
---|---|
org.apache.tapestry.contrib.tree.model | |
org.apache.tapestry.contrib.tree.simple |
Modifier and Type | Interface and Description |
---|---|
interface |
IMutableTreeNode
Defines the requirements for a tree node object that can change --
by adding or removing child nodes, or by changing the contents
of a user object stored in the node.
|
Modifier and Type | Method and Description |
---|---|
ITreeNode |
ITreeNode.getParent()
Returns the parent
ITreeNode of the receiver. |
Modifier and Type | Method and Description |
---|---|
boolean |
ITreeNode.containsChild(ITreeNode node)
Returns the true if current node contains received children, otherwise return false;
|
Modifier and Type | Class and Description |
---|---|
class |
TreeNode |
Modifier and Type | Field and Description |
---|---|
protected ITreeNode |
SimpleTreeDataModel.m_objRootNode |
Modifier and Type | Method and Description |
---|---|
ITreeNode |
TreeNode.getParent() |
Modifier and Type | Method and Description |
---|---|
boolean |
TreeNode.containsChild(ITreeNode node) |
Constructor and Description |
---|
SimpleTreeDataModel(ITreeNode objRootNode)
Constructor for SimpleTreeDataModel.
|