パッケージ | com.adobe.gravity.binding |
クラス | public class ServiceBinder |
継承 | ServiceBinder Object |
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
ランタイムバージョン: | AIR 1.1, Flash Player 9 |
パブリックプロパティ
パブリックメソッド
メソッド | 定義元 | ||
---|---|---|---|
ServiceBinder(context:IBundleContext = null)
Constructor. | ServiceBinder | ||
Bind a property of the target object to a service. | ServiceBinder | ||
オブジェクトに指定されたプロパティが定義されているかどうかを示します。 | Object | ||
Object クラスのインスタンスが、パラメーターとして指定されたオブジェクトのプロトタイプチェーン内にあるかどうかを示します。 | Object | ||
指定されたプロパティが存在し、列挙できるかどうかを示します。 | Object | ||
ループ処理に対するダイナミックプロパティの可用性を設定します。 | Object | ||
ロケール固有の規則に従って書式設定された、このオブジェクトのストリング表現を返します。 | Object | ||
指定されたオブジェクトのストリング表現を返します。 | Object | ||
Release all bindings created with this instance. | ServiceBinder | ||
指定されたオブジェクトのプリミティブな値を返します。 | Object |
コンストラクターの詳細
ServiceBinder | () | コンストラクター |
public function ServiceBinder(context:IBundleContext = null)
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
ランタイムバージョン: | AIR 1.1, Flash Player 9 |
Constructor.
パラメーターcontext:IBundleContext (default = null ) — The bundle context.
|
メソッドの詳細
bind | () | メソッド |
public function bind(target:Object, property:String, serviceClass:Class, filter:IFilter = null):void
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
ランタイムバージョン: | AIR 1.1, Flash Player 9 |
Bind a property of the target object to a service. If there is no matching service, the property will be set to null.
パラメーター
target:Object — The target object.
| |
property:String — The property into which to inject the service.
| |
serviceClass:Class — The service interface or class.
| |
filter:IFilter (default = null ) — A filter to refine the service query. Optional.
|
unbindAll | () | メソッド |
public function unbindAll():void
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
ランタイムバージョン: | AIR 1.1, Flash Player 9 |
Release all bindings created with this instance.
Tue Jun 12 2018, 10:34 AM Z