Uses of Class
org.apache.wicket.extensions.markup.html.repeater.tree.NestedTree

Packages that use NestedTree
org.apache.wicket.extensions.markup.html.repeater.tree   
org.apache.wicket.extensions.markup.html.repeater.tree.nested   
 

Uses of NestedTree in org.apache.wicket.extensions.markup.html.repeater.tree
 

Subclasses of NestedTree in org.apache.wicket.extensions.markup.html.repeater.tree
 class DefaultNestedTree<T>
          An implementation of the NestedTree that aims to solve the 90% usecase by using Folders on a standard NestedTree.
 

Uses of NestedTree in org.apache.wicket.extensions.markup.html.repeater.tree.nested
 

Constructors in org.apache.wicket.extensions.markup.html.repeater.tree.nested with parameters of type NestedTree
Subtree(String id, NestedTree<T> tree, IModel<T> model)
          Create a subtree for the children of the node contained in the given model or the root nodes if the model contains null.
 



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