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 interface
BorderLayoutStateHandler.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 void
applyState()
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:AbstractStateHandler
Applies the currently loaded state to the current stateful object.- Specified by:
applyState
in classAbstractStateHandler<BorderLayoutStateHandler.BorderLayoutState,BorderLayoutContainer>
-
-