Пакет | 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:34 AM Z