Packagecom.degrafa.states
Interfacepublic interface IStateClient
SubinterfacesIDegrafaStateClient

The IStateClient interface defines the interface that components must implement to support view states. Degrafa states work very much like Flex 2 or 3 built in states. For further details reffer to the Flex 2 or 3 documentation.



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