パッケージ | com.adobe.gravity.framework |
クラス | public class BundleConstants |
継承 | BundleConstants ![]() |
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
ランタイムバージョン: | AIR 1.1, Flash Player 9 |
パブリックプロパティ
プロパティ | 定義元 | ||
---|---|---|---|
![]() | constructor : Object
指定されたオブジェクトインスタンスのクラスオブジェクトまたはコンストラクター関数への参照です。 | Object |
パブリックメソッド
メソッド | 定義元 | ||
---|---|---|---|
![]() |
オブジェクトに指定されたプロパティが定義されているかどうかを示します。 | Object | |
![]() |
Object クラスのインスタンスが、パラメーターとして指定されたオブジェクトのプロトタイプチェーン内にあるかどうかを示します。 | Object | |
![]() |
指定されたプロパティが存在し、列挙できるかどうかを示します。 | Object | |
![]() |
ループ処理に対するダイナミックプロパティの可用性を設定します。 | Object | |
![]() |
ロケール固有の規則に従って書式設定された、このオブジェクトのストリング表現を返します。 | Object | |
![]() |
指定されたオブジェクトのストリング表現を返します。 | Object | |
![]() |
指定されたオブジェクトのプリミティブな値を返します。 | Object |
パブリック定数
定数 | 定義元 | ||
---|---|---|---|
ACTIVE : int = 0x0020 [静的]
The bundle has been started and is ready for use. | BundleConstants | ||
INSTALLED : int = 0x0002 [静的]
The bundle has been installed but not resolved or started. | BundleConstants | ||
RESOLVED : int = 0x0004 [静的]
The bundle has been installed and resolved (all dependencies have been loaded)
but has not yet been started. | BundleConstants | ||
STARTING : int = 0x0008 [静的]
The bundle is in the process of starting (start() has been called but is not complete). | BundleConstants | ||
STOPPING : int = 0x0010 [静的]
The bundle is in the process of stopping (stop() has been called but is not complete). | BundleConstants | ||
UNINSTALLED : int = 0x0001 [静的] The bundle has been uninstalled. | BundleConstants |
定数の詳細
ACTIVE | 定数 |
public static const ACTIVE:int = 0x0020
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
ランタイムバージョン: | AIR 1.1, Flash Player 9 |
The bundle has been started and is ready for use.
INSTALLED | 定数 |
public static const INSTALLED:int = 0x0002
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
ランタイムバージョン: | AIR 1.1, Flash Player 9 |
The bundle has been installed but not resolved or started.
RESOLVED | 定数 |
public static const RESOLVED:int = 0x0004
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
ランタイムバージョン: | AIR 1.1, Flash Player 9 |
The bundle has been installed and resolved (all dependencies have been loaded) but has not yet been started.
STARTING | 定数 |
public static const STARTING:int = 0x0008
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
ランタイムバージョン: | AIR 1.1, Flash Player 9 |
The bundle is in the process of starting (start() has been called but is not complete).
STOPPING | 定数 |
public static const STOPPING:int = 0x0010
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
ランタイムバージョン: | AIR 1.1, Flash Player 9 |
The bundle is in the process of stopping (stop() has been called but is not complete).
UNINSTALLED | 定数 |
public static const UNINSTALLED:int = 0x0001
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
ランタイムバージョン: | AIR 1.1, Flash Player 9 |
The bundle has been uninstalled. This state should never be visible; if this state is visible, a reference has been retained to a bundle after that bundle has been stopped.
Tue Jun 12 2018, 10:34 AM Z