Pakiet | com.adobe.dct.model |
Klasa | public class DataElementModel |
Dziedziczenie | DataElementModel EventDispatcher Object |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Data Dictionary Building Block 10 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 10.2 |
DataElement are defined by ... ....
Właściwość | Zdefiniowane przez | ||
---|---|---|---|
childElements : IList
The list of Child DataElementModel. | DataElementModel | ||
collectionDepth : int
Returns the Collection depth of a DataElements
| DataElementModel | ||
constructor : Object
Odwołanie do obiektu klasy lub funkcji konstruktora, dotyczące danej instancji obiektu. | 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 [tylko do odczytu]
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 |
Metoda | Zdefiniowane przez | ||
---|---|---|---|
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Rejestruje obiekt detektora zdarzeń w obiekcie EventDispatcher, dzięki czemu detektor będzie otrzymywał powiadomienia o zdarzeniu. | EventDispatcher | ||
Returns a copy of the data elemnt model object. | DataElementModel | ||
createFromVO(vo:DataDictionaryElement, dataDictionaryName:String, type:String, collectionDepth:int = 0):DataElementModel [statyczny]
Creates the domain object from the corresponding value object. | DataElementModel | ||
Wywołuje zdarzenie, tj. kieruje je do przepływu zdarzeń. | EventDispatcher | ||
Sprawdza, czy obiekt EventDispatcher zawiera jakiekolwiek detektory zarejestrowane dla konkretnego typu zdarzeń. | EventDispatcher | ||
Wskazuje, czy dla obiektu zdefiniowano określoną właściwość. | Object | ||
Wskazuje, czy instancja klasy Object należy do łańcucha prototypów obiektu określonego jako parametr. | Object | ||
Wskazuje, czy określona właściwość istnieje i jest przeliczalna. | Object | ||
Usuwa detektor z obiektu EventDispatcher. | EventDispatcher | ||
Ustawia dostępność właściwości dynamicznej używanej w pętlach. | Object | ||
Zwraca ciąg reprezentujący obiekt — sformatowany zgodnie z konwencjami właściwymi dla ustawień regionalnych. | Object | ||
Zwraca ciąg reprezentujący określony obiekt. | Object | ||
Zwraca pierwotną wartość dla określonego obiektu. | Object | ||
Sprawdza, czy detektor zdarzeń określonego typu jest zarejestrowany w tym obiekcie EventDispatcher lub jego elementach macierzystych. | EventDispatcher |
Stała | Zdefiniowane przez | ||
---|---|---|---|
DATATYPE_BOOLEAN : String = "BOOLEAN" [statyczny]
The DataElementModel.DATATYPE_BOOLEAN constant defines the value of the dataType property of
the DataElementModel of DATATYPE_BOOLEAN type. | DataElementModel | ||
DATATYPE_COMPOSITE : String = "COMPOSITE" [statyczny]
The DataElementModel.DATATYPE_COMPOSITE constant defines the value of the dataType property of
the DataElementModel of DATATYPE_COMPOSITE type. | DataElementModel | ||
DATATYPE_DATE : String = "DATE" [statyczny]
The DataElementModel.DATATYPE_DATE constant defines the value of the dataType property of
the DataElementModel of DATATYPE_DATE type. | DataElementModel | ||
DATATYPE_NUMBER : String = "NUMBER" [statyczny]
The DataElementModel.DATATYPE_NUMBER constant defines the value of the dataType property of
the DataElementModel of DATATYPE_NUMBER type. | DataElementModel | ||
DATATYPE_STRING : String = "STRING" [statyczny]
The DataElementModel.DATATYPE_STRING constant defines the value of the dataType property of
the DataElementModel of DATATYPE_STRING type. | DataElementModel | ||
SUBTYPE_ENUM : String = "ENUM" [statyczny]
The DataElementModel.SUBTYPE_ENUM constant defines the value of the subType property of
the DataElementModel of SUBTYPE_ENUM type. | DataElementModel | ||
TYPE_PERSISTENT : String = "PERSISTENT" [statyczny]
The constant corresponding to the data dictionary variables. | DataElementModel | ||
TYPE_TRANSIENT : String = "TRANSIENT" [statyczny]
The constant corresponding to the placeholder variables. | DataElementModel |
childElements | właściwość |
childElements:IList
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Data Dictionary Building Block 10 It contains the child DataElement List associated with this Data Element. |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 10.2 |
The list of Child DataElementModel.
Implementacja
public function get childElements():IList
public function set childElements(value:IList):void
collectionDepth | właściwość |
collectionDepth:int
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Data Dictionary Building Block 10 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 10.2 |
Returns the Collection depth of a DataElements
Implementacja
public function get collectionDepth():int
public function set collectionDepth(value:int):void
dataDictionaryName | właściwość |
dataDictionaryName:String
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Data Dictionary Building Block 10 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 10.2 |
The name of data dictionary.
Implementacja
public function get dataDictionaryName():String
public function set dataDictionaryName(value:String):void
dataType | właściwość |
dataType:String
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Data Dictionary Building Block 10 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 10.2 |
Gets the DATATYPE of the DataElement.
Implementacja
public function get dataType():String
public function set dataType(value:String):void
description | właściwość |
description:String
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Data Dictionary Building Block 10 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 10.2 |
The description of the DataElementModel.
Implementacja
public function get description():String
public function set description(value:String):void
displayName | właściwość |
displayName:String
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Data Dictionary Building Block 10 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 10.2 |
Gets the display name of the DataElement.
Implementacja
public function get displayName():String
public function set displayName(value:String):void
isCollection | właściwość |
protect | właściwość |
protect:Boolean
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Data Dictionary Building Block 10 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 10.2 |
Gets if the data element is protected
Implementacja
public function get protect():Boolean
public function set protect(value:Boolean):void
referenceName | właściwość |
referenceName:String
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Data Dictionary Building Block 10 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 10.2 |
Gets the unique name of the DataElement.
Implementacja
public function get referenceName():String
public function set referenceName(value:String):void
subType | właściwość |
subType:String
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Data Dictionary Building Block 10 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 10.2 |
The SubType of DataElementModel: Enum.
Implementacja
public function get subType():String
public function set subType(value:String):void
type | właściwość |
valueSet | właściwość |
valueSet:IList
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Data Dictionary Building Block 10 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 10.2 |
Allowed values for a DataElementModel.
Implementacja
public function get valueSet():IList
public function set valueSet(value:IList):void
vo | właściwość |
vo:DataDictionaryElement
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Data Dictionary Building Block 10 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 10.2 |
The underlying value object corresponding to this DataElement.
Implementacja
public function get vo():DataDictionaryElement
public function set vo(value:DataDictionaryElement):void
copy | () | metoda |
public function copy():DataElementModel
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Data Dictionary Building Block 10 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 10.2 |
Returns a copy of the data elemnt model object.
ZwracaDataElementModel — a copy of the data elemnt model object
|
createFromVO | () | metoda |
public static function createFromVO(vo:DataDictionaryElement, dataDictionaryName:String, type:String, collectionDepth:int = 0):DataElementModel
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Data Dictionary Building Block 10 |
Wersje środowiska wykonawczego: | 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.
Parametry
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 | Stała |
public static const DATATYPE_BOOLEAN:String = "BOOLEAN"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Data Dictionary Building Block 10 |
Wersje środowiska wykonawczego: | 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 | Stała |
public static const DATATYPE_COMPOSITE:String = "COMPOSITE"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Data Dictionary Building Block 10 |
Wersje środowiska wykonawczego: | 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 | Stała |
public static const DATATYPE_DATE:String = "DATE"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Data Dictionary Building Block 10 |
Wersje środowiska wykonawczego: | 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 | Stała |
public static const DATATYPE_NUMBER:String = "NUMBER"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Data Dictionary Building Block 10 |
Wersje środowiska wykonawczego: | 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 | Stała |
public static const DATATYPE_STRING:String = "STRING"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Data Dictionary Building Block 10 |
Wersje środowiska wykonawczego: | 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 | Stała |
public static const SUBTYPE_ENUM:String = "ENUM"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Data Dictionary Building Block 10 |
Wersje środowiska wykonawczego: | 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 | Stała |
public static const TYPE_PERSISTENT:String = "PERSISTENT"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Data Dictionary Building Block 10 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 10.2 |
The constant corresponding to the data dictionary variables.
TYPE_TRANSIENT | Stała |
public static const TYPE_TRANSIENT:String = "TRANSIENT"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Data Dictionary Building Block 10 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 10.2 |
The constant corresponding to the placeholder variables.
Tue Jun 12 2018, 12:06 PM Z