| Package | com.adobe.dct.event | 
| Classe | public dynamic class DCTServiceEvent | 
| Héritage | DCTServiceEvent    DCTEvent   Event   Object | 
| Version du langage: | ActionScript 3.0 | 
| Version du produit: | Bloc de création Data Dictionary 9.5 | 
| 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 | |
| data : * 
		 Result data that the remote call returns.  | DCTServiceEvent | ||
![]()  | eventPhase : uint [lecture seule] 
	Phase actuelle du flux d’événements.  | Event | |
![]()  | target : Object [lecture seule] 
	Cible de l’événement.  | Event | |
| token : mx.rpc:AsyncToken 
		 AsyncToken object.  | DCTServiceEvent | ||
![]()  | type : String [lecture seule] 
	Type d’événement.  | Event | |
| Méthode | Défini par | ||
|---|---|---|---|
DCTServiceEvent(type:String) 
		 Constructor.  | DCTServiceEvent | ||
![]()  | 
	 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 | ||
|---|---|---|---|
| CREATE_DATA_DICTIONARY : String = "createDataDictionary" [statique] 
		 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" [statique] 
		 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" [statique] 
		 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" [statique] 
		 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" [statique] 
		 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" [statique] 
		 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" [statique] 
		 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" [statique] 
		 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" [statique] 
		 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" [statique] 
		 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" [statique] 
		 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" [statique] 
		 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" [statique] 
		 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" [statique] 
		 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" [statique] 
		 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" [statique] 
		 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" [statique] 
		 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" [statique] 
		 The DCTServiceEvent.UPDATE_DATA_DICTIONARY constant defines the value of the type property of
		 the event object for a updateDataDictionary event.  | DCTServiceEvent | ||
data | propriété | 
public var data:*| Version du langage: | ActionScript 3.0 | 
| Version du produit: | Bloc de création Data Dictionary 9.5 | 
| Versions du moteur d’exécution: | AIR (unsupported), Flash Player 10.2 | 
Result data that the remote call returns.
token | propriété | 
public var token:mx.rpc:AsyncToken| Version du langage: | ActionScript 3.0 | 
| Version du produit: | Bloc de création Data Dictionary 9.5 | 
| Versions du moteur d’exécution: | AIR (unsupported), Flash Player 10.2 | 
AsyncToken object.
DCTServiceEvent | () | Constructeur | 
public function DCTServiceEvent(type:String)| Version du langage: | ActionScript 3.0 | 
| Version du produit: | Bloc de création Data Dictionary 9.5 | 
| Versions du moteur d’exécution: | AIR (unsupported), Flash Player 10.2 | 
Constructor.
Paramètrestype: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 | Constante | 
public static const CREATE_DATA_DICTIONARY:String = "createDataDictionary"| Version du langage: | ActionScript 3.0 | 
| Version du produit: | Bloc de création Data Dictionary 9.5 | 
| Versions du moteur d’exécution: | 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 | Constante | 
public static const CREATE_DDINSTANCE_FROM_XML:String = "createDDInstanceFromXml"| Version du langage: | ActionScript 3.0 | 
| Version du produit: | Bloc de création Data Dictionary 9.5 | 
| Versions du moteur d’exécution: | 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 | Constante | 
public static const DELETE_DATA_DICTIONARY:String = "deleteDataDictionary"| Version du langage: | ActionScript 3.0 | 
| Version du produit: | Bloc de création Data Dictionary 9.5 | 
| Versions du moteur d’exécution: | 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 | Constante | 
public static const EXPORT_DATADICTIONARY_AS_FML:String = "exportDataDictionaryAsFML"| Version du langage: | ActionScript 3.0 | 
| Version du produit: | Bloc de création Data Dictionary 9.5 | 
| Versions du moteur d’exécution: | 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 | Constante | 
public static const GET_ALL_DATA_DICTIONARIES:String = "getAllDataDictionaries"| Version du langage: | ActionScript 3.0 | 
| Version du produit: | Bloc de création Data Dictionary 9.5 | 
| Versions du moteur d’exécution: | 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 | Constante | 
public static const GET_ALL_DATA_DICTIONARY_REFERENCES:String = "getAllDataDictionaryReferences"| Version du langage: | ActionScript 3.0 | 
| Version du produit: | Bloc de création Data Dictionary 9.5 | 
| Versions du moteur d’exécution: | 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 | Constante | 
public static const GET_DATA_DICTIONARIES:String = "getDataDictionaries"| Version du langage: | ActionScript 3.0 | 
| Version du produit: | Bloc de création Data Dictionary 9.5 | 
| Versions du moteur d’exécution: | 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 | Constante | 
public static const GET_DATA_DICTIONARY:String = "getDataDictionary"| Version du langage: | ActionScript 3.0 | 
| Version du produit: | Bloc de création Data Dictionary 9.5 | 
| Versions du moteur d’exécution: | 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 | Constante | 
public static const GET_DATA_DICTIONARY_REFERENCES:String = "getDataDictionaryReferences"| Version du langage: | ActionScript 3.0 | 
| Version du produit: | Bloc de création Data Dictionary 9.5 | 
| Versions du moteur d’exécution: | 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 | Constante | 
public static const GET_DATADICTIONARY_FROM_FML:String = "getDataDictionaryFromFML"| Version du langage: | ActionScript 3.0 | 
| Version du produit: | Bloc de création Data Dictionary 9.5 | 
| Versions du moteur d’exécution: | 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 | Constante | 
public static const GET_DATADICTIONARY_FROM_FML2:String = "getDataDictionaryFromFML2"| Version du langage: | ActionScript 3.0 | 
| Version du produit: | Bloc de création Data Dictionary 10 | 
| Versions du moteur d’exécution: | 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 | Constante | 
public static const GET_DATADICTIONARY_FROM_XSD:String = "getDataDictionaryFromXSD"| Version du langage: | ActionScript 3.0 | 
| Version du produit: | Bloc de création Data Dictionary 9.5 | 
| Versions du moteur d’exécution: | 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 | Constante | 
public static const GET_DDI_FROM_REMOTING_SERVICE:String = "getDDIFromRemotingService"| Version du langage: | ActionScript 3.0 | 
| Version du produit: | Bloc de création Data Dictionary 10 | 
| Versions du moteur d’exécution: | 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 | Constante | 
public static const GET_SAMPLE_XML_DATA_FOR_DD:String = "getSampleXMLDataForDD"| Version du langage: | ActionScript 3.0 | 
| Version du produit: | Bloc de création Data Dictionary 9.5 | 
| Versions du moteur d’exécution: | 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 | Constante | 
public static const GET_SYSTEM_DATA_DICTIONARIES:String = "getSystemDataDictionaries"| Version du langage: | ActionScript 3.0 | 
| Version du produit: | Bloc de création Data Dictionary 9.5 | 
| Versions du moteur d’exécution: | 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 | Constante | 
public static const HAS_COMMON_COLLLECTION_HIERARCHY:String = "hasCommonCollectionHierarchy"| Version du langage: | ActionScript 3.0 | 
| Version du produit: | Bloc de création Data Dictionary 10 | 
| Versions du moteur d’exécution: | 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 | Constante | 
public static const SERIALIZE_DDI_TO_XML:String = "serializeDDItoXML"| Version du langage: | ActionScript 3.0 | 
| Version du produit: | Bloc de création Data Dictionary 10 | 
| Versions du moteur d’exécution: | 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 | Constante | 
public static const UPDATE_DATA_DICTIONARY:String = "updateDataDictionary"| Version du langage: | ActionScript 3.0 | 
| Version du produit: | Bloc de création Data Dictionary 9.5 | 
| Versions du moteur d’exécution: | 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, 09:30 AM Z
 
 Masquer les propriétés publiques héritées
 Afficher les propriétés publiques héritées