Pacchetto | coldfusion.service.events |
Classe | public class ColdFusionServiceResultEvent |
Ereditarietà | ColdFusionServiceResultEvent ResultEvent AbstractEvent MessageEvent Event Object |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | ColdFusion 9 |
Versioni runtime: | Flash Player 9, AIR 1.0 |
Proprietà pubbliche
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
ColdFusionServiceResultEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = true, result:Object = null, token:mx.rpc:AsyncToken = null, message:IMessage = null)
Creates a ColdFusionServiceResultEvent. | ColdFusionServiceResultEvent | ||
[override]
Clones the MessageEvent. | MessageEvent | ||
[statico]
Utility method to create a new MessageEvent that doesn't bubble and
is not cancelable. | MessageEvent | ||
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 | ||
[override]
Returns a string representation of the ResultEvent. | ResultEvent | ||
Restituisce il valore di base dell'oggetto specificato. | Object |
Costanti pubbliche
Costante | Definito da | ||
---|---|---|---|
RESULT : String = "result" [statico]
The RESULT event type. | ColdFusionServiceResultEvent |
Descrizione della funzione di costruzione
ColdFusionServiceResultEvent | () | Funzione di costruzione |
public function ColdFusionServiceResultEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = true, result:Object = null, token:mx.rpc:AsyncToken = null, message:IMessage = null)
Creates a ColdFusionServiceResultEvent.
Parametritype:String — The event type, which indicates the action that triggered the event.
| |
bubbles:Boolean (default = false ) — Determines whether the event participates in the bubbling phase of the event flow.
| |
cancelable:Boolean (default = true ) — Specifies whether the behavior associated with the event can be prevented.
| |
result:Object (default = null ) — Object that holds the actual result of the call.
| |
token:mx.rpc:AsyncToken (default = null ) — Token that represents the call to the method. Used in the asynchronous completion token pattern.
| |
message:IMessage (default = null ) — Source Message of the result.
|
Descrizione delle costanti
RESULT | Costante |
public static const RESULT:String = "result"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | ColdFusion 9 |
Versioni runtime: | Flash Player 9, AIR 1.0 |
The RESULT event type.
Tue Jun 12 2018, 02:44 PM Z