Package | com.adobe.solutions.exm.authoring.events |
Classe | public class ExpressionsPanelToolBarEvent |
Héritage | ExpressionsPanelToolBarEvent Event Object |
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é | Défini par | ||
---|---|---|---|
bubbles : Boolean [lecture seule]
Indique si un événement peut se propager vers le haut (bubbling). | Event | ||
cancelable : Boolean [lecture seule]
Indique si le comportement associé à l’événement peut être évité. | Event | ||
constructor : Object
Référence à l’objet de classe ou à la fonction constructeur d’une occurrence donnée d’un objet. | Object | ||
currentTarget : Object [lecture seule]
L’objet qui traite activement l’objet Event avec un écouteur d’événements. | Event | ||
eventPhase : uint [lecture seule]
Phase actuelle du flux d’événements. | Event | ||
searchText : String
Reference to search Text
| ExpressionsPanelToolBarEvent | ||
selectedItem : Object
The selectedItem object containing the expression selected for edit or delete. | ExpressionsPanelToolBarEvent | ||
target : Object [lecture seule]
Cible de l’événement. | Event | ||
type : String [lecture seule]
Type d’événement. | Event |
Méthode | Défini par | ||
---|---|---|---|
Constructor. | ExpressionsPanelToolBarEvent | ||
Duplique une occurrence d’une sous-classe Event. | Event | ||
Fonction d’un utilitaire permettant d’implémenter la méthode toString() dans des classes Event ActionScript 3.0 personnalisées. | Event | ||
Indique si la propriété spécifiée d’un objet est définie. | Object | ||
Vérifie si la méthode preventDefault() a été appelée pour l’événement. | Event | ||
Indique si une occurrence de la classe Object figure dans la chaîne de prototype de l’objet spécifié en tant que paramètre. | Object | ||
Annule le comportement par défaut d’un événement si cette opération est possible. | Event | ||
Indique si la propriété spécifiée existe et est énumérable. | Object | ||
Définit la disponibilité d’une propriété dynamique pour les opérations en boucle. | Object | ||
Bloque le traitement des écouteurs d’événement dans le nœud actuel et les suivants dans le flux d’événements. | Event | ||
Bloque le traitement des écouteurs d’événement dans les nœuds qui suivent le nœud actuel dans le flux d’événements. | Event | ||
Renvoie la représentation de chaîne de cet objet, formatée selon les paramètres régionaux en vigueur. | Object | ||
Renvoie une chaîne répertoriant toutes les propriétés de l’objet Event. | Event | ||
Renvoie la valeur primitive de l’objet spécifié. | Object |
Constante | Défini par | ||
---|---|---|---|
DELETE_EXPRESSION : String = "deleteExpression" [statique]
The ExpressionsPanelToolBarEvent.DELETE_EXPRESSION constant defines the value of the
type property of the event object for an event that is
dispatched when the agent clicks the Delete button of a Expression Panel toolbar
in Expression Builder UI. | ExpressionsPanelToolBarEvent | ||
EDIT_EXPRESSION : String = "editExpression" [statique]
The ExpressionsPanelToolBarEvent.EDIT_EXPRESSION constant defines the value of the
type property of the event object for an event that is
dispatched when the agent clicks the Edit button of a Expression Panel toolbar
in Expression Builder UI. | ExpressionsPanelToolBarEvent | ||
SEARCH_EXPRESSION : String = "searchExpression" [statique]
The ExpressionsPanelToolBarEvent.SEARCH_EXPRESSION constant defines the value of the
type property of the event object for an event that is
dispatched when the agent clicks the Searach button of a Expression Panel toolbar
in Expression Builder UI. | ExpressionsPanelToolBarEvent |
searchText | propriété |
public var searchText:String
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Expression Manager 10.0 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 10.2 |
Reference to search Text
selectedItem | propriété |
public var selectedItem:Object
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Expression Manager 10.0 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 10.2 |
The selectedItem object containing the expression selected for edit or delete.
ExpressionsPanelToolBarEvent | () | Constructeur |
public function ExpressionsPanelToolBarEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Expression Manager 10.0 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 10.2 |
Constructor.
Paramètrestype:String | |
bubbles:Boolean (default = false )
| |
cancelable:Boolean (default = false )
|
DELETE_EXPRESSION | Constante |
public static const DELETE_EXPRESSION:String = "deleteExpression"
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 |
The ExpressionsPanelToolBarEvent.DELETE_EXPRESSION constant defines the value of the type property of the event object for an event that is dispatched when the agent clicks the Delete button of a Expression Panel toolbar in Expression Builder UI.
EDIT_EXPRESSION | Constante |
public static const EDIT_EXPRESSION:String = "editExpression"
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 |
The ExpressionsPanelToolBarEvent.EDIT_EXPRESSION constant defines the value of the type property of the event object for an event that is dispatched when the agent clicks the Edit button of a Expression Panel toolbar in Expression Builder UI.
SEARCH_EXPRESSION | Constante |
public static const SEARCH_EXPRESSION:String = "searchExpression"
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 |
The ExpressionsPanelToolBarEvent.SEARCH_EXPRESSION constant defines the value of the type property of the event object for an event that is dispatched when the agent clicks the Searach button of a Expression Panel toolbar in Expression Builder UI.
Tue Jun 12 2018, 09:30 AM Z