패키지 | 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:17 PM Z