Package | Description |
---|---|
com.liferay.portal.kernel.util |
This package defines the kernel utility interfaces and classes.
|
Modifier and Type | Method and Description |
---|---|
TreeNode<T> |
TreeNode.addChildNode(T value) |
TreeNode<T> |
TreeNode.getParentNode() |
TreeNode<T> |
ListTree.getRootNode() |
Modifier and Type | Method and Description |
---|---|
List<TreeNode<T>> |
TreeNode.getChildNodes() |
List<TreeNode<T>> |
ListTree.getChildNodes(TreeNode<T> node) |
Modifier and Type | Method and Description |
---|---|
List<TreeNode<T>> |
ListTree.getChildNodes(TreeNode<T> node) |
protected void |
ListTree.getChildNodes(TreeNode<T> node,
List<TreeNode<T>> nodes) |
Modifier and Type | Method and Description |
---|---|
protected void |
ListTree.getChildNodes(TreeNode<T> node,
List<TreeNode<T>> nodes) |
Constructor and Description |
---|
TreeNode(T value,
TreeNode<T> parentNode) |
TreeNode(T value,
TreeNode<T> parentNode,
List<TreeNode<T>> childNodes) |
Constructor and Description |
---|
TreeNode(T value,
TreeNode<T> parentNode,
List<TreeNode<T>> childNodes) |