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 IState
RestoreStateEvent. 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 class
State
The defaultIState
implementation.Methods in com._1c.g5.aef2.scenes that return IState Modifier and Type Method Description IState
IScene. clearState(IComponent<?> component)
Clears state for the givencomponent
.IState
Scene. clearState(IComponent<?> component)
static IState
State. create(IState oldState, String name, Object value)
Creates a new state instance.static IState
State. create(String name, Object value)
Creates a new state instance.static IState
State. create(Map<String,Object> stateMap)
Creates a new state instance.IState
IScene. getState(IComponent<?> component)
Returns the current state for the givencomponent
.IState
Scene. getState(IComponent<?> component)
IState
IScene. putState(IComponent<?> component, IState state)
Puts the specifiedstate
for the givencomponent
.IState
Scene. putState(IComponent<?> component, IState state)
Methods in com._1c.g5.aef2.scenes with parameters of type IState Modifier and Type Method Description static IState
State. create(IState oldState, String name, Object value)
Creates a new state instance.IState
IScene. putState(IComponent<?> component, IState state)
Puts the specifiedstate
for the givencomponent
.IState
Scene. putState(IComponent<?> component, IState state)
-