Pacchetto | com.adobe.solutions.exm.runtime |
Interfaccia | public interface IExpression extends IEventDispatcher |
Implementatori | ExpressionImpl |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Expression Manager 10 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
Proprietà pubbliche
Proprietà | Definito da | ||
---|---|---|---|
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 |
Metodi pubblici
Eventi
Evento | Riepilogo | Definito da | ||
---|---|---|---|---|
Dispatched when the value of the expression changes. | IExpression |
Descrizione delle proprietà
assignTo | proprietà |
assignTo:String
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Expression Manager 10 |
Versioni runtime: | 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).
Implementazione
public function get assignTo():String
public function set assignTo(value:String):void
expression | proprietà |
expression:String
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Expression Manager 10 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
Returns the actual expression string.
Implementazione
public function get expression():String
public function set expression(value:String):void
name | proprietà |
Descrizione degli eventi
expressionValueChange | Evento |
Tipo di oggetto evento:
com.adobe.solutions.exm.runtime.ExpressionValueChangeEvent
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Expression Manager 10 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
Dispatched when the value of the expression changes.
Tue Jun 12 2018, 02:44 PM Z