Pakket | com.adobe.dct.event |
Klasse | public dynamic class DCTServiceEvent |
Overerving | DCTServiceEvent DCTEvent Event Object |
Taalversie: | ActionScript 3.0 |
Productversie: | Data Dictionary Building Block 9.5 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
Eigenschap | Gedefinieerd door | ||
---|---|---|---|
bubbles : Boolean [alleen-lezen]
Geeft aan of een gebeurtenis een terugkoppelgebeurtenis is. | Event | ||
cancelable : Boolean [alleen-lezen]
Geeft aan of het gedrag dat aan deze gebeurtenis is gekoppeld, kan worden voorkomen. | Event | ||
constructor : Object
Verwijzing naar het klasseobject of de constructorfunctie van een bepaalde objectinstantie. | Object | ||
currentTarget : Object [alleen-lezen]
Het object dat het gebeurtenisobject actief verwerkt met een gebeurtenislistener. | Event | ||
data : *
Result data that the remote call returns. | DCTServiceEvent | ||
eventPhase : uint [alleen-lezen]
De huidige fase in de gebeurtenisstroom. | Event | ||
target : Object [alleen-lezen]
Doel van gebeurtenis. | Event | ||
token : mx.rpc:AsyncToken
AsyncToken object. | DCTServiceEvent | ||
type : String [alleen-lezen]
Het type gebeurtenis. | Event |
Methode | Gedefinieerd door | ||
---|---|---|---|
DCTServiceEvent(type:String)
Constructor. | DCTServiceEvent | ||
Dupliceert een instantie van een subklasse Event. | Event | ||
Een hulpprogrammafunctie voor de implementatie van de methode toString() in aangepaste ActionScript 3.0-Event-klassen. | Event | ||
Geeft aan of voor een object een opgegeven eigenschap is gedefinieerd. | Object | ||
Controleert of de methode preventDefault() is aangeroepen voor de gebeurtenis. | Event | ||
Geeft aan of een instantie van de klasse Object zich in de prototypeketen van het object bevindt dat als parameter is opgegeven. | Object | ||
Annuleert het standaardgedrag van een gebeurtenis wanneer dat gedrag kan worden geannuleerd. | Event | ||
Geeft aan of de opgegeven eigenschap bestaat en kan worden opgesomd. | Object | ||
Stelt de beschikbaarheid van een dynamische eigenschap voor lusbewerkingen in. | Object | ||
Voorkomt het verwerken van gebeurtenislisteners in het huidige knooppunt en volgende knooppunten in de gebeurtenisstroom. | Event | ||
Voorkomt het verwerken van gebeurtenislisteners in knooppunten die volgen op het huidige knooppunt in de gebeurtenisstroom. | Event | ||
Geeft de tekenreeksweergave van dit object weer, geformatteerd volgens de locatiespecifieke conventies. | Object | ||
Retourneert een tekenreeks die alle eigenschappen van het Event-object bevat. | Event | ||
Retourneert de primitieve waarde van het opgegeven object. | Object |
Constante | Gedefinieerd door | ||
---|---|---|---|
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 |
data | eigenschap |
public var data:*
Taalversie: | ActionScript 3.0 |
Productversie: | Data Dictionary Building Block 9.5 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
Result data that the remote call returns.
token | eigenschap |
public var token:mx.rpc:AsyncToken
Taalversie: | ActionScript 3.0 |
Productversie: | Data Dictionary Building Block 9.5 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
AsyncToken object.
DCTServiceEvent | () | Constructor |
public function DCTServiceEvent(type:String)
Taalversie: | ActionScript 3.0 |
Productversie: | Data Dictionary Building Block 9.5 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
Constructor.
Parameterstype: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"
Taalversie: | ActionScript 3.0 |
Productversie: | Data Dictionary Building Block 9.5 |
Runtimeversies: | 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"
Taalversie: | ActionScript 3.0 |
Productversie: | Data Dictionary Building Block 9.5 |
Runtimeversies: | 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"
Taalversie: | ActionScript 3.0 |
Productversie: | Data Dictionary Building Block 9.5 |
Runtimeversies: | 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"
Taalversie: | ActionScript 3.0 |
Productversie: | Data Dictionary Building Block 9.5 |
Runtimeversies: | 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"
Taalversie: | ActionScript 3.0 |
Productversie: | Data Dictionary Building Block 9.5 |
Runtimeversies: | 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"
Taalversie: | ActionScript 3.0 |
Productversie: | Data Dictionary Building Block 9.5 |
Runtimeversies: | 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"
Taalversie: | ActionScript 3.0 |
Productversie: | Data Dictionary Building Block 9.5 |
Runtimeversies: | 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"
Taalversie: | ActionScript 3.0 |
Productversie: | Data Dictionary Building Block 9.5 |
Runtimeversies: | 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"
Taalversie: | ActionScript 3.0 |
Productversie: | Data Dictionary Building Block 9.5 |
Runtimeversies: | 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"
Taalversie: | ActionScript 3.0 |
Productversie: | Data Dictionary Building Block 9.5 |
Runtimeversies: | 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"
Taalversie: | ActionScript 3.0 |
Productversie: | Data Dictionary Building Block 10 |
Runtimeversies: | 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"
Taalversie: | ActionScript 3.0 |
Productversie: | Data Dictionary Building Block 9.5 |
Runtimeversies: | 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"
Taalversie: | ActionScript 3.0 |
Productversie: | Data Dictionary Building Block 10 |
Runtimeversies: | 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"
Taalversie: | ActionScript 3.0 |
Productversie: | Data Dictionary Building Block 9.5 |
Runtimeversies: | 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"
Taalversie: | ActionScript 3.0 |
Productversie: | Data Dictionary Building Block 9.5 |
Runtimeversies: | 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"
Taalversie: | ActionScript 3.0 |
Productversie: | Data Dictionary Building Block 10 |
Runtimeversies: | 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"
Taalversie: | ActionScript 3.0 |
Productversie: | Data Dictionary Building Block 10 |
Runtimeversies: | 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"
Taalversie: | ActionScript 3.0 |
Productversie: | Data Dictionary Building Block 9.5 |
Runtimeversies: | 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.
Wed Jun 13 2018, 11:42 AM Z