Package | com.adobe.solutions.exm.runtime |
Interface | public interface IExpression extends IEventDispatcher |
Implementors | ExpressionImpl |
Language Version: | ActionScript 3.0 |
Product Version: | Expression Manager Building Block 10 |
Runtime Versions: | AIR (unsupported), Flash Player 10.2 |
Public Properties
Property | Defined By | ||
---|---|---|---|
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 |
Public Methods
Events
Event | Summary | Defined By | ||
---|---|---|---|---|
Dispatched when the value of the expression changes. | IExpression |
Property Detail
assignTo | property |
assignTo:String
Language Version: | ActionScript 3.0 |
Product Version: | Expression Manager Building Block 10 |
Runtime Versions: | 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).
Implementation
public function get assignTo():String
public function set assignTo(value:String):void
expression | property |
expression:String
Language Version: | ActionScript 3.0 |
Product Version: | Expression Manager Building Block 10 |
Runtime Versions: | AIR (unsupported), Flash Player 10.2 |
Returns the actual expression string.
Implementation
public function get expression():String
public function set expression(value:String):void
name | property |
Event Detail
expressionValueChange | Event |
Event Object Type:
com.adobe.solutions.exm.runtime.ExpressionValueChangeEvent
Language Version: | ActionScript 3.0 |
Product Version: | Expression Manager Building Block 10 |
Runtime Versions: | AIR (unsupported), Flash Player 10.2 |
Dispatched when the value of the expression changes.
Thu Dec 6 2018, 01:12 PM -08:00