Package org.apache.wicket.extensions.markup.html.repeater.tree
-
Interface Summary Interface Description ISortableTreeProvider<T,S> Tree provider that can hold sort stateITreeProvider<T> Provider of a tree. -
Class Summary Class Description AbstractTree<T> Abstract base class forNestedTree
andTableTree
.DefaultNestedTree<T> An implementation of the NestedTree that aims to solve the 90% usecase by usingFolder
s on a standardNestedTree
.DefaultTableTree<T,S> NestedTree<T> A tree with nested markup.Node<T> Representation of a single node in the tree.TableTree<T,S> A tree with tabular markup. -
Enum Summary Enum Description AbstractTree.State The state of a node.