| Interface | Description |
|---|---|
| DefaultStateAutoBeanFactory | |
| TreeStateHandler.TreeState |
| Class | Description |
|---|---|
| AbstractRpcProvider | |
| AbstractStateHandler<S,O> |
Simple class to add support for reading and writing state.
|
| ComponentStateHandler<S,C extends Component> |
Abstract state handler for Components, capable of using the widget's stateId
property as a key instead of being given one.
|
| CookieProvider |
The default
Provider implementation which saves state via
cookies. |
| HtmlStorageProvider |
Simple HTML5 Storage implementation of the state provider.
|
| Provider |
Abstract base class for state provider implementations.
|
| StateManager |
This is the global state manager.
|
| TreeStateHandler<M> |
Watches the expanded state of the tree, and stores it under the given key.
|
Copyright © 2012. All Rights Reserved.