パッケージ | 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, 10:34 AM Z