Paket | com.adobe.solutions.exm.runtime.impl |
Klass | public class ExpressionManagerImpl |
Arv | ExpressionManagerImpl Object |
Implementerar | IExpressionManager |
Språkversion: | ActionScript 3.0 |
Produktversion: | Expression Manager Building Block 10 |
Körningsmiljöversioner: | AIR (unsupported), Flash Player 10.2 |
Egenskap | Definieras med | ||
---|---|---|---|
constructor : Object
En referens till klassobjektet eller konstruktorfunktionen för en given objektinstans. | Object | ||
functionMapper : IFunctionMapper
Returns the function mapper used for resolving function calls in expressions. | ExpressionManagerImpl | ||
variableResolver : IVariableResolver
Returns the variable resolver used for resolving variables in expressions. | ExpressionManagerImpl |
Metod | Definieras med | ||
---|---|---|---|
Assigns the result of evaluation of the given expression to the given variable. | ExpressionManagerImpl | ||
Anger om det finns en egenskap angiven för ett objekt. | Object | ||
Anger om en instans av klassen Object finns i prototypkedjan för objektet som anges som parameter. | Object | ||
Returns a ComputedExpression instance for the given expression string, which applications
can use for reading or binding to the result of evaluation of the expression. | ExpressionManagerImpl | ||
Returns a ComputedExpression instance for the given expression, and if the 'assignTo' property
of the given expression is set, automatically assigns the result of expression evaluation
to the variable represented by this property. | ExpressionManagerImpl | ||
Returns a list of ComputedExpression instances for the given list of expression objects. | ExpressionManagerImpl | ||
Anger om den angivna egenskapen finns och är uppräkningsbar. | Object | ||
Anger tillgänglighet för en dynamisk egenskap för slingåtgärder. | Object | ||
Returnerar det här objektets strängrepresentation, formaterad i enlighet med språkspecifika konventioner. | Object | ||
Returnerar det angivna objektets strängbeteckning. | Object | ||
Returnerar det angivna objektets primitiva värde. | Object |
functionMapper | egenskap |
functionMapper:IFunctionMapper
Språkversion: | ActionScript 3.0 |
Produktversion: | Expression Manager Building Block 10 |
Körningsmiljöversioner: | AIR (unsupported), Flash Player 10.2 |
Returns the function mapper used for resolving function calls in expressions.
Implementering
public function get functionMapper():IFunctionMapper
public function set functionMapper(value:IFunctionMapper):void
variableResolver | egenskap |
variableResolver:IVariableResolver
Språkversion: | ActionScript 3.0 |
Produktversion: | Expression Manager Building Block 10 |
Körningsmiljöversioner: | AIR (unsupported), Flash Player 10.2 |
Returns the variable resolver used for resolving variables in expressions.
Implementering
public function get variableResolver():IVariableResolver
public function set variableResolver(value:IVariableResolver):void
assignTo | () | metod |
public function assignTo(assignTo:String, expression:String):void
Språkversion: | ActionScript 3.0 |
Produktversion: | Expression Manager Building Block 10 |
Körningsmiljöversioner: | AIR (unsupported), Flash Player 10.2 |
Assigns the result of evaluation of the given expression to the given variable. The target variable is updated automatically whenever an expression recomputation event is triggered (e.g. due to a dependent variable change, etc.).
Parametrar
assignTo:String — The target variable to which the result of expression evaluation is assigned.
| |
expression:String — The expression to be evaluated.
|
manage | () | metod |
public function manage(expression:String):IComputedExpression
Språkversion: | ActionScript 3.0 |
Produktversion: | Expression Manager Building Block 10 |
Körningsmiljöversioner: | AIR (unsupported), Flash Player 10.2 |
Returns a ComputedExpression instance for the given expression string, which applications can use for reading or binding to the result of evaluation of the expression.
Parametrar
expression:String — An expression string.
|
IComputedExpression — A ComputedExpression instance for the given expression string.
|
manageExpression | () | metod |
public function manageExpression(expression:IExpression):IComputedExpression
Språkversion: | ActionScript 3.0 |
Produktversion: | Expression Manager Building Block 10 |
Körningsmiljöversioner: | AIR (unsupported), Flash Player 10.2 |
Returns a ComputedExpression instance for the given expression, and if the 'assignTo' property of the given expression is set, automatically assigns the result of expression evaluation to the variable represented by this property.
Parametrar
expression:IExpression — An expression object with the 'expression' property, and optionally the
'assignTo' property, set.
|
IComputedExpression — A ComputedExpression instance for the given expression.
|
manageList | () | metod |
public function manageList(expressionsVector:Vector.<IExpression>):Vector.<IComputedExpression>
Språkversion: | ActionScript 3.0 |
Produktversion: | Expression Manager Building Block 10 |
Körningsmiljöversioner: | AIR (unsupported), Flash Player 10.2 |
Returns a list of ComputedExpression instances for the given list of expression objects.
Parametrar
expressionsVector:Vector.<IExpression> — A list of Expression instances.
|
Vector.<IComputedExpression> — A list of ComputedExpression instances for the given list of expressions.
|
Tue Jun 12 2018, 01:40 PM Z