Пакет | 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:34 AM Z