public class StateHandler
extends java.lang.Object
Constructor and Description |
---|
StateHandler() |
StateHandler(StateHandler stateHandler) |
Modifier and Type | Method and Description |
---|---|
void |
addStateContainer(java.lang.String key,
StateContainer state) |
static StateHandler |
createNewInstance(StateHandler stateHandler) |
InitialStateContainer |
getInitialStateContainer() |
KStateContainer |
getStateContainerWithHookUpdates(java.lang.String globalKey)
Gets a state container with all applied updates for the given key without committing the
updates to a state handler.
|
boolean |
isEmpty() |
void |
thowSoftErrorIfStateContainerWasNotFound(java.lang.String key,
Component component) |
public StateHandler()
public StateHandler(StateHandler stateHandler)
public static StateHandler createNewInstance(StateHandler stateHandler)
public InitialStateContainer getInitialStateContainer()
public boolean isEmpty()
public void thowSoftErrorIfStateContainerWasNotFound(java.lang.String key, Component component)
public void addStateContainer(java.lang.String key, StateContainer state)
public KStateContainer getStateContainerWithHookUpdates(java.lang.String globalKey)