Uses of Interface
org.apache.tapestry5.tree.TreeNode
Packages that use TreeNode
-
Uses of TreeNode in org.apache.tapestry5.tree
Methods in org.apache.tapestry5.tree that return TreeNodeModifier and TypeMethodDescriptionRecursively searches from the root nodes to find the tree node that matches the provided element.Locates a node in the tree by its unique id.Methods in org.apache.tapestry5.tree that return types with arguments of type TreeNodeModifier and TypeMethodDescriptionTreeNode.getChildren()
Returns the actual children of this non-leaf node, as additional nodes.DefaultTreeModel.getRootNodes()
TreeModel.getRootNodes()
Returns the node or nodes that are the top level of the tree.Methods in org.apache.tapestry5.tree with parameters of type TreeNodeModifier and TypeMethodDescriptionboolean
DefaultTreeExpansionModel.isExpanded
(TreeNode<T> node) boolean
TreeExpansionModel.isExpanded
(TreeNode<T> node) Returns true if the node has been previously expanded.boolean
DefaultTreeSelectionModel.isSelected
(TreeNode<T> node) boolean
TreeSelectionModel.isSelected
(TreeNode<T> node) Returnstrue
, if the given node is selected.void
DefaultTreeExpansionModel.markCollapsed
(TreeNode<T> node) void
TreeExpansionModel.markCollapsed
(TreeNode<T> node) Marks the node as collapsed (not expanded).void
DefaultTreeExpansionModel.markExpanded
(TreeNode<T> node) void
TreeExpansionModel.markExpanded
(TreeNode<T> node) Marks the node as expanded.void
void
Selects a node.void
void
Unselects a node.