Uses of Interface
com.sencha.gxt.state.client.SaveStateEvent.HasSaveStateHandlers
-
Packages that use SaveStateEvent.HasSaveStateHandlers Package Description com.sencha.gxt.state.client Client side state provider. -
-
Uses of SaveStateEvent.HasSaveStateHandlers in com.sencha.gxt.state.client
Classes in com.sencha.gxt.state.client that implement SaveStateEvent.HasSaveStateHandlers Modifier and Type Class Description classAbstractStateHandler<S,O>Simple class to add support for reading and writing state.classBorderLayoutStateHandlerclassComponentStateHandler<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.classGridFilterStateHandler<M>classGridStateHandler<M>State handler for gridsclassTreeGridStateHandler<M>Watches the expanded state of the tree grid, and stores it under the given key.classTreeStateHandler<M>Watches the expanded state of the tree, and stores it under the given key.
-