Пакет | 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 | ||
Служебная функция для реализации метода toString() в пользовательских классах ActionScript 3.0 Event. | 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, 11:34 AM Z