| Pakket | com.adobe.solutions.exm.authoring.domain |
| Interface | public interface IProviderFactory |
| Geïmplementeerd door | ProviderFactoryImpl |
| Taalversie: | ActionScript 3.0 |
| Productversie: | Expression Manager Building Block 10 |
| Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
Openbare eigenschappen
| Eigenschap | Gedefinieerd door | ||
|---|---|---|---|
| expressionProvider : IExpressionProvider [alleen-lezen]
Returns a sub-provider for expression-specific operations such as
creating new expression objects, validation expressions, etc. | IProviderFactory | ||
| functionProvider : IFunctionProvider [alleen-lezen]
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 [alleen-lezen]
Returns a sub-provider for variable-specific operations such as listing the
variables available for use in an expression. | IProviderFactory | ||
Eigenschapdetails
expressionProvider | eigenschap |
expressionProvider:IExpressionProvider [alleen-lezen] | Taalversie: | ActionScript 3.0 |
| Productversie: | Expression Manager Building Block 10 |
| Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
Returns a sub-provider for expression-specific operations such as creating new expression objects, validation expressions, etc.
Implementatie
public function get expressionProvider():IExpressionProviderfunctionProvider | eigenschap |
functionProvider:IFunctionProvider [alleen-lezen] | Taalversie: | ActionScript 3.0 |
| Productversie: | Expression Manager Building Block 10 |
| Runtimeversies: | 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.
Implementatie
public function get functionProvider():IFunctionProvidervariableProvider | eigenschap |
variableProvider:IVariableProvider [alleen-lezen] | Taalversie: | ActionScript 3.0 |
| Productversie: | Expression Manager Building Block 10 |
| Runtimeversies: | 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.
Implementatie
public function get variableProvider():IVariableProviderWed Jun 13 2018, 11:42 AM Z