| Pakket | com.adobe.solutions.exm.runtime |
| Interface | public interface IExpression extends IEventDispatcher |
| Geïmplementeerd door | ExpressionImpl |
| Taalversie: | ActionScript 3.0 |
| Productversie: | Expression Manager Building Block 10 |
| Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
Openbare eigenschappen
| Eigenschap | Gedefinieerd door | ||
|---|---|---|---|
| assignTo : String
Returns the variable to which this expression is assigned, if any. | IExpression | ||
| expression : String
Returns the actual expression string. | IExpression | ||
| name : String
Returns the name of the expression. | IExpression | ||
Openbare methoden
Gebeurtenissen
| Gebeurtenis | Overzicht | Gedefinieerd door | ||
|---|---|---|---|---|
| Dispatched when the value of the expression changes. | IExpression | |||
Eigenschapdetails
assignTo | eigenschap |
assignTo:String| Taalversie: | ActionScript 3.0 |
| Productversie: | Expression Manager Building Block 10 |
| Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
Returns the variable to which this expression is assigned, if any. The Expression Manager automatically sets the variable value to the result of expression evaluation (on initialization and whenever the expression recomputes).
Implementatie
public function get assignTo():String public function set assignTo(value:String):voidexpression | eigenschap |
name | eigenschap |
Gebeurtenisdetails
expressionValueChange | Gebeurtenis |
Type gebeurtenisobject:
com.adobe.solutions.exm.runtime.ExpressionValueChangeEvent| Taalversie: | ActionScript 3.0 |
| Productversie: | Expression Manager Building Block 10 |
| Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
Dispatched when the value of the expression changes.
Wed Jun 13 2018, 11:42 AM Z
Overerfde openbare methoden verbergen
Overerfde openbare methoden weergeven