Uses of Interface
com._1c.g5.aef2.scenes.IState
Packages that use IState
-
Uses of IState in com._1c.g5.aef2.events
Methods in com._1c.g5.aef2.events that return IStateConstructors in com._1c.g5.aef2.events with parameters of type IState -
Uses of IState in com._1c.g5.aef2.scenes
Classes in com._1c.g5.aef2.scenes that implement IStateMethods in com._1c.g5.aef2.scenes that return IStateModifier and TypeMethodDescriptionIScene.clearState
(IComponent<?> component) Clears state for the givencomponent
.Scene.clearState
(IComponent<?> component) static IState
Creates a new state instance.static IState
Creates a new state instance.static IState
Creates a new state instance.IScene.getState
(IComponent<?> component) Returns the current state for the givencomponent
.Scene.getState
(IComponent<?> component) IScene.putState
(IComponent<?> component, IState state) Puts the specifiedstate
for the givencomponent
.Scene.putState
(IComponent<?> component, IState state) Methods in com._1c.g5.aef2.scenes with parameters of type IStateModifier and TypeMethodDescriptionstatic IState
Creates a new state instance.IScene.putState
(IComponent<?> component, IState state) Puts the specifiedstate
for the givencomponent
.Scene.putState
(IComponent<?> component, IState state)