Package | com.adobe.mosaic.om.constants |
Class | public class CatalogConstants |
Inheritance | CatalogConstants Object |
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Runtime Versions: | AIR 2.6, Flash Player 10.2 |
CatalogConstants
provides constants to indicate the current
status of a Catalog in its client-server lifecycle.
Related API Elements
Public Properties
Public Methods
Public Constants
Constant | Defined By | ||
---|---|---|---|
STATE_LOADED : String = "loaded" [static]
Constant indicating a loaded state of a catalog. | CatalogConstants | ||
STATE_LOADING : String = "loading" [static]
Constant indicating a loading state of a catalog. | CatalogConstants | ||
STATE_UNINITIALIZED : String = "uninitialized" [static]
Constant indicating an uninitialized state of a catalog. | CatalogConstants |
Constant Detail
STATE_LOADED | Constant |
public static const STATE_LOADED:String = "loaded"
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Runtime Versions: | AIR 2.6, Flash Player 10.2 |
Constant indicating a loaded state of a catalog.
STATE_LOADING | Constant |
public static const STATE_LOADING:String = "loading"
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Runtime Versions: | AIR 2.6, Flash Player 10.2 |
Constant indicating a loading state of a catalog.
STATE_UNINITIALIZED | Constant |
public static const STATE_UNINITIALIZED:String = "uninitialized"
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Runtime Versions: | AIR 2.6, Flash Player 10.2 |
Constant indicating an uninitialized state of a catalog.
Mon Nov 28 2011, 06:48 AM -08:00