Interface TreeNode
-
Method Summary
Modifier and TypeMethodDescriptiondefault intgetDepth()getPath()getPathToNode(TreeNode node) default booleanisDescendantOf(Collection<? extends TreeNode> potentialAncestors) default booleanisDescendantOf(TreeNode potentialAncestor) Methods inherited from interface org.teamapps.ux.component.tree.TreeNodeInfo
isExpanded, isLazyChildren, isSelectable
-
Method Details
-
getParent
TreeNode getParent()- Specified by:
getParentin interfaceTreeNodeInfo
-
getDepth
default int getDepth() -
getPath
-
isDescendantOf
-
isDescendantOf
-
getPathToNode
-