Pakiet | com.adobe.solutions.exm.authoring.domain |
Klasa | public class ProviderFactory |
Dziedziczenie | ProviderFactory Object |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Expression Manager Building Block 10 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 10.2 |
Właściwości publiczne
Właściwość | Zdefiniowane przez | ||
---|---|---|---|
constructor : Object
Odwołanie do obiektu klasy lub funkcji konstruktora, dotyczące danej instancji obiektu. | Object | ||
impl : IProviderFactory [statyczny]
The IProviderFactory instance for which this class serves as a container. | ProviderFactory |
Metody publiczne
Metoda | Zdefiniowane przez | ||
---|---|---|---|
[statyczny]
Returns the expression provider of the contained IProviderFactory instance. | ProviderFactory | ||
[statyczny]
Returns the function provider of the contained IProviderFactory instance. | ProviderFactory | ||
[statyczny]
Returns the variable provider of the contained IProviderFactory instance. | ProviderFactory | ||
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 | ||
Zwraca pierwotną wartość dla określonego obiektu. | Object |
Szczegół właściwości
impl | właściwość |
public static var impl:IProviderFactory
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Expression Manager Building Block 10 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 10.2 |
The IProviderFactory instance for which this class serves as a container.
Szczegół metody
getExpressionProvider | () | metoda |
public static function getExpressionProvider():IExpressionProvider
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Expression Manager Building Block 10 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 10.2 |
Returns the expression provider of the contained IProviderFactory instance.
ZwracaIExpressionProvider — The expression provider of the contained IProviderFactory instance,
or null if the contained IProviderFactory instance is null.
|
getFunctionProvider | () | metoda |
public static function getFunctionProvider():IFunctionProvider
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Expression Manager Building Block 10 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 10.2 |
Returns the function provider of the contained IProviderFactory instance.
ZwracaIFunctionProvider — The function provider of the contained IProviderFactory instance,
or null if the contained IProviderFactory instance is null.
|
getVariableProvider | () | metoda |
public static function getVariableProvider():IVariableProvider
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Expression Manager Building Block 10 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 10.2 |
Returns the variable provider of the contained IProviderFactory instance.
ZwracaIVariableProvider — The variable provider of the contained IProviderFactory instance,
or null if the contained IProviderFactory instance is null.
|
Tue Jun 12 2018, 12:06 PM Z