| Pacote | com.adobe.dct.event |
| Classe | public dynamic class DCTServiceEvent |
| Herança | DCTServiceEvent DCTEvent Event Object |
| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Data Dictionary Building Block 9.5 |
| Versões de runtime: | AIR (unsupported), Flash Player 10.2 |
| Propriedade | Definido por | ||
|---|---|---|---|
![]() | bubbles : Boolean [somente leitura]
Indica se um evento é do tipo bubbling. | Event | |
![]() | cancelable : Boolean [somente leitura]
Indica se o comportamento associado ao evento pode ser impedido. | Event | |
![]() | constructor : Object
Uma referência ao objeto de classe ou à função de construtor de uma determinada ocorrência de objeto. | Object | |
![]() | currentTarget : Object [somente leitura]
O objeto que está processando ativamente o objeto Event com um ouvinte de evento. | Event | |
| data : *
Result data that the remote call returns. | DCTServiceEvent | ||
![]() | eventPhase : uint [somente leitura]
A fase atual no fluxo de eventos. | Event | |
![]() | target : Object [somente leitura]
O destino de evento. | Event | |
| token : mx.rpc:AsyncToken
AsyncToken object. | DCTServiceEvent | ||
![]() | type : String [somente leitura]
O tipo de evento. | Event | |
| Método | Definido por | ||
|---|---|---|---|
DCTServiceEvent(type:String)
Constructor. | DCTServiceEvent | ||
![]() |
Duplica uma ocorrência de uma subclasse Event. | Event | |
![]() |
Uma função de utilitário para implementar o método toString() em classes ActionScript 3.0 Event personalizadas. | Event | |
![]() |
Indica se um objeto tem uma propriedade especificada definida. | Object | |
![]() |
Verifica se o método preventDefault() foi chamado no evento. | Event | |
![]() |
Indica se uma ocorrência da classe Object está na cadeia de protótipos do objeto especificado como o parâmetro. | Object | |
![]() |
Cancela um comportamento padrão de evento se esse comportamento puder ser cancelado. | Event | |
![]() |
Indica se a propriedade especificada existe e é enumerável. | Object | |
![]() |
Define a disponibilidade de uma propriedade dinâmica para operações de repetição. | Object | |
![]() |
Impede o processamento de qualquer ouvinte de evento no nó atual e qualquer nó subsequente no fluxo de eventos. | Event | |
![]() |
Impede o processamento de algum ouvinte de evento em nós subsequentes ao nó atual no fluxo de eventos. | Event | |
![]() |
Retorna a representação da string deste objeto, formatado segundo as convenções específicas para a localidade. | Object | |
![]() |
Retorna uma string que contém todas as propriedades do objeto Event. | Event | |
![]() |
Retorna o valor primitivo do objeto especificado. | Object | |
| Constante | Definido por | ||
|---|---|---|---|
| CREATE_DATA_DICTIONARY : String = "createDataDictionary" [estático]
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" [estático]
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" [estático]
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" [estático]
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" [estático]
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" [estático]
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" [estático]
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" [estático]
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" [estático]
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" [estático]
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" [estático]
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" [estático]
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" [estático]
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" [estático]
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" [estático]
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" [estático]
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" [estático]
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" [estático]
The DCTServiceEvent.UPDATE_DATA_DICTIONARY constant defines the value of the type property of
the event object for a updateDataDictionary event. | DCTServiceEvent | ||
data | propriedade |
public var data:*| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Data Dictionary Building Block 9.5 |
| Versões de runtime: | AIR (unsupported), Flash Player 10.2 |
Result data that the remote call returns.
token | propriedade |
public var token:mx.rpc:AsyncToken| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Data Dictionary Building Block 9.5 |
| Versões de runtime: | AIR (unsupported), Flash Player 10.2 |
AsyncToken object.
DCTServiceEvent | () | Construtor |
public function DCTServiceEvent(type:String)| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Data Dictionary Building Block 9.5 |
| Versões de runtime: | AIR (unsupported), Flash Player 10.2 |
Constructor.
Parâmetrostype: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"| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Data Dictionary Building Block 9.5 |
| Versões de 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 | Constante |
public static const CREATE_DDINSTANCE_FROM_XML:String = "createDDInstanceFromXml"| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Data Dictionary Building Block 9.5 |
| Versões de 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 | Constante |
public static const DELETE_DATA_DICTIONARY:String = "deleteDataDictionary"| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Data Dictionary Building Block 9.5 |
| Versões de 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 | Constante |
public static const EXPORT_DATADICTIONARY_AS_FML:String = "exportDataDictionaryAsFML"| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Data Dictionary Building Block 9.5 |
| Versões de 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 | Constante |
public static const GET_ALL_DATA_DICTIONARIES:String = "getAllDataDictionaries"| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Data Dictionary Building Block 9.5 |
| Versões de 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 | Constante |
public static const GET_ALL_DATA_DICTIONARY_REFERENCES:String = "getAllDataDictionaryReferences"| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Data Dictionary Building Block 9.5 |
| Versões de 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 | Constante |
public static const GET_DATA_DICTIONARIES:String = "getDataDictionaries"| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Data Dictionary Building Block 9.5 |
| Versões de 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 | Constante |
public static const GET_DATA_DICTIONARY:String = "getDataDictionary"| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Data Dictionary Building Block 9.5 |
| Versões de 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 | Constante |
public static const GET_DATA_DICTIONARY_REFERENCES:String = "getDataDictionaryReferences"| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Data Dictionary Building Block 9.5 |
| Versões de 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 | Constante |
public static const GET_DATADICTIONARY_FROM_FML:String = "getDataDictionaryFromFML"| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Data Dictionary Building Block 9.5 |
| Versões de 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 | Constante |
public static const GET_DATADICTIONARY_FROM_FML2:String = "getDataDictionaryFromFML2"| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Data Dictionary Building Block 10 |
| Versões de 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 | Constante |
public static const GET_DATADICTIONARY_FROM_XSD:String = "getDataDictionaryFromXSD"| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Data Dictionary Building Block 9.5 |
| Versões de 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 | Constante |
public static const GET_DDI_FROM_REMOTING_SERVICE:String = "getDDIFromRemotingService"| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Data Dictionary Building Block 10 |
| Versões de 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 | Constante |
public static const GET_SAMPLE_XML_DATA_FOR_DD:String = "getSampleXMLDataForDD"| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Data Dictionary Building Block 9.5 |
| Versões de 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 | Constante |
public static const GET_SYSTEM_DATA_DICTIONARIES:String = "getSystemDataDictionaries"| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Data Dictionary Building Block 9.5 |
| Versões de 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 | Constante |
public static const HAS_COMMON_COLLLECTION_HIERARCHY:String = "hasCommonCollectionHierarchy"| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Data Dictionary Building Block 10 |
| Versões de 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 | Constante |
public static const SERIALIZE_DDI_TO_XML:String = "serializeDDItoXML"| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Data Dictionary Building Block 10 |
| Versões de 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 | Constante |
public static const UPDATE_DATA_DICTIONARY:String = "updateDataDictionary"| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Data Dictionary Building Block 9.5 |
| Versões de 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.
Wed Jun 13 2018, 11:10 AM Z
Ocultar propriedades públicas herdadas
Mostrar propriedades públicas herdadas