Package | org.apache.flex.core |
Interface | public interface IStatesObject extends IEventDispatcher, flash.events.IEventDispatcher |
Implementors | ContainerBase |
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
Property | Defined By | ||
---|---|---|---|
currentState : String
The current state name
| IStatesObject | ||
states : Array [read-only]
The array of view states. | IStatesObject | ||
transitions : Array [read-only]
The array of view state transitions. | IStatesObject |
currentState | property |
currentState:String
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
The current state name
public function get currentState():String
public function set currentState(value:String):void
states | property |
states:Array
[read-only] Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
The array of view states. These should be instances of org.apache.flex.states.State.
public function get states():Array
transitions | property |
transitions:Array
[read-only] Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
The array of view state transitions. These should be instances of org.apache.flex.states.Transition.
public function get transitions():Array