| Package | Description |
|---|---|
| org.apache.wicket.extensions.markup.html.tree |
Package for Tree components.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultTreeState
Default implementation of TreeState.
|
| Modifier and Type | Method and Description |
|---|---|
ITreeState |
AbstractTree.getTreeState()
Deprecated.
Returns the TreeState of this tree.
|
protected ITreeState |
AbstractTree.newTreeState()
Deprecated.
Creates the TreeState, which is an object where the current state of tree (which nodes are
expanded / collapsed, selected, ...) is stored.
|
Copyright © 2016. All Rights Reserved.