| Package | com.adobe.solutions.exm.runtime |
| Interface | public interface IExpression extends IEventDispatcher |
| Implémenteurs | ExpressionImpl |
| Version du langage: | ActionScript 3.0 |
| Version du produit: | Bloc de création Expression Manager 10 |
| Versions du moteur d’exécution: | AIR (unsupported), Flash Player 10.2 |
Propriétés publiques
| Propriété | Défini par | ||
|---|---|---|---|
| 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éthodes publiques
Evénements
| Evénement | Synthèse | Défini par | ||
|---|---|---|---|---|
| Dispatched when the value of the expression changes. | IExpression | |||
Détails de la propriété
assignTo | propriété |
assignTo:String| Version du langage: | ActionScript 3.0 |
| Version du produit: | Bloc de création Expression Manager 10 |
| Versions du moteur d’exécution: | 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).
Implémentation
public function get assignTo():String public function set assignTo(value:String):voidexpression | propriété |
expression:String| Version du langage: | ActionScript 3.0 |
| Version du produit: | Bloc de création Expression Manager 10 |
| Versions du moteur d’exécution: | AIR (unsupported), Flash Player 10.2 |
Returns the actual expression string.
Implémentation
public function get expression():String public function set expression(value:String):voidname | propriété |
name:String| Version du langage: | ActionScript 3.0 |
| Version du produit: | Bloc de création Expression Manager 10 |
| Versions du moteur d’exécution: | AIR (unsupported), Flash Player 10.2 |
Returns the name of the expression.
Implémentation
public function get name():String public function set name(value:String):void Détails de l’événement
expressionValueChange | Evénement |
Type d’objet d’événement:
com.adobe.solutions.exm.runtime.ExpressionValueChangeEvent| Version du langage: | ActionScript 3.0 |
| Version du produit: | Bloc de création Expression Manager 10 |
| Versions du moteur d’exécution: | AIR (unsupported), Flash Player 10.2 |
Dispatched when the value of the expression changes.
Tue Jun 12 2018, 09:30 AM Z
Masquer les méthodes publiques héritées
Afficher les méthodes publiques héritées