Пакет | com.adobe.mosaic.om.constants |
Класс | public class CatalogConstants |
Наследование | CatalogConstants Object |
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Версии среды выполнения: | AIR 2.6, Flash Player 10.2 |
CatalogConstants
provides constants to indicate the current
status of a Catalog in its client-server lifecycle.
Связанные элементы API
Общедоступные свойства
Общедоступные методы
Общедоступные константы
Константа | Определено | ||
---|---|---|---|
STATE_LOADED : String = "loaded" [статические]
Constant indicating a loaded state of a catalog. | CatalogConstants | ||
STATE_LOADING : String = "loading" [статические]
Constant indicating a loading state of a catalog. | CatalogConstants | ||
STATE_UNINITIALIZED : String = "uninitialized" [статические]
Constant indicating an uninitialized state of a catalog. | CatalogConstants |
Сведения о константе
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 a catalog.
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 a catalog.
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 a catalog.
Tue Jun 12 2018, 11:34 AM Z