Pacchetto | com.adobe.solutions.exm.authoring.events |
Classe | public class ExpressionsPanelToolBarEvent |
Ereditarietà | ExpressionsPanelToolBarEvent Event Object |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Expression Manager 10 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
Proprietà | Definito da | ||
---|---|---|---|
bubbles : Boolean [sola lettura]
Indica se un evento è un evento di bubbling. | Event | ||
cancelable : Boolean [sola lettura]
Indica se il comportamento associato all'evento può essere impedito. | Event | ||
constructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto. | Object | ||
currentTarget : Object [sola lettura]
L'oggetto che elabora attivamente l'oggetto Event con un listener di eventi. | Event | ||
eventPhase : uint [sola lettura]
La fase attuale del flusso di eventi. | Event | ||
searchText : String
Reference to search Text
| ExpressionsPanelToolBarEvent | ||
selectedItem : Object
The selectedItem object containing the expression selected for edit or delete. | ExpressionsPanelToolBarEvent | ||
target : Object [sola lettura]
Il target dell'evento. | Event | ||
type : String [sola lettura]
Il tipo di evento. | Event |
Metodo | Definito da | ||
---|---|---|---|
Constructor. | ExpressionsPanelToolBarEvent | ||
Duplica un'istanza di una sottoclasse Event. | Event | ||
Una funzione dell'utilità per l'implementazione del metodo toString() in classi Event ActionScript 3.0 personalizzate. | Event | ||
Indica se per un oggetto è definita una proprietà specifica. | Object | ||
Verifica se sull'evento è stato chiamato il metodo preventDefault(). | Event | ||
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro. | Object | ||
Annulla il comportamento predefinito di un evento se tale comportamento può essere annullato. | Event | ||
Indica se la proprietà specificata esiste ed è enumerabile. | Object | ||
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche. | Object | ||
Impedisce l'elaborazione di tutti i listener di eventi nel nodo corrente e in tutti i nodi successivi del flusso di eventi. | Event | ||
Impedisce l'elaborazione di tutti i listener di eventi nei nodi del flusso di eventi successivi a quello corrente. | Event | ||
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate. | Object | ||
Restituisce una stringa che contiene tutte le proprietà dell'oggetto Event. | Event | ||
Restituisce il valore di base dell'oggetto specificato. | Object |
Costante | Definito da | ||
---|---|---|---|
DELETE_EXPRESSION : String = "deleteExpression" [statico]
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" [statico]
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" [statico]
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 | proprietà |
public var searchText:String
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Expression Manager 10.0 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
Reference to search Text
selectedItem | proprietà |
public var selectedItem:Object
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Expression Manager 10.0 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
The selectedItem object containing the expression selected for edit or delete.
ExpressionsPanelToolBarEvent | () | Funzione di costruzione |
public function ExpressionsPanelToolBarEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Expression Manager 10.0 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
Constructor.
Parametritype:String | |
bubbles:Boolean (default = false )
| |
cancelable:Boolean (default = false )
|
DELETE_EXPRESSION | Costante |
public static const DELETE_EXPRESSION:String = "deleteExpression"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Expression Manager 10 |
Versioni runtime: | 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 | Costante |
public static const EDIT_EXPRESSION:String = "editExpression"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Expression Manager 10 |
Versioni runtime: | 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 | Costante |
public static const SEARCH_EXPRESSION:String = "searchExpression"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Expression Manager 10 |
Versioni runtime: | 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, 02:44 PM Z