Paket | com.adobe.gravity.flex.serviceloader |
Sınıf | public class UIServiceFactoryProxy |
Miras Alma | UIServiceFactoryProxy Object |
Uygular | IUIServiceFactory |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Çalışma Zamanı Sürümleri: | AIR 1.1, Flash Player 9 |
Genel Yöntemler
Yöntem | Tanımlayan: | ||
---|---|---|---|
UIServiceFactoryProxy(factory:IFactory)
Constructor. | UIServiceFactoryProxy | ||
Bir nesnenin belirli bir özelliğinin tanımlı olup olmadığını gösterir. | Object | ||
Object sınıfının bir örneğinin parametre olarak belirtilen nesnenin prototip zincirinde olup olmadığını gösterir. | Object | ||
Return a new instance. | UIServiceFactoryProxy | ||
Belirtilen özelliğin bulunup bulunmadığını ve numaralandırılabilir olup olmadığını gösterir. | Object | ||
Dinamik bir özelliğin döngü işlemlerinde kullanılabilirliğini ayarlar. | Object | ||
Bu nesnenin, yerel ayara özel kurallara göre biçimlendirilmiş dize temsilini döndürür. | Object | ||
Belirtilen nesnenin dize olarak temsil edilen halini döndürür. | Object | ||
Belirtilen nesnenin temel değerini döndürür. | Object |
Yapıcı Ayrıntı
UIServiceFactoryProxy | () | Yapıcı |
public function UIServiceFactoryProxy(factory:IFactory)
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Çalışma Zamanı Sürümleri: | AIR 1.1, Flash Player 9 |
Constructor. The provided factory must be a factory for IUIService objects.
Parametrelerfactory:IFactory — An IFactory that produces IUIService objects.
|
Yöntem Ayrıntısı
newInstance | () | yöntem |
public function newInstance(... parameters):com.adobe.gravity.utility.async:IToken
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Çalışma Zamanı Sürümleri: | AIR 1.1, Flash Player 9 |
Return a new instance.
Parametreler
... 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, 01:09 PM Z