패키지 | com.adobe.solutions.exm.runtime |
인터페이스 | public interface IComputedExpression extends IEventDispatcher |
언어 버전: | ActionScript 3.0 |
제품 버전: | Expression Manager Building Block 10 |
런타임 버전: | AIR (unsupported), Flash Player 10.2 |
- For use-cases where the value is required once and then thrown away, applications can read the 'value' property of the ComputedExpression instance obtained from the Expression Manager and use it. Note that this approach will not work for expressions containing remote function calls which are asynchronous by nature (since the 'value' property will not immediately reflect the actual result of evaluation).
- For longer-running use-cases (e.g. a UX field is bound to the result of expression evaluation), applications must bind to the 'value' property of the ComputedExpression instance obtained from the Expression Manager. This property is a bindable property which auto-updates whenever an event occurs which affects the result of evaluation (e.g. a variable value changes, a remote function call returns, etc.). Binding is the only approach which works for expressions containing remote function calls.
공용 속성
속성 | 정의 주체 |
---|
공용 메서드
속성 세부 정보
이벤트 세부 정보
Tue Jun 12 2018, 03:17 PM Z