Pakiet | com.adobe.gravity.binding |
Klasa | public class ServiceBinder |
Dziedziczenie | ServiceBinder Object |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Wersje środowiska wykonawczego: | AIR 1.1, Flash Player 9 |
Właściwości publiczne
Metody publiczne
Metoda | Zdefiniowane przez | ||
---|---|---|---|
ServiceBinder(context:IBundleContext = null)
Constructor. | ServiceBinder | ||
Bind a property of the target object to a service. | ServiceBinder | ||
Wskazuje, czy dla obiektu zdefiniowano określoną właściwość. | Object | ||
Wskazuje, czy instancja klasy Object należy do łańcucha prototypów obiektu określonego jako parametr. | Object | ||
Wskazuje, czy określona właściwość istnieje i jest przeliczalna. | Object | ||
Ustawia dostępność właściwości dynamicznej używanej w pętlach. | Object | ||
Zwraca ciąg reprezentujący obiekt — sformatowany zgodnie z konwencjami właściwymi dla ustawień regionalnych. | Object | ||
Zwraca ciąg reprezentujący określony obiekt. | Object | ||
Release all bindings created with this instance. | ServiceBinder | ||
Zwraca pierwotną wartość dla określonego obiektu. | Object |
Konstruktor Szczegół
ServiceBinder | () | Konstruktor |
public function ServiceBinder(context:IBundleContext = null)
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Wersje środowiska wykonawczego: | AIR 1.1, Flash Player 9 |
Constructor.
Parametrycontext:IBundleContext (default = null ) — The bundle context.
|
Szczegół metody
bind | () | metoda |
public function bind(target:Object, property:String, serviceClass:Class, filter:IFilter = null):void
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Wersje środowiska wykonawczego: | 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.
Parametry
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 | () | metoda |
public function unbindAll():void
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Wersje środowiska wykonawczego: | AIR 1.1, Flash Player 9 |
Release all bindings created with this instance.
Tue Jun 12 2018, 12:06 PM Z