Package | Description |
---|---|
com.liferay.portal.kernel.util |
This package defines the kernel utility interfaces and classes.
|
Modifier and Type | Method and Description |
---|---|
List<TreeNodeView> |
TreeNodeView.getChildren() |
List<TreeNodeView> |
TreeView.getList() |
Modifier and Type | Method and Description |
---|---|
void |
TreeNodeView.addChild(TreeNodeView treeNodeView) |
Modifier and Type | Method and Description |
---|---|
void |
TreeNodeView.setChildren(List<TreeNodeView> children) |
Constructor and Description |
---|
TreeView(List<TreeNodeView> list,
int depth) |