|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Tree<NODE extends Tree>
This interface must be implemented for each node in the tree to be displayed using the TreeTable component. You need to add the fields you want to display.
| Method Summary | |
|---|---|
List<NODE> |
getChildren()
|
boolean |
isLeaf()
|
void |
setChildren(List<NODE> children)
|
| Method Detail |
|---|
List<NODE> getChildren()
void setChildren(List<NODE> children)
boolean isLeaf()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||