| Package | com.addicted2flash.layout.state |
| Class | public final class UIComponentState |
| Method | Defined by | ||
|---|---|---|---|
|
stateToString(state:int):String
[static]
Returns the string representation of the given state.
| UIComponentState | ||
| Constant | Defined by | ||
|---|---|---|---|
| DISABLED : int = 0x002 [static]
Disabled state.
| UIComponentState | ||
| ENABLED : int = 0x001 [static]
Enabled state.
| UIComponentState | ||
| stateToString | () | method |
public static function stateToString(state:int):StringReturns the string representation of the given state.
Parametersstate:int — state
|
String — the string representation of the given state
|
— if state is not supported
|
| DISABLED | constant |
public static const DISABLED:int = 0x002Disabled state.
| ENABLED | constant |
public static const ENABLED:int = 0x001Enabled state.