Packagecom.addicted2flash.layout.state
Classpublic final class UIComponentState

Enumeration of uicomponent states.



Public Methods
 MethodDefined by
  
stateToString(state:int):String
[static] Returns the string representation of the given state.
UIComponentState
Public Constants
 ConstantDefined by
  DISABLED : int = 0x002
[static] Disabled state.
UIComponentState
  ENABLED : int = 0x001
[static] Enabled state.
UIComponentState
Method detail
stateToString()method
public static function stateToString(state:int):String

Returns the string representation of the given state.

Parameters
state:int — state

Returns
String — the string representation of the given state

Throws
— if state is not supported
Constant detail
DISABLEDconstant
public static const DISABLED:int = 0x002

Disabled state.

ENABLEDconstant 
public static const ENABLED:int = 0x001

Enabled state.