Package org.apache.wicket.extensions.markup.html.repeater.tree

Interface Summary
ISortableTreeProvider<T> Tree provider that can hold sort state
ITreeProvider<T> Provider of a tree.
 

Class Summary
AbstractTree<T> Abstract base class for NestedTree and TableTree.
DefaultNestedTree<T> An implementation of the NestedTree that aims to solve the 90% usecase by using Folders on a standard NestedTree.
DefaultTableTree<T> An implementation of the TableTree that aims to solve the 90% usecase by using Folders and by adding navigation, headers and no-records-found toolbars to a standard TableTree.
NestedTree<T> A tree with nested markup.
Node<T> Representation of a single node in the tree.
TableTree<T> A tree with tabular markup.
 

Enum Summary
AbstractTree.State The state of a node.
 



Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.