ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
mx.core 

IStateClient  - AS3 Flex

Packagemx.core
Interfacepublic interface IStateClient
Implementors UIComponent, UIMovieClip

Language Version: ActionScript 3.0
Product Version: Flex 3
Runtime Versions: Flash Player 9, AIR 1.1

The IStateClient interface defines the interface that components must implement to support view states.



Public Properties
 PropertyDefined By
  currentState : String
The current view state.
IStateClient
Property Detail

currentState

property
currentState:String

Language Version: ActionScript 3.0
Product Version: Flex 3
Runtime Versions: Flash Player 9, AIR 1.1

The current view state.



Implementation
    public function get currentState():String
    public function set currentState(value:String):void