java.lang.Object | |
↳ | org.apache.myfaces.tobago.model.TreePath |
Handles a path in a tree from the root node to the position inside this tree. The position of the root node is dropped in the list, because it would always be zero. The path of the root node as length 0.
Example:+ Root Path: [] | +-+ Node Path: [0] | | | +-+ Sub-Node Path: [0, 0] | | | +-+ Sub-Node Path: [0, 1] | +-+ Node Path: [1] | +-+ Sub-Node Path: [1, 0] | +-+ Sub-Node Path: [1, 1] | +-+ Sub-Node Path: [1, 2]
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
This constructor is deprecated.
since 1.6.0
| |||||||||||
This constructor is deprecated.
since 1.6.0
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
This method is deprecated.
since 1.6.0
| |||||||||||
This method is deprecated.
since 1.5.0
| |||||||||||
This method is deprecated.
since 1.6.0
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
This method is deprecated.
since 1.6.0
Returns the node at the position of this NodePath applied to the parameter node.
tree | The start node. |
---|