public interface ITreeNode
| Modifier and Type | Method and Description |
|---|---|
int |
getLevel() |
boolean |
hasChilds() |
boolean |
isExpanded() |
boolean |
isLeaf() |
boolean |
isSubTotal() |
boolean isExpanded()
isLeaf() is false.int getLevel()
boolean isLeaf()
boolean isSubTotal()
boolean hasChilds()
isLeaf() is
false.