org.apache.myfaces.custom.tree2
public class TreeNodeBase extends Object implements TreeNode, Comparable
| Constructor Summary | |
|---|---|
| TreeNodeBase() | |
| TreeNodeBase(String type, String description, boolean leaf) | |
| TreeNodeBase(String type, String description, String identifier, boolean leaf) | |
| Method Summary | |
|---|---|
| int | compareTo(Object obj) |
| int | getChildCount() |
| List | getChildren() |
| String | getDescription() |
| String | getIdentifier() |
| String | getType() |
| boolean | isLeaf() |
| void | setDescription(String description) |
| void | setIdentifier(String identifier) |
| void | setLeaf(boolean leaf) |
| void | setType(String type) |