Pakket | com.adobe.mosaic.om.constants |
Klasse | public class ApplicationConstants |
Overerving | ApplicationConstants Object |
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Runtimeversies: | AIR 2.6, Flash Player 10.2 |
ApplicationConstants
provides constants to indicate the current
status of an Application in its lifecycle.
Verwante API-elementen
Openbare eigenschappen
Openbare methoden
Openbare constanten
Constante | Gedefinieerd door | ||
---|---|---|---|
STATE_LOADED : String = "loaded" [statisch]
Constant indicating a loaded state of an application. | ApplicationConstants | ||
STATE_LOADING : String = "loading" [statisch]
Constant indicating a loading state of an application. | ApplicationConstants | ||
STATE_UNINITIALIZED : String = "uninitialized" [statisch]
Constant indicating an uninitialized state of an application. | ApplicationConstants |
Constantedetails
STATE_LOADED | Constante |
public static const STATE_LOADED:String = "loaded"
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Runtimeversies: | AIR 2.6, Flash Player 10.2 |
Constant indicating a loaded state of an application.
STATE_LOADING | Constante |
public static const STATE_LOADING:String = "loading"
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Runtimeversies: | AIR 2.6, Flash Player 10.2 |
Constant indicating a loading state of an application.
STATE_UNINITIALIZED | Constante |
public static const STATE_UNINITIALIZED:String = "uninitialized"
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Runtimeversies: | AIR 2.6, Flash Player 10.2 |
Constant indicating an uninitialized state of an application.
Wed Jun 13 2018, 11:42 AM Z