Uses of Interface
org.teamapps.ux.component.node.TreeNode
| Package | Description |
|---|---|
| org.teamapps.ux.component.node | |
| org.teamapps.ux.component.template | |
| org.teamapps.ux.component.tree |
-
Uses of TreeNode in org.teamapps.ux.component.node
Methods in org.teamapps.ux.component.node that return TreeNode Modifier and Type Method Description TreeNodeTreeNode. getParent()Methods in org.teamapps.ux.component.node that return types with arguments of type TreeNode Modifier and Type Method Description default java.util.List<TreeNode>TreeNode. getPath()static java.util.List<TreeNode>TreeNode. getPathToNode(TreeNode node)Methods in org.teamapps.ux.component.node with parameters of type TreeNode Modifier and Type Method Description static java.util.List<TreeNode>TreeNode. getPathToNode(TreeNode node)default booleanTreeNode. isDescendantOf(TreeNode potentialAncestor)Method parameters in org.teamapps.ux.component.node with type arguments of type TreeNode Modifier and Type Method Description default booleanTreeNode. isDescendantOf(java.util.Collection<? extends TreeNode> potentialAncestors) -
Uses of TreeNode in org.teamapps.ux.component.template
Classes in org.teamapps.ux.component.template that implement TreeNode Modifier and Type Class Description classBaseTemplateTreeNode<PAYLOAD> -
Uses of TreeNode in org.teamapps.ux.component.tree
Methods in org.teamapps.ux.component.tree with parameters of type TreeNode Modifier and Type Method Description booleanEagerNodesFilter. test(TreeNode node)Constructors in org.teamapps.ux.component.tree with parameters of type TreeNode Constructor Description EagerNodesFilter(TreeNode evaluationRootNode)