Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
The IStateClient2 interface defines the interface that
components must implement to support Flex 4 view state
semantics.
states:Array
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
The set of view state objects.
Implementation public function get states():Array
public function set states(value:Array):void
transitions:Array
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
The set of view state transitions.
Implementation public function get transitions():Array
public function set transitions(value:Array):void
public function hasState(stateName:String):Boolean
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 10, AIR 1.5 |
Determines whether the specified state has been defined on this
UIComponent.
Parameters
| stateName:String — The name of the state being checked.
|
Returns | Boolean — Whether or not the specified state has been defined
|
Wed Nov 15 2017, 09:50 AM +01:00