パッケージ | com.adobe.mosaic.om.constants |
クラス | public class CatalogConstants |
継承 | CatalogConstants ![]() |
言語バージョン: | 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, 10:34 AM Z