패키지 | 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:17 PM Z