Pacchetto | com.adobe.dct.event |
Classe | public dynamic class DCTServiceEvent |
Ereditarietà | DCTServiceEvent DCTEvent Event Object |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Data Dictionary 9.5 |
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 | ||
data : *
Result data that the remote call returns. | DCTServiceEvent | ||
eventPhase : uint [sola lettura]
La fase attuale del flusso di eventi. | Event | ||
target : Object [sola lettura]
Il target dell'evento. | Event | ||
token : mx.rpc:AsyncToken
AsyncToken object. | DCTServiceEvent | ||
type : String [sola lettura]
Il tipo di evento. | Event |
Metodo | Definito da | ||
---|---|---|---|
DCTServiceEvent(type:String)
Constructor. | DCTServiceEvent | ||
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 | ||
---|---|---|---|
CREATE_DATA_DICTIONARY : String = "createDataDictionary" [statico]
The DCTServiceEvent.CREATE_DATA_DICTIONARY constant defines the value of the type property of
the event object for a createDataDictionary event. | DCTServiceEvent | ||
CREATE_DDINSTANCE_FROM_XML : String = "createDDInstanceFromXml" [statico]
The DCTServiceEvent.CREATE_DDINSTANCE_FROM_XML constant defines the value of the type property of
the event object for a createDDInstanceFromXml event. | DCTServiceEvent | ||
DELETE_DATA_DICTIONARY : String = "deleteDataDictionary" [statico]
The DCTServiceEvent.DELETE_DATA_DICTIONARY constant defines the value of the type property of
the event object for a deleteDataDictionary event. | DCTServiceEvent | ||
EXPORT_DATADICTIONARY_AS_FML : String = "exportDataDictionaryAsFML" [statico]
The DCTServiceEvent.EXPORT_DATADICTIONARY_AS_FML constant defines the value of the type property of
the event object for a exportDataDictionaryAsFML event. | DCTServiceEvent | ||
GET_ALL_DATA_DICTIONARIES : String = "getAllDataDictionaries" [statico]
The DCTServiceEvent.GET_ALL_DATA_DICTIONARIES constant defines the value of the type property of
the event object for a getAllDataDictionaries event. | DCTServiceEvent | ||
GET_ALL_DATA_DICTIONARY_REFERENCES : String = "getAllDataDictionaryReferences" [statico]
The DCTServiceEvent.GET_ALL_DATA_DICTIONARY_REFERENCES constant defines the value of the type property of
the event object for a getAllDataDictionaryReferences event. | DCTServiceEvent | ||
GET_DATA_DICTIONARIES : String = "getDataDictionaries" [statico]
The DCTServiceEvent.GET_DATA_DICTIONARIES constant defines the value of the type property of
the event object for a getDataDictionaries event. | DCTServiceEvent | ||
GET_DATA_DICTIONARY : String = "getDataDictionary" [statico]
The DCTServiceEvent.GET_DATA_DICTIONARY constant defines the value of the type property of
the event object for a getDataDictionary event. | DCTServiceEvent | ||
GET_DATADICTIONARY_FROM_FML : String = "getDataDictionaryFromFML" [statico]
The DCTServiceEvent.GET_DATADICTIONARY_FROM_FML constant defines the value of the type property of
the event object for a getDataDictionaryFromFML event. | DCTServiceEvent | ||
GET_DATADICTIONARY_FROM_FML2 : String = "getDataDictionaryFromFML2" [statico]
The DCTServiceEvent.GET_DATADICTIONARY_FROM_FML2 constant defines the value of the type property of
the event object for a getDataDictionaryFromFML2 event. | DCTServiceEvent | ||
GET_DATADICTIONARY_FROM_XSD : String = "getDataDictionaryFromXSD" [statico]
The DCTServiceEvent.GET_DATADICTIONARY_FROM_XSD constant defines the value of the type property of
the event object for a getDataDictionaryFromXSD event. | DCTServiceEvent | ||
GET_DATA_DICTIONARY_REFERENCES : String = "getDataDictionaryReferences" [statico]
The DCTServiceEvent.GET_DATA_DICTIONARY_REFERENCES constant defines the value of the type property of
the event object for a getDataDictionaryReferences event. | DCTServiceEvent | ||
GET_DDI_FROM_REMOTING_SERVICE : String = "getDDIFromRemotingService" [statico]
The DCTServiceEvent.GET_DDI_FROM_REMOTING_SERVICE constant defines the value of the type property of
the event object for a getDDIFromRemotingService event. | DCTServiceEvent | ||
GET_SAMPLE_XML_DATA_FOR_DD : String = "getSampleXMLDataForDD" [statico]
The DCTServiceEvent.GET_SAMPLE_XML_DATA_FOR_DD constant defines the value of the type property of
the event object for a getSampleXMLDataForDD event. | DCTServiceEvent | ||
GET_SYSTEM_DATA_DICTIONARIES : String = "getSystemDataDictionaries" [statico]
The DCTServiceEvent.GET_SYSTEM_DATA_DICTIONARIES constant defines the value of the type property of
the event object for a getSystemDataDictionaries event. | DCTServiceEvent | ||
HAS_COMMON_COLLLECTION_HIERARCHY : String = "hasCommonCollectionHierarchy" [statico]
The DCTServiceEvent.HAS_COMMON_COLLLECTION_HIERARCHY constant defines the value of the type property of
the event object for a hasCommonCollectionHierarchy event. | DCTServiceEvent | ||
SERIALIZE_DDI_TO_XML : String = "serializeDDItoXML" [statico]
The DCTServiceEvent.SERIALIZE_DDI_TO_XML constant defines the value of the type property of
the event object for a serializeDDItoXML event. | DCTServiceEvent | ||
UPDATE_DATA_DICTIONARY : String = "updateDataDictionary" [statico]
The DCTServiceEvent.UPDATE_DATA_DICTIONARY constant defines the value of the type property of
the event object for a updateDataDictionary event. | DCTServiceEvent |
data | proprietà |
public var data:*
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Data Dictionary 9.5 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
Result data that the remote call returns.
token | proprietà |
public var token:mx.rpc:AsyncToken
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Data Dictionary 9.5 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
AsyncToken object.
DCTServiceEvent | () | Funzione di costruzione |
public function DCTServiceEvent(type:String)
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Data Dictionary 9.5 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
Constructor.
Parametritype:String — The event type. Indicates the Data Dictionary (DCT) service that caused the event. The calling client classes/event listeners
are notified in terms of this event.
|
CREATE_DATA_DICTIONARY | Costante |
public static const CREATE_DATA_DICTIONARY:String = "createDataDictionary"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Data Dictionary 9.5 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
The DCTServiceEvent.CREATE_DATA_DICTIONARY
constant defines the value of the type
property of
the event object for a createDataDictionary
event.
CREATE_DDINSTANCE_FROM_XML | Costante |
public static const CREATE_DDINSTANCE_FROM_XML:String = "createDDInstanceFromXml"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Data Dictionary 9.5 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
The DCTServiceEvent.CREATE_DDINSTANCE_FROM_XML
constant defines the value of the type
property of
the event object for a createDDInstanceFromXml
event.
DELETE_DATA_DICTIONARY | Costante |
public static const DELETE_DATA_DICTIONARY:String = "deleteDataDictionary"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Data Dictionary 9.5 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
The DCTServiceEvent.DELETE_DATA_DICTIONARY
constant defines the value of the type
property of
the event object for a deleteDataDictionary
event.
EXPORT_DATADICTIONARY_AS_FML | Costante |
public static const EXPORT_DATADICTIONARY_AS_FML:String = "exportDataDictionaryAsFML"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Data Dictionary 9.5 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
The DCTServiceEvent.EXPORT_DATADICTIONARY_AS_FML
constant defines the value of the type
property of
the event object for a exportDataDictionaryAsFML
event.
GET_ALL_DATA_DICTIONARIES | Costante |
public static const GET_ALL_DATA_DICTIONARIES:String = "getAllDataDictionaries"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Data Dictionary 9.5 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
The DCTServiceEvent.GET_ALL_DATA_DICTIONARIES
constant defines the value of the type
property of
the event object for a getAllDataDictionaries
event.
GET_ALL_DATA_DICTIONARY_REFERENCES | Costante |
public static const GET_ALL_DATA_DICTIONARY_REFERENCES:String = "getAllDataDictionaryReferences"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Data Dictionary 9.5 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
The DCTServiceEvent.GET_ALL_DATA_DICTIONARY_REFERENCES
constant defines the value of the type
property of
the event object for a getAllDataDictionaryReferences
event.
GET_DATA_DICTIONARIES | Costante |
public static const GET_DATA_DICTIONARIES:String = "getDataDictionaries"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Data Dictionary 9.5 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
The DCTServiceEvent.GET_DATA_DICTIONARIES
constant defines the value of the type
property of
the event object for a getDataDictionaries
event.
GET_DATA_DICTIONARY | Costante |
public static const GET_DATA_DICTIONARY:String = "getDataDictionary"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Data Dictionary 9.5 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
The DCTServiceEvent.GET_DATA_DICTIONARY
constant defines the value of the type
property of
the event object for a getDataDictionary
event.
GET_DATA_DICTIONARY_REFERENCES | Costante |
public static const GET_DATA_DICTIONARY_REFERENCES:String = "getDataDictionaryReferences"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Data Dictionary 9.5 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
The DCTServiceEvent.GET_DATA_DICTIONARY_REFERENCES
constant defines the value of the type
property of
the event object for a getDataDictionaryReferences
event.
GET_DATADICTIONARY_FROM_FML | Costante |
public static const GET_DATADICTIONARY_FROM_FML:String = "getDataDictionaryFromFML"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Data Dictionary 9.5 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
The DCTServiceEvent.GET_DATADICTIONARY_FROM_FML
constant defines the value of the type
property of
the event object for a getDataDictionaryFromFML
event.
GET_DATADICTIONARY_FROM_FML2 | Costante |
public static const GET_DATADICTIONARY_FROM_FML2:String = "getDataDictionaryFromFML2"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Data Dictionary 10 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
The DCTServiceEvent.GET_DATADICTIONARY_FROM_FML2
constant defines the value of the type
property of
the event object for a getDataDictionaryFromFML2
event.
GET_DATADICTIONARY_FROM_XSD | Costante |
public static const GET_DATADICTIONARY_FROM_XSD:String = "getDataDictionaryFromXSD"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Data Dictionary 9.5 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
The DCTServiceEvent.GET_DATADICTIONARY_FROM_XSD
constant defines the value of the type
property of
the event object for a getDataDictionaryFromXSD
event.
GET_DDI_FROM_REMOTING_SERVICE | Costante |
public static const GET_DDI_FROM_REMOTING_SERVICE:String = "getDDIFromRemotingService"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Data Dictionary 10 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
The DCTServiceEvent.GET_DDI_FROM_REMOTING_SERVICE
constant defines the value of the type
property of
the event object for a getDDIFromRemotingService
event.
GET_SAMPLE_XML_DATA_FOR_DD | Costante |
public static const GET_SAMPLE_XML_DATA_FOR_DD:String = "getSampleXMLDataForDD"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Data Dictionary 9.5 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
The DCTServiceEvent.GET_SAMPLE_XML_DATA_FOR_DD
constant defines the value of the type
property of
the event object for a getSampleXMLDataForDD
event.
GET_SYSTEM_DATA_DICTIONARIES | Costante |
public static const GET_SYSTEM_DATA_DICTIONARIES:String = "getSystemDataDictionaries"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Data Dictionary 9.5 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
The DCTServiceEvent.GET_SYSTEM_DATA_DICTIONARIES
constant defines the value of the type
property of
the event object for a getSystemDataDictionaries
event.
HAS_COMMON_COLLLECTION_HIERARCHY | Costante |
public static const HAS_COMMON_COLLLECTION_HIERARCHY:String = "hasCommonCollectionHierarchy"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Data Dictionary 10 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
The DCTServiceEvent.HAS_COMMON_COLLLECTION_HIERARCHY
constant defines the value of the type
property of
the event object for a hasCommonCollectionHierarchy
event.
SERIALIZE_DDI_TO_XML | Costante |
public static const SERIALIZE_DDI_TO_XML:String = "serializeDDItoXML"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Data Dictionary 10 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
The DCTServiceEvent.SERIALIZE_DDI_TO_XML
constant defines the value of the type
property of
the event object for a serializeDDItoXML
event.
UPDATE_DATA_DICTIONARY | Costante |
public static const UPDATE_DATA_DICTIONARY:String = "updateDataDictionary"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Data Dictionary 9.5 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
The DCTServiceEvent.UPDATE_DATA_DICTIONARY
constant defines the value of the type
property of
the event object for a updateDataDictionary
event.
Tue Jun 12 2018, 02:44 PM Z