Paquete | com.adobe.mosaic.om.constants |
Clase | public class CatalogConstants |
Herencia | CatalogConstants Object |
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versiones de motor de ejecución: | AIR 2.6, Flash Player 10.2 |
CatalogConstants
provides constants to indicate the current
status of a Catalog in its client-server lifecycle.
Elementos de API relacionados
Propiedades públicas
Métodos públicos
Constantes públicas
Constante | Definido por | ||
---|---|---|---|
STATE_LOADED : String = "loaded" [estática]
Constant indicating a loaded state of a catalog. | CatalogConstants | ||
STATE_LOADING : String = "loading" [estática]
Constant indicating a loading state of a catalog. | CatalogConstants | ||
STATE_UNINITIALIZED : String = "uninitialized" [estática]
Constant indicating an uninitialized state of a catalog. | CatalogConstants |
Información sobre constantes
STATE_LOADED | Constante |
public static const STATE_LOADED:String = "loaded"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versiones de motor de ejecución: | AIR 2.6, Flash Player 10.2 |
Constant indicating a loaded state of a catalog.
STATE_LOADING | Constante |
public static const STATE_LOADING:String = "loading"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versiones de motor de ejecución: | AIR 2.6, Flash Player 10.2 |
Constant indicating a loading state of a catalog.
STATE_UNINITIALIZED | Constante |
public static const STATE_UNINITIALIZED:String = "uninitialized"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versiones de motor de ejecución: | AIR 2.6, Flash Player 10.2 |
Constant indicating an uninitialized state of a catalog.
Tue Jun 12 2018, 02:12 PM Z