Package com.sencha.gxt.state.client
Class BorderLayoutStateHandler
- java.lang.Object
-
- com.sencha.gxt.state.client.AbstractStateHandler<S,C>
-
- com.sencha.gxt.state.client.ComponentStateHandler<BorderLayoutStateHandler.BorderLayoutState,BorderLayoutContainer>
-
- com.sencha.gxt.state.client.BorderLayoutStateHandler
-
- All Implemented Interfaces:
BeforeRestoreStateEvent.HasBeforeRestoreStateHandlers<BorderLayoutStateHandler.BorderLayoutState,BorderLayoutContainer>,BeforeSaveStateEvent.HasBeforeSaveStateHandlers<BorderLayoutStateHandler.BorderLayoutState,BorderLayoutContainer>,RestoreStateEvent.HasRestoreStateHandlers<BorderLayoutStateHandler.BorderLayoutState,BorderLayoutContainer>,SaveStateEvent.HasSaveStateHandlers<BorderLayoutStateHandler.BorderLayoutState,BorderLayoutContainer>
public class BorderLayoutStateHandler extends ComponentStateHandler<BorderLayoutStateHandler.BorderLayoutState,BorderLayoutContainer>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceBorderLayoutStateHandler.BorderLayoutState
-
Constructor Summary
Constructors Constructor Description BorderLayoutStateHandler(BorderLayoutContainer component)BorderLayoutStateHandler(BorderLayoutContainer borderLayoutContainer, String key)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapplyState()Applies the currently loaded state to the current stateful object.-
Methods inherited from class com.sencha.gxt.state.client.AbstractStateHandler
addBeforeRestoreStateHandler, addBeforeSaveStateHandler, addRestoreStateHandler, addSaveStateHandler, getObject, getState, loadState, saveState
-
-
-
-
Constructor Detail
-
BorderLayoutStateHandler
public BorderLayoutStateHandler(BorderLayoutContainer component)
-
BorderLayoutStateHandler
public BorderLayoutStateHandler(BorderLayoutContainer borderLayoutContainer, String key)
-
-
Method Detail
-
applyState
public void applyState()
Description copied from class:AbstractStateHandlerApplies the currently loaded state to the current stateful object.- Specified by:
applyStatein classAbstractStateHandler<BorderLayoutStateHandler.BorderLayoutState,BorderLayoutContainer>
-
-