Pacote | com.adobe.gravity.binding |
Classe | public class ServiceBinder |
Herança | ServiceBinder Object |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Versões de runtime: | AIR 1.1, Flash Player 9 |
Propriedades públicas
Métodos públicos
Método | Definido por | ||
---|---|---|---|
ServiceBinder(context:IBundleContext = null)
Constructor. | ServiceBinder | ||
Bind a property of the target object to a service. | ServiceBinder | ||
Indica se um objeto tem uma propriedade especificada definida. | Object | ||
Indica se uma ocorrência da classe Object está na cadeia de protótipos do objeto especificado como o parâmetro. | Object | ||
Indica se a propriedade especificada existe e é enumerável. | Object | ||
Define a disponibilidade de uma propriedade dinâmica para operações de repetição. | Object | ||
Retorna a representação da string deste objeto, formatado segundo as convenções específicas para a localidade. | Object | ||
Retorna a representação de string do objeto especificado. | Object | ||
Release all bindings created with this instance. | ServiceBinder | ||
Retorna o valor primitivo do objeto especificado. | Object |
Detalhes do construtor
ServiceBinder | () | Construtor |
public function ServiceBinder(context:IBundleContext = null)
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Versões de runtime: | AIR 1.1, Flash Player 9 |
Constructor.
Parâmetroscontext:IBundleContext (default = null ) — The bundle context.
|
Detalhes do método
bind | () | método |
public function bind(target:Object, property:String, serviceClass:Class, filter:IFilter = null):void
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Versões de runtime: | 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.
Parâmetros
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 | () | método |
public function unbindAll():void
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Versões de runtime: | AIR 1.1, Flash Player 9 |
Release all bindings created with this instance.
Wed Jun 13 2018, 11:10 AM Z