Pacote | com.adobe.solutions.exm.runtime |
Interface | public interface IExpression extends IEventDispatcher |
Implementadores | ExpressionImpl |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Expression Manager Building Block 10 |
Versões de runtime: | AIR (unsupported), Flash Player 10.2 |
Propriedades públicas
Propriedade | Definido por | ||
---|---|---|---|
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 |
Métodos públicos
Eventos
Evento | Resumo | Definido por | ||
---|---|---|---|---|
Dispatched when the value of the expression changes. | IExpression |
Detalhes da propriedade
assignTo | propriedade |
assignTo:String
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Expression Manager Building Block 10 |
Versões de 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).
Implementação
public function get assignTo():String
public function set assignTo(value:String):void
expression | propriedade |
expression:String
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Expression Manager Building Block 10 |
Versões de runtime: | AIR (unsupported), Flash Player 10.2 |
Returns the actual expression string.
Implementação
public function get expression():String
public function set expression(value:String):void
name | propriedade |
Detalhe do evento
expressionValueChange | Evento |
Tipo do objeto de evento:
com.adobe.solutions.exm.runtime.ExpressionValueChangeEvent
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Expression Manager Building Block 10 |
Versões de runtime: | AIR (unsupported), Flash Player 10.2 |
Dispatched when the value of the expression changes.
Wed Jun 13 2018, 11:10 AM Z