Uses of Class
org.apache.wicket.extensions.markup.html.repeater.tree.AbstractTree
Packages that use AbstractTree
Package
Description
-
Uses of AbstractTree in org.apache.wicket.extensions.markup.html.repeater.tree
Subclasses of AbstractTree 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.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 AbstractTreeModifier and TypeMethodDescriptionAbstractTree.setItemReuseStrategy(IItemReuseStrategy strategy) Sets the item reuse strategy.Constructors in org.apache.wicket.extensions.markup.html.repeater.tree with parameters of type AbstractTree -
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 AbstractTreeModifierConstructorDescriptionCheckedFolder(String id, AbstractTree<T> tree, IModel<T> model) CheckFolder(String id, AbstractTree<T> tree, 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 AbstractTreeModifier and TypeMethodDescriptionvoidTreeModelProvider.update(AbstractTree<T> tree, AjaxRequestTarget target) Call this method after all change to the wrappedTreeModelbeing initiated viaAjaxRequestTarget.