ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
com.adobe.mosaic.om.constants 

ApplicationConstants  - AS3 ADEP Composite Application

Packagecom.adobe.mosaic.om.constants
Classpublic class ApplicationConstants
InheritanceApplicationConstants Inheritance Object

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Runtime Versions: AIR 2.6, Flash Player 10.2

The ApplicationConstants provides constants to indicate the current status of an Application in its lifecycle.

Related API Elements



Public Properties
 PropertyDefined By
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
Public Methods
 MethodDefined By
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of this object, formatted according to locale-specific conventions.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Public Constants
 ConstantDefined By
  STATE_LOADED : String = "loaded"
[static] Constant indicating a loaded state of an application.
ApplicationConstants
  STATE_LOADING : String = "loading"
[static] Constant indicating a loading state of an application.
ApplicationConstants
  STATE_UNINITIALIZED : String = "uninitialized"
[static] Constant indicating an uninitialized state of an application.
ApplicationConstants
Constant Detail

STATE_LOADED

Constant
public static const STATE_LOADED:String = "loaded"

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Runtime Versions: AIR 2.6, Flash Player 10.2

Constant indicating a loaded state of an application.

STATE_LOADING

Constant 
public static const STATE_LOADING:String = "loading"

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Runtime Versions: AIR 2.6, Flash Player 10.2

Constant indicating a loading state of an application.

STATE_UNINITIALIZED

Constant 
public static const STATE_UNINITIALIZED:String = "uninitialized"

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Runtime Versions: AIR 2.6, Flash Player 10.2

Constant indicating an uninitialized state of an application.