ActionScript® 3.0 Referenzhandbuch für die Adobe® Flash®-Plattform
Home  |  Liste der Pakete und Klassen ausblenden |  Pakete  |  Klassen  |  Neue Funktionen  |  Stichwortverzeichnis  |  Anhänge  |  Warum auf Englisch?
Filter: Daten werden vom Server abgerufen...
Daten werden vom Server abgerufen...
com.adobe.dct.event 

DCTServiceEvent  - AS3 Data Dictionary

Paketcom.adobe.dct.event
Klassepublic dynamic class DCTServiceEvent
VererbungDCTServiceEvent Inheritance DCTEvent Inheritance Event Inheritance Object

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Data Dictionary“ 9.5
Laufzeitversionen: AIR (unsupported), Flash Player 10.2

The DCTServiceEvent event class represents the event object dispatched when a call to Data Dictionary(DCT) service returns. The calling client classes/ event listeners are notified in terms of this event.



Öffentliche Eigenschaften
 EigenschaftDefiniert von
 Inheritedbubbles : Boolean
[schreibgeschützt] Gibt an, ob es sich bei dem Ereignis um ein Bubbling-Ereignis handelt.
Event
 Inheritedcancelable : Boolean
[schreibgeschützt] Gibt an, ob das mit dem Ereignis verknüpfte Verhalten verhindert werden kann.
Event
 Inheritedconstructor : Object
Ein Verweis auf das Klassenobjekt oder die Konstruktorfunktion für eine angegebene Objektinstanz.
Object
 InheritedcurrentTarget : Object
[schreibgeschützt] Das Objekt, welches das Ereignisobjekt aktiv mit einem Ereignis-Listener verarbeitet.
Event
  data : *
Result data that the remote call returns.
DCTServiceEvent
 InheritedeventPhase : uint
[schreibgeschützt] Die aktuelle Phase im Ereignisablauf.
Event
 Inheritedtarget : Object
[schreibgeschützt] Das Ereignis-Ziel.
Event
  token : mx.rpc:AsyncToken
AsyncToken object.
DCTServiceEvent
 Inheritedtype : String
[schreibgeschützt] Der Ereignistyp.
Event
Öffentliche Methoden
 MethodeDefiniert von
  
Constructor.
DCTServiceEvent
 Inherited
Dupliziert eine Instanz einer Event-Unterklasse.
Event
 Inherited
formatToString(className:String, ... arguments):String
Eine Dienstprogrammfunktion zur Implementierung der toString()-Methode in benutzerdefinierten ActionScript 3.0 Event-Klassen.
Event
 Inherited
Gibt an, ob für ein Objekt eine bestimmte Eigenschaft definiert wurde.
Object
 Inherited
Überprüft, ob die preventDefault()-Methode bei dem Ereignis aufgerufen wurde.
Event
 Inherited
Gibt an, ob eine Instanz der Object-Klasse in der Prototypkette des Objekts vorhanden ist, das als Parameter angegeben wurde.
Object
 Inherited
Bricht das Standardverhalten eines Ereignisses ab, wenn dieses Verhalten abgebrochen werden kann.
Event
 Inherited
Gibt an, ob die angegebene Eigenschaft vorhanden ist und durchlaufen werden kann.
Object
 Inherited
Legt die Verfügbarkeit einer dynamischen Eigenschaft für Schleifenoperationen fest.
Object
 Inherited
Verhindert die Verarbeitung von Ereignis-Listenern im aktuellen Knoten und in Knoten, die dem aktuellen Knoten im Ereignisablauf nachfolgen.
Event
 Inherited
Verhindert die Verarbeitung von Ereignis-Listenern in Knoten, die dem aktuellen Knoten im Ereignisablauf nachfolgen.
Event
 Inherited
Gibt die Stringdarstellung dieses Objekts zurück, formatiert entsprechend den Konventionen des Gebietsschemas.
Object
 Inherited
Gibt eine Zeichenfolge zurück, die alle Eigenschaften des Ereignisobjekts enthält.
Event
 Inherited
Gibt den Grundwert des angegebenen Objekts zurück.
Object
Öffentliche Konstanten
 KonstanteDefiniert von
  CREATE_DATA_DICTIONARY : String = "createDataDictionary"
[statisch] 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"
[statisch] 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"
[statisch] 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"
[statisch] 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"
[statisch] 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"
[statisch] 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"
[statisch] 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"
[statisch] 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"
[statisch] 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"
[statisch] 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"
[statisch] 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"
[statisch] 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"
[statisch] 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"
[statisch] 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"
[statisch] 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"
[statisch] 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"
[statisch] 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"
[statisch] The DCTServiceEvent.UPDATE_DATA_DICTIONARY constant defines the value of the type property of the event object for a updateDataDictionary event.
DCTServiceEvent
Eigenschaftendetails

data

Eigenschaft
public var data:*

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Data Dictionary“ 9.5
Laufzeitversionen: AIR (unsupported), Flash Player 10.2

Result data that the remote call returns.

token

Eigenschaft 
public var token:mx.rpc:AsyncToken

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Data Dictionary“ 9.5
Laufzeitversionen: AIR (unsupported), Flash Player 10.2

AsyncToken object.

Konstruktordetails

DCTServiceEvent

()Konstruktor
public function DCTServiceEvent(type:String)

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Data Dictionary“ 9.5
Laufzeitversionen: AIR (unsupported), Flash Player 10.2

Constructor.

Parameter
type: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.
Konstantendetails

CREATE_DATA_DICTIONARY

Konstante
public static const CREATE_DATA_DICTIONARY:String = "createDataDictionary"

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Data Dictionary“ 9.5
Laufzeitversionen: 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

Konstante 
public static const CREATE_DDINSTANCE_FROM_XML:String = "createDDInstanceFromXml"

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Data Dictionary“ 9.5
Laufzeitversionen: 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

Konstante 
public static const DELETE_DATA_DICTIONARY:String = "deleteDataDictionary"

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Data Dictionary“ 9.5
Laufzeitversionen: 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

Konstante 
public static const EXPORT_DATADICTIONARY_AS_FML:String = "exportDataDictionaryAsFML"

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Data Dictionary“ 9.5
Laufzeitversionen: 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

Konstante 
public static const GET_ALL_DATA_DICTIONARIES:String = "getAllDataDictionaries"

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Data Dictionary“ 9.5
Laufzeitversionen: 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

Konstante 
public static const GET_ALL_DATA_DICTIONARY_REFERENCES:String = "getAllDataDictionaryReferences"

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Data Dictionary“ 9.5
Laufzeitversionen: 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

Konstante 
public static const GET_DATA_DICTIONARIES:String = "getDataDictionaries"

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Data Dictionary“ 9.5
Laufzeitversionen: 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

Konstante 
public static const GET_DATA_DICTIONARY:String = "getDataDictionary"

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Data Dictionary“ 9.5
Laufzeitversionen: 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

Konstante 
public static const GET_DATA_DICTIONARY_REFERENCES:String = "getDataDictionaryReferences"

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Data Dictionary“ 9.5
Laufzeitversionen: 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

Konstante 
public static const GET_DATADICTIONARY_FROM_FML:String = "getDataDictionaryFromFML"

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Data Dictionary“ 9.5
Laufzeitversionen: 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

Konstante 
public static const GET_DATADICTIONARY_FROM_FML2:String = "getDataDictionaryFromFML2"

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Data Dictionary“ 10
Laufzeitversionen: 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

Konstante 
public static const GET_DATADICTIONARY_FROM_XSD:String = "getDataDictionaryFromXSD"

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Data Dictionary“ 9.5
Laufzeitversionen: 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

Konstante 
public static const GET_DDI_FROM_REMOTING_SERVICE:String = "getDDIFromRemotingService"

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Data Dictionary“ 10
Laufzeitversionen: 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

Konstante 
public static const GET_SAMPLE_XML_DATA_FOR_DD:String = "getSampleXMLDataForDD"

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Data Dictionary“ 9.5
Laufzeitversionen: 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

Konstante 
public static const GET_SYSTEM_DATA_DICTIONARIES:String = "getSystemDataDictionaries"

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Data Dictionary“ 9.5
Laufzeitversionen: 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

Konstante 
public static const HAS_COMMON_COLLLECTION_HIERARCHY:String = "hasCommonCollectionHierarchy"

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Data Dictionary“ 10
Laufzeitversionen: 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

Konstante 
public static const SERIALIZE_DDI_TO_XML:String = "serializeDDItoXML"

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Data Dictionary“ 10
Laufzeitversionen: 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

Konstante 
public static const UPDATE_DATA_DICTIONARY:String = "updateDataDictionary"

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Data Dictionary“ 9.5
Laufzeitversionen: 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.





[ X ]Warum auf Englisch?
Inhalt des ActionScript 3.0-Referenzhandbuchs wird in englischer Sprache angezeigt

Nicht alle Teile des ActionScript 3.0-Referenzhandbuchs wurden in alle Sprachen übersetzt. Wenn der Text zu einem Sprachelement nicht übersetzt wurde, wird er auf Englisch angezeigt. Zum Beispiel wurden die Informationen zur ga.controls.HelpBox-Klasse nicht in andere Sprachen übersetzt. In der deutschen Version des Referenzhandbuchs erscheint der Abschnitt zur ga.controls.HelpBox-Klasse deshalb auf Englisch.