| Пакет | com.adobe.solutions.exm.authoring.domain |
| Интерфейс | public interface IProviderFactory |
| Средство реализации | ProviderFactoryImpl |
| Язык версии: | ActionScript 3.0 |
| Версия продукта: | Expression Manager Building Block 10 |
| Версии среды выполнения: | AIR (unsupported), Flash Player 10.2 |
Общедоступные свойства
| Свойство | Определено | ||
|---|---|---|---|
| expressionProvider : IExpressionProvider [только для чтения]
Returns a sub-provider for expression-specific operations such as
creating new expression objects, validation expressions, etc. | IProviderFactory | ||
| functionProvider : IFunctionProvider [только для чтения]
Returns a sub-provider for function-specific operations such as listing
the local and remote functions available for use in an expression. | IProviderFactory | ||
| variableProvider : IVariableProvider [только для чтения]
Returns a sub-provider for variable-specific operations such as listing the
variables available for use in an expression. | IProviderFactory | ||
Сведения о свойстве
expressionProvider | свойство |
expressionProvider:IExpressionProvider [только для чтения] | Язык версии: | ActionScript 3.0 |
| Версия продукта: | Expression Manager Building Block 10 |
| Версии среды выполнения: | AIR (unsupported), Flash Player 10.2 |
Returns a sub-provider for expression-specific operations such as creating new expression objects, validation expressions, etc.
Реализация
public function get expressionProvider():IExpressionProviderfunctionProvider | свойство |
functionProvider:IFunctionProvider [только для чтения] | Язык версии: | ActionScript 3.0 |
| Версия продукта: | Expression Manager Building Block 10 |
| Версии среды выполнения: | AIR (unsupported), Flash Player 10.2 |
Returns a sub-provider for function-specific operations such as listing the local and remote functions available for use in an expression.
Реализация
public function get functionProvider():IFunctionProvidervariableProvider | свойство |
variableProvider:IVariableProvider [только для чтения] | Язык версии: | ActionScript 3.0 |
| Версия продукта: | Expression Manager Building Block 10 |
| Версии среды выполнения: | AIR (unsupported), Flash Player 10.2 |
Returns a sub-provider for variable-specific operations such as listing the variables available for use in an expression.
Реализация
public function get variableProvider():IVariableProviderTue Jun 12 2018, 11:34 AM Z