M - the data model typepublic class TreeStateHandler<M> extends ComponentStateHandler<TreeStateHandler.TreeState,Tree<M,?>>
| Modifier and Type | Class and Description |
|---|---|
static interface |
TreeStateHandler.TreeState |
| Constructor and Description |
|---|
TreeStateHandler(Tree<M,?> component) |
TreeStateHandler(Tree<M,?> component,
String key) |
| Modifier and Type | Method and Description |
|---|---|
void |
applyState()
Applies the currently loaded state to the current stateful object.
|
addBeforeRestoreStateHandler, addBeforeSaveStateHandler, addRestoreStateHandler, addSaveStateHandler, getObject, getState, loadState, saveStatepublic void applyState()
AbstractStateHandlerapplyState in class AbstractStateHandler<TreeStateHandler.TreeState,Tree<M,?>>Copyright © 2012. All Rights Reserved.