| Modifier and Type | Class and Description |
|---|---|
class |
DefaultNestedTree<T>
An implementation of the NestedTree that aims to solve the 90% usecase by using
Folders
on a standard NestedTree. |
class |
DefaultTableTree<T,S>
|
class |
NestedTree<T>
A tree with nested markup.
|
class |
TableTree<T,S>
A tree with tabular markup.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractTree<T> |
AbstractTree.setItemReuseStrategy(IItemReuseStrategy strategy)
Sets the item reuse strategy.
|
| Constructor and Description |
|---|
Node(String id,
AbstractTree<T> tree,
IModel<T> model)
Constructor.
|
| Constructor and Description |
|---|
CheckedFolder(String id,
AbstractTree<T> tree,
IModel<T> model) |
CheckFolder(String id,
AbstractTree<T> tree,
IModel<T> model) |
Folder(String id,
AbstractTree<T> tree,
IModel<T> model) |
| Modifier and Type | Method and Description |
|---|---|
void |
TreeModelProvider.update(AbstractTree<T> tree,
AjaxRequestTarget target)
Call this method after all change to the wrapped
TreeModel being initiated via
AjaxRequestTarget. |
Copyright © 2006–2015 Apache Software Foundation. All rights reserved.