Uses of Interface
com._1c.g5.aef2.scenes.IState
-
Packages that use IState Package Description com._1c.g5.aef2.events com._1c.g5.aef2.scenes -
-
Uses of IState in com._1c.g5.aef2.events
Methods in com._1c.g5.aef2.events that return IState Modifier and Type Method Description IStateRestoreStateEvent. getState()Returns the state.Constructors in com._1c.g5.aef2.events with parameters of type IState Constructor Description RestoreStateEvent(IState state)Creates a new event. -
Uses of IState in com._1c.g5.aef2.scenes
Classes in com._1c.g5.aef2.scenes that implement IState Modifier and Type Class Description classStateThe defaultIStateimplementation.Methods in com._1c.g5.aef2.scenes that return IState Modifier and Type Method Description IStateIScene. clearState(IComponent<?> component)Clears state for the givencomponent.IStateScene. clearState(IComponent<?> component)static IStateState. create(IState oldState, String name, Object value)Creates a new state instance.static IStateState. create(String name, Object value)Creates a new state instance.static IStateState. create(Map<String,Object> stateMap)Creates a new state instance.IStateIScene. getState(IComponent<?> component)Returns the current state for the givencomponent.IStateScene. getState(IComponent<?> component)IStateIScene. putState(IComponent<?> component, IState state)Puts the specifiedstatefor the givencomponent.IStateScene. putState(IComponent<?> component, IState state)Methods in com._1c.g5.aef2.scenes with parameters of type IState Modifier and Type Method Description static IStateState. create(IState oldState, String name, Object value)Creates a new state instance.IStateIScene. putState(IComponent<?> component, IState state)Puts the specifiedstatefor the givencomponent.IStateScene. putState(IComponent<?> component, IState state)
-