public interface TreeModel extends Serializable
TreeChip| Modifier and Type | Method and Description |
|---|---|
List |
getChildren(TreePath parentPath)
Should provide children of the given parent path in the tree structure.
|
Object |
getRoot()
Should provide the root object of the tree structure.
|
boolean |
isLeaf(TreePath path)
Returns
true if the given path has no children in the tree structure, false otherwise. |
Object getRoot()
List getChildren(TreePath parentPath)
parentPath - the parent pathboolean isLeaf(TreePath path)
true if the given path has no children in the tree structure, false otherwise.path - the path to checktrue if the given path has no children in the tree structure, false otherwiseCopyright © 2017 SAP SE. All Rights Reserved.