Packagemx.core
Interfacepublic interface IStateClient
ImplementorsLoaderSkin, UIComponent

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
currentStateproperty
currentState:String  [read-write]

The current view state.

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