Pacchetto | com.adobe.gravity.flex.serviceloader |
Classe | public class UIServiceFactoryProxy |
Ereditarietà | UIServiceFactoryProxy Object |
Implementa | IUIServiceFactory |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Versioni runtime: | AIR 1.1, Flash Player 9 |
Proprietà pubbliche
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
UIServiceFactoryProxy(factory:IFactory)
Constructor. | UIServiceFactoryProxy | ||
Indica se per un oggetto è definita una proprietà specifica. | Object | ||
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro. | Object | ||
Return a new instance. | UIServiceFactoryProxy | ||
Indica se la proprietà specificata esiste ed è enumerabile. | Object | ||
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche. | Object | ||
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate. | Object | ||
Restituisce la rappresentazione in formato stringa dell'oggetto specificato. | Object | ||
Restituisce il valore di base dell'oggetto specificato. | Object |
Descrizione della funzione di costruzione
UIServiceFactoryProxy | () | Funzione di costruzione |
public function UIServiceFactoryProxy(factory:IFactory)
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Versioni runtime: | AIR 1.1, Flash Player 9 |
Constructor. The provided factory must be a factory for IUIService objects.
Parametrifactory:IFactory — An IFactory that produces IUIService objects.
|
Descrizione dei metodi
newInstance | () | metodo |
public function newInstance(... parameters):com.adobe.gravity.utility.async:IToken
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Versioni runtime: | AIR 1.1, Flash Player 9 |
Return a new instance.
Parametri
... parameters — Any parameters required by this particular factory. How the caller knows what the parameters are is determined out-of-band.
|
com.adobe.gravity.utility.async:IToken — A token used to set success and failure handlers to be called when the operation has completed. The success handler must be called with the new instance.
|
Tue Jun 12 2018, 02:44 PM Z