| Package | Description |
|---|---|
| com.jgeppert.struts2.jquery.tree.result |
| Modifier and Type | Method and Description |
|---|---|
Collection<TreeNode> |
TreeNode.getChildrens() |
| Modifier and Type | Method and Description |
|---|---|
int |
TreeNode.compareTo(TreeNode other) |
| Modifier and Type | Method and Description |
|---|---|
void |
TreeNode.setChildren(Collection<TreeNode> childrens) |
| Constructor and Description |
|---|
TreeNode(String text,
Collection<TreeNode> children) |
TreeNode(String id,
String text,
Collection<TreeNode> children) |
Copyright © 2017. All rights reserved.