套件 | 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, 03:47 PM Z