包 | com.adobe.solutions.exm.runtime |
接口 | public interface IExpression extends IEventDispatcher |
实现器 | ExpressionImpl |
语言版本: | ActionScript 3.0 |
产品版本: | Expression Manager Building Block 10 |
运行时版本: | AIR (unsupported), Flash Player 10.2 |
公共属性
属性 | 由以下参数定义 | ||
---|---|---|---|
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 |
事件
事件 | 摘要 | 由以下参数定义 | ||
---|---|---|---|---|
Dispatched when the value of the expression changes. | IExpression |
属性详细信息
assignTo | 属性 |
assignTo:String
语言版本: | ActionScript 3.0 |
产品版本: | Expression Manager Building Block 10 |
运行时版本: | 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).
实现
public function get assignTo():String
public function set assignTo(value:String):void
expression | 属性 |
name | 属性 |
事件详细信息
expressionValueChange | 事件 |
事件对象类型:
com.adobe.solutions.exm.runtime.ExpressionValueChangeEvent
语言版本: | ActionScript 3.0 |
产品版本: | Expression Manager Building Block 10 |
运行时版本: | AIR (unsupported), Flash Player 10.2 |
Dispatched when the value of the expression changes.
Tue Jun 12 2018, 11:04 AM Z