Uses of Class
org.apache.wicket.extensions.markup.html.repeater.tree.NestedTree
Packages that use NestedTree
Package
Description
-
Uses of NestedTree in org.apache.wicket.extensions.markup.html.repeater.tree
Subclasses of NestedTree in org.apache.wicket.extensions.markup.html.repeater.treeModifier and TypeClassDescriptionclassAn implementation of the NestedTree that aims to solve the 90% usecase by usingFolders on a standardNestedTree. -
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 NestedTreeModifierConstructorDescriptionSubtree(String id, NestedTree<T> tree, org.apache.wicket.model.IModel<T> model) Create a subtree for the children of the node contained in the given model or the root nodes if the model containsnull.