套件 | 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, 03:47 PM Z