| Package | Description |
|---|---|
| org.apache.wicket.extensions.markup.html.repeater.tree | |
| org.apache.wicket.extensions.markup.html.repeater.tree.nested |
| 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. |
| Constructor and Description |
|---|
Subtree(String id,
NestedTree<T> tree,
IModel<T> model)
Create a subtree for the children of the node contained in the given model or the root nodes
if the model contains
null. |
Copyright © 2006–2015 Apache Software Foundation. All rights reserved.