包 | com.adobe.mosaic.om.constants |
类 | public class ApplicationConstants |
继承 | ApplicationConstants Object |
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
运行时版本: | AIR 2.6, Flash Player 10.2 |
ApplicationConstants
provides constants to indicate the current
status of an Application in its lifecycle.
相关 API 元素
公共常量
常量 | 由以下参数定义 | ||
---|---|---|---|
STATE_LOADED : String = "loaded" [静态]
Constant indicating a loaded state of an application. | ApplicationConstants | ||
STATE_LOADING : String = "loading" [静态]
Constant indicating a loading state of an application. | ApplicationConstants | ||
STATE_UNINITIALIZED : String = "uninitialized" [静态]
Constant indicating an uninitialized state of an application. | ApplicationConstants |
常量详细信息
STATE_LOADED | 常量 |
public static const STATE_LOADED:String = "loaded"
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
运行时版本: | AIR 2.6, Flash Player 10.2 |
Constant indicating a loaded state of an application.
STATE_LOADING | 常量 |
public static const STATE_LOADING:String = "loading"
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
运行时版本: | AIR 2.6, Flash Player 10.2 |
Constant indicating a loading state of an application.
STATE_UNINITIALIZED | 常量 |
public static const STATE_UNINITIALIZED:String = "uninitialized"
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
运行时版本: | AIR 2.6, Flash Player 10.2 |
Constant indicating an uninitialized state of an application.
Tue Jun 12 2018, 11:04 AM Z