패키지 | 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:17 PM Z