| Package | com.degrafa.states |
| Class | public class State |
| Inheritance | State flash.events.EventDispatcher |
Default MXML Propertyoverrides
| Property | Defined by | ||
|---|---|---|---|
| basedOn : String
The name of the view state upon which this view state is based
| State | ||
| name : String
The name of the view state.
| State | ||
| overrides : Array
The overrides for this view state, as an Array of objects that
implement the IOverride interface.
| State | ||
| stateManager : StateManager
Access to the degrafa state manager.
| State | ||
| Method | Defined by | ||
|---|---|---|---|
|
State()
Constructor.
| State | ||
| Event | Summary | Defined by | ||
|---|---|---|---|---|
| State | ||||
| State | ||||
| basedOn | property |
public var basedOn:StringThe name of the view state upon which this view state is based
| name | property |
public var name:StringThe name of the view state. In skins it is common to use the skin name the state is to be applied to for example upSkin.
| overrides | property |
public var overrides:ArrayThe overrides for this view state, as an Array of objects that implement the IOverride interface.
| stateManager | property |
public var stateManager:StateManagerAccess to the degrafa state manager.
| State | () | constructor |
public function State()Constructor.
| enterState | event |
| exitState | event |