| Pakiet | com.adobe.solutions.exm.runtime |
| Interfejs | public interface IExpression extends IEventDispatcher |
| Implementory | ExpressionImpl |
| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Expression Manager Building Block 10 |
| Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 10.2 |
Właściwości publiczne
| Właściwość | Zdefiniowane przez | ||
|---|---|---|---|
| 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 | ||
Metody publiczne
Zdarzenia
| Zdarzenie | Podsumowanie | Zdefiniowane przez | ||
|---|---|---|---|---|
| Dispatched when the value of the expression changes. | IExpression | |||
Szczegół właściwości
assignTo | właściwość |
assignTo:String| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Expression Manager Building Block 10 |
| Wersje środowiska wykonawczego: | 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).
Implementacja
public function get assignTo():String public function set assignTo(value:String):voidexpression | właściwość |
expression:String| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Expression Manager Building Block 10 |
| Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 10.2 |
Returns the actual expression string.
Implementacja
public function get expression():String public function set expression(value:String):voidname | właściwość |
Szczegół zdarzenia
expressionValueChange | Zdarzenie |
Typ obiektu zdarzenia:
com.adobe.solutions.exm.runtime.ExpressionValueChangeEvent| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Expression Manager Building Block 10 |
| Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 10.2 |
Dispatched when the value of the expression changes.
Tue Jun 12 2018, 12:06 PM Z
Ukryj dziedziczone metody publiczne
Pokaż dziedziczone metody publiczne