Paket | com.adobe.dct.model |
Sınıf | public class DataElementModel |
Miras Alma | DataElementModel EventDispatcher Object |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Data Dictionary Building Block 10 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 10.2 |
DataElement are defined by ... ....
Özellik | Tanımlayan: | ||
---|---|---|---|
childElements : IList
The list of Child DataElementModel. | DataElementModel | ||
collectionDepth : int
Returns the Collection depth of a DataElements
| DataElementModel | ||
constructor : Object
Belirli bir nesne örneği için sınıf nesnesine veya yapıcı işlevine bir başvuru. | 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 [salt okunur]
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 |
Yöntem | Tanımlayan: | ||
---|---|---|---|
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
EventDispatcher nesnesi olan bir olay dinleyici nesnesini, dinleyicinin bir olayın bildirimini alması için kaydeder. | EventDispatcher | ||
Returns a copy of the data elemnt model object. | DataElementModel | ||
createFromVO(vo:DataDictionaryElement, dataDictionaryName:String, type:String, collectionDepth:int = 0):DataElementModel [statik]
Creates the domain object from the corresponding value object. | DataElementModel | ||
Olay akışına bir olay gönderir. | EventDispatcher | ||
EventDispatcher nesnesinin belirli bir olay türü için kayıtlı dinleyicisi olup olmadığını kontrol eder. | EventDispatcher | ||
Bir nesnenin belirli bir özelliğinin tanımlı olup olmadığını gösterir. | Object | ||
Object sınıfının bir örneğinin parametre olarak belirtilen nesnenin prototip zincirinde olup olmadığını gösterir. | Object | ||
Belirtilen özelliğin bulunup bulunmadığını ve numaralandırılabilir olup olmadığını gösterir. | Object | ||
EventDispatcher nesnesinden bir dinleyiciyi kaldırır. | EventDispatcher | ||
Dinamik bir özelliğin döngü işlemlerinde kullanılabilirliğini ayarlar. | Object | ||
Bu nesnenin, yerel ayara özel kurallara göre biçimlendirilmiş dize temsilini döndürür. | Object | ||
Belirtilen nesnenin dize olarak temsil edilen halini döndürür. | Object | ||
Belirtilen nesnenin temel değerini döndürür. | Object | ||
Bir olay dinleyicisinin bu EventDispatcher nesnesiyle mi, yoksa onun belirtilen olay türüne yönelik üst öğelerinden biriyle mi kayıtlı olduğunu kontrol eder. | EventDispatcher |
Sabit | Tanımlayan: | ||
---|---|---|---|
DATATYPE_BOOLEAN : String = "BOOLEAN" [statik]
The DataElementModel.DATATYPE_BOOLEAN constant defines the value of the dataType property of
the DataElementModel of DATATYPE_BOOLEAN type. | DataElementModel | ||
DATATYPE_COMPOSITE : String = "COMPOSITE" [statik]
The DataElementModel.DATATYPE_COMPOSITE constant defines the value of the dataType property of
the DataElementModel of DATATYPE_COMPOSITE type. | DataElementModel | ||
DATATYPE_DATE : String = "DATE" [statik]
The DataElementModel.DATATYPE_DATE constant defines the value of the dataType property of
the DataElementModel of DATATYPE_DATE type. | DataElementModel | ||
DATATYPE_NUMBER : String = "NUMBER" [statik]
The DataElementModel.DATATYPE_NUMBER constant defines the value of the dataType property of
the DataElementModel of DATATYPE_NUMBER type. | DataElementModel | ||
DATATYPE_STRING : String = "STRING" [statik]
The DataElementModel.DATATYPE_STRING constant defines the value of the dataType property of
the DataElementModel of DATATYPE_STRING type. | DataElementModel | ||
SUBTYPE_ENUM : String = "ENUM" [statik]
The DataElementModel.SUBTYPE_ENUM constant defines the value of the subType property of
the DataElementModel of SUBTYPE_ENUM type. | DataElementModel | ||
TYPE_PERSISTENT : String = "PERSISTENT" [statik]
The constant corresponding to the data dictionary variables. | DataElementModel | ||
TYPE_TRANSIENT : String = "TRANSIENT" [statik]
The constant corresponding to the placeholder variables. | DataElementModel |
childElements | özellik |
childElements:IList
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Data Dictionary Building Block 10 It contains the child DataElement List associated with this Data Element. |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 10.2 |
The list of Child DataElementModel.
Uygulama
public function get childElements():IList
public function set childElements(value:IList):void
collectionDepth | özellik |
collectionDepth:int
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Data Dictionary Building Block 10 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 10.2 |
Returns the Collection depth of a DataElements
Uygulama
public function get collectionDepth():int
public function set collectionDepth(value:int):void
dataDictionaryName | özellik |
dataDictionaryName:String
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Data Dictionary Building Block 10 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 10.2 |
The name of data dictionary.
Uygulama
public function get dataDictionaryName():String
public function set dataDictionaryName(value:String):void
dataType | özellik |
description | özellik |
displayName | özellik |
isCollection | özellik |
protect | özellik |
referenceName | özellik |
referenceName:String
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Data Dictionary Building Block 10 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 10.2 |
Gets the unique name of the DataElement.
Uygulama
public function get referenceName():String
public function set referenceName(value:String):void
subType | özellik |
type | özellik |
valueSet | özellik |
vo | özellik |
vo:DataDictionaryElement
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Data Dictionary Building Block 10 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 10.2 |
The underlying value object corresponding to this DataElement.
Uygulama
public function get vo():DataDictionaryElement
public function set vo(value:DataDictionaryElement):void
copy | () | yöntem |
public function copy():DataElementModel
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Data Dictionary Building Block 10 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 10.2 |
Returns a copy of the data elemnt model object.
DöndürürDataElementModel — a copy of the data elemnt model object
|
createFromVO | () | yöntem |
public static function createFromVO(vo:DataDictionaryElement, dataDictionaryName:String, type:String, collectionDepth:int = 0):DataElementModel
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Data Dictionary Building Block 10 |
Çalışma Zamanı Sürümleri: | 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.
Parametreler
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 | Sabit |
public static const DATATYPE_BOOLEAN:String = "BOOLEAN"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Data Dictionary Building Block 10 |
Çalışma Zamanı Sürümleri: | 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 | Sabit |
public static const DATATYPE_COMPOSITE:String = "COMPOSITE"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Data Dictionary Building Block 10 |
Çalışma Zamanı Sürümleri: | 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 | Sabit |
public static const DATATYPE_DATE:String = "DATE"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Data Dictionary Building Block 10 |
Çalışma Zamanı Sürümleri: | 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 | Sabit |
public static const DATATYPE_NUMBER:String = "NUMBER"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Data Dictionary Building Block 10 |
Çalışma Zamanı Sürümleri: | 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 | Sabit |
public static const DATATYPE_STRING:String = "STRING"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Data Dictionary Building Block 10 |
Çalışma Zamanı Sürümleri: | 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 | Sabit |
public static const SUBTYPE_ENUM:String = "ENUM"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Data Dictionary Building Block 10 |
Çalışma Zamanı Sürümleri: | 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 | Sabit |
public static const TYPE_PERSISTENT:String = "PERSISTENT"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Data Dictionary Building Block 10 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 10.2 |
The constant corresponding to the data dictionary variables.
TYPE_TRANSIENT | Sabit |
public static const TYPE_TRANSIENT:String = "TRANSIENT"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Data Dictionary Building Block 10 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 10.2 |
The constant corresponding to the placeholder variables.
Tue Jun 12 2018, 01:09 PM Z