| 套件 | com.adobe.dct.event |
| 類別 | public dynamic class DCTServiceEvent |
| 繼承 | DCTServiceEvent DCTEvent Event Object |
| 語言版本: | ActionScript 3.0 |
| 產品版本: | Data Dictionary Building Block 9.5 |
| 執行階段版本: | AIR (unsupported), Flash Player 10.2 |
| 屬性 | 定義自 | ||
|---|---|---|---|
![]() | bubbles : Boolean [唯讀]
指出事件是否為反昇事件。 | Event | |
![]() | cancelable : Boolean [唯讀]
指出是否可避免與事件相關聯的行為指令。 | Event | |
![]() | constructor : Object
類別物件的參照或是特定物件實體的建構函數。 | Object | |
![]() | currentTarget : Object [唯讀]
正主動使用事件偵聽程式處理 Event 物件的物件。 | Event | |
| data : *
Result data that the remote call returns. | DCTServiceEvent | ||
![]() | eventPhase : uint [唯讀]
事件流程中的目前階段。 | Event | |
![]() | target : Object [唯讀]
事件目標。 | Event | |
| token : mx.rpc:AsyncToken
AsyncToken object. | DCTServiceEvent | ||
![]() | type : String [唯讀]
事件類型。 | Event | |
| 方法 | 定義自 | ||
|---|---|---|---|
DCTServiceEvent(type:String)
Constructor. | DCTServiceEvent | ||
![]() |
複製 Event 子類別的實體。 | Event | |
![]() |
公用程式函數,可用來實作自訂 ActionScript 3.0 Event 類別中的 toString() 方法。 | Event | |
![]() |
指出物件是否有已定義的指定屬性。 | Object | |
![]() |
檢查是否已經對事件呼叫 preventDefault() 方法。 | Event | |
![]() |
指出 Object 類別的實體是否位於指定為參數的物件原型鏈中。 | Object | |
![]() |
如果可以取消事件的預設行為指令,則取消該行為指令。 | Event | |
![]() |
指出指定的屬性是否存在,以及是否可列舉。 | Object | |
![]() |
為迴圈作業設定動態屬性的可用性。 | Object | |
![]() |
避免處理事件流程中,目前節點以及任何後續節點中的任何事件偵聽程式。 | Event | |
![]() |
避免處理接續在事件流程中的目前節點之後,後續節點中的任何事件偵聽程式。 | Event | |
![]() |
傳回代表此物件的字串,根據地區特定慣例進行格式化。 | Object | |
![]() |
傳回包含 Event 物件所有屬性的字串。 | Event | |
![]() |
會傳回指定之物件的基本值。 | Object | |
| 常數 | 定義自 | ||
|---|---|---|---|
| CREATE_DATA_DICTIONARY : String = "createDataDictionary" [靜態]
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" [靜態]
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" [靜態]
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" [靜態]
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" [靜態]
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" [靜態]
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" [靜態]
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" [靜態]
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" [靜態]
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" [靜態]
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" [靜態]
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" [靜態]
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" [靜態]
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" [靜態]
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" [靜態]
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" [靜態]
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" [靜態]
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" [靜態]
The DCTServiceEvent.UPDATE_DATA_DICTIONARY constant defines the value of the type property of
the event object for a updateDataDictionary event. | DCTServiceEvent | ||
data | 屬性 |
public var data:*| 語言版本: | ActionScript 3.0 |
| 產品版本: | Data Dictionary Building Block 9.5 |
| 執行階段版本: | AIR (unsupported), Flash Player 10.2 |
Result data that the remote call returns.
token | 屬性 |
public var token:mx.rpc:AsyncToken| 語言版本: | ActionScript 3.0 |
| 產品版本: | Data Dictionary Building Block 9.5 |
| 執行階段版本: | AIR (unsupported), Flash Player 10.2 |
AsyncToken object.
DCTServiceEvent | () | 建構函式 |
public function DCTServiceEvent(type:String)| 語言版本: | ActionScript 3.0 |
| 產品版本: | Data Dictionary Building Block 9.5 |
| 執行階段版本: | AIR (unsupported), Flash Player 10.2 |
Constructor.
參數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.
|
CREATE_DATA_DICTIONARY | 常數 |
public static const CREATE_DATA_DICTIONARY:String = "createDataDictionary"| 語言版本: | ActionScript 3.0 |
| 產品版本: | Data Dictionary Building Block 9.5 |
| 執行階段版本: | 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 | 常數 |
public static const CREATE_DDINSTANCE_FROM_XML:String = "createDDInstanceFromXml"| 語言版本: | ActionScript 3.0 |
| 產品版本: | Data Dictionary Building Block 9.5 |
| 執行階段版本: | 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 | 常數 |
public static const DELETE_DATA_DICTIONARY:String = "deleteDataDictionary"| 語言版本: | ActionScript 3.0 |
| 產品版本: | Data Dictionary Building Block 9.5 |
| 執行階段版本: | 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 | 常數 |
public static const EXPORT_DATADICTIONARY_AS_FML:String = "exportDataDictionaryAsFML"| 語言版本: | ActionScript 3.0 |
| 產品版本: | Data Dictionary Building Block 9.5 |
| 執行階段版本: | 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 | 常數 |
public static const GET_ALL_DATA_DICTIONARIES:String = "getAllDataDictionaries"| 語言版本: | ActionScript 3.0 |
| 產品版本: | Data Dictionary Building Block 9.5 |
| 執行階段版本: | 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 | 常數 |
public static const GET_ALL_DATA_DICTIONARY_REFERENCES:String = "getAllDataDictionaryReferences"| 語言版本: | ActionScript 3.0 |
| 產品版本: | Data Dictionary Building Block 9.5 |
| 執行階段版本: | 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 | 常數 |
public static const GET_DATA_DICTIONARIES:String = "getDataDictionaries"| 語言版本: | ActionScript 3.0 |
| 產品版本: | Data Dictionary Building Block 9.5 |
| 執行階段版本: | 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 | 常數 |
public static const GET_DATA_DICTIONARY:String = "getDataDictionary"| 語言版本: | ActionScript 3.0 |
| 產品版本: | Data Dictionary Building Block 9.5 |
| 執行階段版本: | 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 | 常數 |
public static const GET_DATA_DICTIONARY_REFERENCES:String = "getDataDictionaryReferences"| 語言版本: | ActionScript 3.0 |
| 產品版本: | Data Dictionary Building Block 9.5 |
| 執行階段版本: | 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 | 常數 |
public static const GET_DATADICTIONARY_FROM_FML:String = "getDataDictionaryFromFML"| 語言版本: | ActionScript 3.0 |
| 產品版本: | Data Dictionary Building Block 9.5 |
| 執行階段版本: | 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 | 常數 |
public static const GET_DATADICTIONARY_FROM_FML2:String = "getDataDictionaryFromFML2"| 語言版本: | ActionScript 3.0 |
| 產品版本: | Data Dictionary Building Block 10 |
| 執行階段版本: | 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 | 常數 |
public static const GET_DATADICTIONARY_FROM_XSD:String = "getDataDictionaryFromXSD"| 語言版本: | ActionScript 3.0 |
| 產品版本: | Data Dictionary Building Block 9.5 |
| 執行階段版本: | 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 | 常數 |
public static const GET_DDI_FROM_REMOTING_SERVICE:String = "getDDIFromRemotingService"| 語言版本: | ActionScript 3.0 |
| 產品版本: | Data Dictionary Building Block 10 |
| 執行階段版本: | 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 | 常數 |
public static const GET_SAMPLE_XML_DATA_FOR_DD:String = "getSampleXMLDataForDD"| 語言版本: | ActionScript 3.0 |
| 產品版本: | Data Dictionary Building Block 9.5 |
| 執行階段版本: | 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 | 常數 |
public static const GET_SYSTEM_DATA_DICTIONARIES:String = "getSystemDataDictionaries"| 語言版本: | ActionScript 3.0 |
| 產品版本: | Data Dictionary Building Block 9.5 |
| 執行階段版本: | 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 | 常數 |
public static const HAS_COMMON_COLLLECTION_HIERARCHY:String = "hasCommonCollectionHierarchy"| 語言版本: | ActionScript 3.0 |
| 產品版本: | Data Dictionary Building Block 10 |
| 執行階段版本: | 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 | 常數 |
public static const SERIALIZE_DDI_TO_XML:String = "serializeDDItoXML"| 語言版本: | ActionScript 3.0 |
| 產品版本: | Data Dictionary Building Block 10 |
| 執行階段版本: | 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 | 常數 |
public static const UPDATE_DATA_DICTIONARY:String = "updateDataDictionary"| 語言版本: | ActionScript 3.0 |
| 產品版本: | Data Dictionary Building Block 9.5 |
| 執行階段版本: | 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, 03:47 PM Z
隱藏繼承公用屬性
顯示繼承公用屬性