Package org.apache.tapestry5.tree
package org.apache.tapestry5.tree
Classes and interfaces used by the
Tree
component-
ClassDescriptionManages a Set of String
TreeNode
ids.A default implementation of TreeModel that starts with aValueEncoder
(for the element to string conversion), aTreeModelAdapter
, and a list of root nodes.Default implementation ofTreeSelectionModel
.Tracks which nodes of aTreeModel
are currently expanded.TreeModel<T>A model for tree-oriented data used by theTree
component.Used withDefaultTreeModel
to define how to extract labels and child nodes from a value.TreeNode<T>A node within aTreeModel
.Tracks which leaf nodes of aTreeModel
are currently selected.