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(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 AbstractTreeModifierConstructorDescriptionNode(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 AbstractTreeModifierConstructorDescriptionCheckedFolder(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 AbstractTreeModifier and TypeMethodDescriptionvoidTreeModelProvider.update(AbstractTree<T> tree, org.apache.wicket.ajax.AjaxRequestTarget target) Call this method after all change to the wrappedTreeModelbeing initiated viaAjaxRequestTarget.