Uses of Class
org.apache.wicket.extensions.markup.html.repeater.tree.AbstractTree
-
-
Uses of AbstractTree in org.apache.wicket.extensions.markup.html.repeater.tree
Subclasses of AbstractTree in org.apache.wicket.extensions.markup.html.repeater.tree Modifier and Type Class Description classDefaultNestedTree<T>An implementation of the NestedTree that aims to solve the 90% usecase by usingFolders on a standardNestedTree.classDefaultTableTree<T,S>classNestedTree<T>A tree with nested markup.classTableTree<T,S>A tree with tabular markup.Methods in org.apache.wicket.extensions.markup.html.repeater.tree that return AbstractTree Modifier and Type Method Description AbstractTree<T>AbstractTree. setItemReuseStrategy(org.apache.wicket.markup.repeater.IItemReuseStrategy strategy)Sets the item reuse strategy.Constructors in org.apache.wicket.extensions.markup.html.repeater.tree with parameters of type AbstractTree Constructor Description Node(String id, AbstractTree<T> tree, org.apache.wicket.model.IModel<T> model)Constructor. -
Uses of AbstractTree in org.apache.wicket.extensions.markup.html.repeater.tree.content
Constructors in org.apache.wicket.extensions.markup.html.repeater.tree.content with parameters of type AbstractTree Constructor Description CheckedFolder(String id, AbstractTree<T> tree, org.apache.wicket.model.IModel<T> model)CheckFolder(String id, AbstractTree<T> tree, org.apache.wicket.model.IModel<T> model)Folder(String id, AbstractTree<T> tree, org.apache.wicket.model.IModel<T> model) -
Uses of AbstractTree in org.apache.wicket.extensions.markup.html.repeater.util
Methods in org.apache.wicket.extensions.markup.html.repeater.util with parameters of type AbstractTree Modifier and Type Method Description voidTreeModelProvider. update(AbstractTree<T> tree, org.apache.wicket.ajax.AjaxRequestTarget target)Call this method after all change to the wrappedTreeModelbeing initiated viaAjaxRequestTarget.
-