Пакет | com.adobe.dct.model |
Класс | public class DataElementModel |
Наследование | DataElementModel EventDispatcher Object |
Язык версии: | ActionScript 3.0 |
Версия продукта: | Data Dictionary Building Block 10 |
Версии среды выполнения: | AIR (unsupported), Flash Player 10.2 |
DataElement are defined by ... ....
Свойство | Определено | ||
---|---|---|---|
childElements : IList
The list of Child DataElementModel. | DataElementModel | ||
collectionDepth : int
Returns the Collection depth of a DataElements
| DataElementModel | ||
constructor : Object
Ссылка на объект класса или функцию конструктора для данного экземпляра объекта. | Object | ||
dataDictionaryName : String
The name of data dictionary. | DataElementModel | ||
dataType : String
Gets the DATATYPE of the DataElement. | DataElementModel | ||
description : String
The description of the DataElementModel. | DataElementModel | ||
displayName : String
Gets the display name of the DataElement. | DataElementModel | ||
isCollection : Boolean [только для чтения]
Returns if the DataElements is a Collection
| DataElementModel | ||
protect : Boolean
Gets if the data element is protected
| DataElementModel | ||
referenceName : String
Gets the unique name of the DataElement. | DataElementModel | ||
subType : String
The SubType of DataElementModel: Enum. | DataElementModel | ||
type : String
Gets the TYPE of the DataElement. | DataElementModel | ||
valueSet : IList
Allowed values for a DataElementModel. | DataElementModel | ||
vo : DataDictionaryElement
The underlying value object corresponding to this DataElement. | DataElementModel |
Метод | Определено | ||
---|---|---|---|
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Регистрирует объект прослушивателя события на объекте EventDispatcher для получения прослушивателем уведомления о событии. | EventDispatcher | ||
Returns a copy of the data elemnt model object. | DataElementModel | ||
createFromVO(vo:DataDictionaryElement, dataDictionaryName:String, type:String, collectionDepth:int = 0):DataElementModel [статические]
Creates the domain object from the corresponding value object. | DataElementModel | ||
Посылает событие в поток событий. | EventDispatcher | ||
Проверяет, имеет ли объект EventDispatcher прослушиватели, зарегистрированные для определенного типа события. | EventDispatcher | ||
Показывает, определено ли заданное свойство для объекта. | Object | ||
Показывает, есть ли экземпляр класса Object в цепи прототипов объекта, заданного в качестве параметра. | Object | ||
Показывает наличие заданного свойства и его перечисляемость. | Object | ||
Удаляет прослушиватель из объекта EventDispatcher. | EventDispatcher | ||
Задает доступность динамического свойства для операций цикла. | Object | ||
Возвращает строковое представление этого объекта, отформатированного в соответствии со стандартами, принятыми для данной локали. | Object | ||
Возвращает строковое представление заданного объекта. | Object | ||
Возвращает элементарное значение заданного объекта. | Object | ||
Проверяет, зарегистрирован ли прослушиватель события для указанного типа события с данным объектом EventDispatcher или любым его предшественником. | EventDispatcher |
Константа | Определено | ||
---|---|---|---|
DATATYPE_BOOLEAN : String = "BOOLEAN" [статические]
The DataElementModel.DATATYPE_BOOLEAN constant defines the value of the dataType property of
the DataElementModel of DATATYPE_BOOLEAN type. | DataElementModel | ||
DATATYPE_COMPOSITE : String = "COMPOSITE" [статические]
The DataElementModel.DATATYPE_COMPOSITE constant defines the value of the dataType property of
the DataElementModel of DATATYPE_COMPOSITE type. | DataElementModel | ||
DATATYPE_DATE : String = "DATE" [статические]
The DataElementModel.DATATYPE_DATE constant defines the value of the dataType property of
the DataElementModel of DATATYPE_DATE type. | DataElementModel | ||
DATATYPE_NUMBER : String = "NUMBER" [статические]
The DataElementModel.DATATYPE_NUMBER constant defines the value of the dataType property of
the DataElementModel of DATATYPE_NUMBER type. | DataElementModel | ||
DATATYPE_STRING : String = "STRING" [статические]
The DataElementModel.DATATYPE_STRING constant defines the value of the dataType property of
the DataElementModel of DATATYPE_STRING type. | DataElementModel | ||
SUBTYPE_ENUM : String = "ENUM" [статические]
The DataElementModel.SUBTYPE_ENUM constant defines the value of the subType property of
the DataElementModel of SUBTYPE_ENUM type. | DataElementModel | ||
TYPE_PERSISTENT : String = "PERSISTENT" [статические]
The constant corresponding to the data dictionary variables. | DataElementModel | ||
TYPE_TRANSIENT : String = "TRANSIENT" [статические]
The constant corresponding to the placeholder variables. | DataElementModel |
childElements | свойство |
childElements:IList
Язык версии: | ActionScript 3.0 |
Версия продукта: | Data Dictionary Building Block 10 It contains the child DataElement List associated with this Data Element. |
Версии среды выполнения: | AIR (unsupported), Flash Player 10.2 |
The list of Child DataElementModel.
Реализация
public function get childElements():IList
public function set childElements(value:IList):void
collectionDepth | свойство |
collectionDepth:int
Язык версии: | ActionScript 3.0 |
Версия продукта: | Data Dictionary Building Block 10 |
Версии среды выполнения: | AIR (unsupported), Flash Player 10.2 |
Returns the Collection depth of a DataElements
Реализация
public function get collectionDepth():int
public function set collectionDepth(value:int):void
dataDictionaryName | свойство |
dataDictionaryName:String
Язык версии: | ActionScript 3.0 |
Версия продукта: | Data Dictionary Building Block 10 |
Версии среды выполнения: | AIR (unsupported), Flash Player 10.2 |
The name of data dictionary.
Реализация
public function get dataDictionaryName():String
public function set dataDictionaryName(value:String):void
dataType | свойство |
description | свойство |
description:String
Язык версии: | ActionScript 3.0 |
Версия продукта: | Data Dictionary Building Block 10 |
Версии среды выполнения: | AIR (unsupported), Flash Player 10.2 |
The description of the DataElementModel.
Реализация
public function get description():String
public function set description(value:String):void
displayName | свойство |
displayName:String
Язык версии: | ActionScript 3.0 |
Версия продукта: | Data Dictionary Building Block 10 |
Версии среды выполнения: | AIR (unsupported), Flash Player 10.2 |
Gets the display name of the DataElement.
Реализация
public function get displayName():String
public function set displayName(value:String):void
isCollection | свойство |
protect | свойство |
referenceName | свойство |
referenceName:String
Язык версии: | ActionScript 3.0 |
Версия продукта: | Data Dictionary Building Block 10 |
Версии среды выполнения: | AIR (unsupported), Flash Player 10.2 |
Gets the unique name of the DataElement.
Реализация
public function get referenceName():String
public function set referenceName(value:String):void
subType | свойство |
type | свойство |
valueSet | свойство |
vo | свойство |
vo:DataDictionaryElement
Язык версии: | ActionScript 3.0 |
Версия продукта: | Data Dictionary Building Block 10 |
Версии среды выполнения: | AIR (unsupported), Flash Player 10.2 |
The underlying value object corresponding to this DataElement.
Реализация
public function get vo():DataDictionaryElement
public function set vo(value:DataDictionaryElement):void
copy | () | метод |
public function copy():DataElementModel
Язык версии: | ActionScript 3.0 |
Версия продукта: | Data Dictionary Building Block 10 |
Версии среды выполнения: | AIR (unsupported), Flash Player 10.2 |
Returns a copy of the data elemnt model object.
ВозвращаетDataElementModel — a copy of the data elemnt model object
|
createFromVO | () | метод |
public static function createFromVO(vo:DataDictionaryElement, dataDictionaryName:String, type:String, collectionDepth:int = 0):DataElementModel
Язык версии: | ActionScript 3.0 |
Версия продукта: | Data Dictionary Building Block 10 |
Версии среды выполнения: | AIR (unsupported), Flash Player 10.2 |
Creates the domain object from the corresponding value object.
Value Objects are pure data entities mostly acting as parameters to the server apis. Domain objects are build atop to provide more meaningful business data and behavior thereby enabling faster and convenient UI view development.
Параметры
vo:DataDictionaryElement — The value object of the type DataDictionaryElement
| |
dataDictionaryName:String — The name of data dictionary.
| |
type:String (default = NaN ) — The type of data element which can be one of DataElementModel.TYPE_PERSISTENT or DataElementModel.TYPE_TRANSIENT
| |
collectionDepth:int (default = 0 ) — is equal to the dimensions of highest ancestor which is collection. The value is zero for a non collection data element.
|
DataElementModel — The Data Element domain object corresponding the passed DataDictionaryElement value object.
|
DATATYPE_BOOLEAN | Константа |
public static const DATATYPE_BOOLEAN:String = "BOOLEAN"
Язык версии: | ActionScript 3.0 |
Версия продукта: | Data Dictionary Building Block 10 |
Версии среды выполнения: | AIR (unsupported), Flash Player 10.2 |
The DataElementModel.DATATYPE_BOOLEAN
constant defines the value of the dataType
property of
the DataElementModel of DATATYPE_BOOLEAN
type.
DATATYPE_COMPOSITE | Константа |
public static const DATATYPE_COMPOSITE:String = "COMPOSITE"
Язык версии: | ActionScript 3.0 |
Версия продукта: | Data Dictionary Building Block 10 |
Версии среды выполнения: | AIR (unsupported), Flash Player 10.2 |
The DataElementModel.DATATYPE_COMPOSITE
constant defines the value of the dataType
property of
the DataElementModel of DATATYPE_COMPOSITE
type.
DATATYPE_DATE | Константа |
public static const DATATYPE_DATE:String = "DATE"
Язык версии: | ActionScript 3.0 |
Версия продукта: | Data Dictionary Building Block 10 |
Версии среды выполнения: | AIR (unsupported), Flash Player 10.2 |
The DataElementModel.DATATYPE_DATE
constant defines the value of the dataType
property of
the DataElementModel of DATATYPE_DATE
type.
DATATYPE_NUMBER | Константа |
public static const DATATYPE_NUMBER:String = "NUMBER"
Язык версии: | ActionScript 3.0 |
Версия продукта: | Data Dictionary Building Block 10 |
Версии среды выполнения: | AIR (unsupported), Flash Player 10.2 |
The DataElementModel.DATATYPE_NUMBER
constant defines the value of the dataType
property of
the DataElementModel of DATATYPE_NUMBER
type.
DATATYPE_STRING | Константа |
public static const DATATYPE_STRING:String = "STRING"
Язык версии: | ActionScript 3.0 |
Версия продукта: | Data Dictionary Building Block 10 |
Версии среды выполнения: | AIR (unsupported), Flash Player 10 |
The DataElementModel.DATATYPE_STRING
constant defines the value of the dataType
property of
the DataElementModel of DATATYPE_STRING
type.
SUBTYPE_ENUM | Константа |
public static const SUBTYPE_ENUM:String = "ENUM"
Язык версии: | ActionScript 3.0 |
Версия продукта: | Data Dictionary Building Block 10 |
Версии среды выполнения: | AIR (unsupported), Flash Player 10.2 |
The DataElementModel.SUBTYPE_ENUM
constant defines the value of the subType
property of
the DataElementModel of SUBTYPE_ENUM
type.
TYPE_PERSISTENT | Константа |
public static const TYPE_PERSISTENT:String = "PERSISTENT"
Язык версии: | ActionScript 3.0 |
Версия продукта: | Data Dictionary Building Block 10 |
Версии среды выполнения: | AIR (unsupported), Flash Player 10.2 |
The constant corresponding to the data dictionary variables.
TYPE_TRANSIENT | Константа |
public static const TYPE_TRANSIENT:String = "TRANSIENT"
Язык версии: | ActionScript 3.0 |
Версия продукта: | Data Dictionary Building Block 10 |
Версии среды выполнения: | AIR (unsupported), Flash Player 10.2 |
The constant corresponding to the placeholder variables.
Tue Jun 12 2018, 11:34 AM Z