| Pacchetto | com.adobe.dct.model |
| Classe | public class DataElementModel |
| Ereditarietà | DataElementModel EventDispatcher Object |
| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Data Dictionary 10 |
| Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
DataElement are defined by ... ....
| Proprietà | Definito da | ||
|---|---|---|---|
| childElements : IList
The list of Child DataElementModel. | DataElementModel | ||
| collectionDepth : int
Returns the Collection depth of a DataElements
| DataElementModel | ||
![]() | constructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto. | 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 [sola lettura]
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 | ||
| Metodo | Definito da | ||
|---|---|---|---|
![]() | addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registra un oggetto listener di eventi con un oggetto EventDispatcher, in modo che il listener riceva la notifica di un evento. | EventDispatcher | |
Returns a copy of the data elemnt model object. | DataElementModel | ||
createFromVO(vo:DataDictionaryElement, dataDictionaryName:String, type:String, collectionDepth:int = 0):DataElementModel [statico]
Creates the domain object from the corresponding value object. | DataElementModel | ||
![]() |
Invia un evento nel flusso di eventi. | EventDispatcher | |
![]() |
Verifica se per l'oggetto EventDispatcher sono presenti listener registrati per un tipo specifico di evento. | EventDispatcher | |
![]() |
Indica se per un oggetto è definita una proprietà specifica. | Object | |
![]() |
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro. | Object | |
![]() |
Indica se la proprietà specificata esiste ed è enumerabile. | Object | |
![]() |
Rimuove un listener dall'oggetto EventDispatcher. | EventDispatcher | |
![]() |
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche. | Object | |
![]() |
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate. | Object | |
![]() |
Restituisce la rappresentazione in formato stringa dell'oggetto specificato. | Object | |
![]() |
Restituisce il valore di base dell'oggetto specificato. | Object | |
![]() |
Verifica se un listener di eventi è registrato con questo oggetto EventDispatcher o qualsiasi suo antenato per il tipo di evento specificato. | EventDispatcher | |
| Costante | Definito da | ||
|---|---|---|---|
| DATATYPE_BOOLEAN : String = "BOOLEAN" [statico]
The DataElementModel.DATATYPE_BOOLEAN constant defines the value of the dataType property of
the DataElementModel of DATATYPE_BOOLEAN type. | DataElementModel | ||
| DATATYPE_COMPOSITE : String = "COMPOSITE" [statico]
The DataElementModel.DATATYPE_COMPOSITE constant defines the value of the dataType property of
the DataElementModel of DATATYPE_COMPOSITE type. | DataElementModel | ||
| DATATYPE_DATE : String = "DATE" [statico]
The DataElementModel.DATATYPE_DATE constant defines the value of the dataType property of
the DataElementModel of DATATYPE_DATE type. | DataElementModel | ||
| DATATYPE_NUMBER : String = "NUMBER" [statico]
The DataElementModel.DATATYPE_NUMBER constant defines the value of the dataType property of
the DataElementModel of DATATYPE_NUMBER type. | DataElementModel | ||
| DATATYPE_STRING : String = "STRING" [statico]
The DataElementModel.DATATYPE_STRING constant defines the value of the dataType property of
the DataElementModel of DATATYPE_STRING type. | DataElementModel | ||
| SUBTYPE_ENUM : String = "ENUM" [statico]
The DataElementModel.SUBTYPE_ENUM constant defines the value of the subType property of
the DataElementModel of SUBTYPE_ENUM type. | DataElementModel | ||
| TYPE_PERSISTENT : String = "PERSISTENT" [statico]
The constant corresponding to the data dictionary variables. | DataElementModel | ||
| TYPE_TRANSIENT : String = "TRANSIENT" [statico]
The constant corresponding to the placeholder variables. | DataElementModel | ||
childElements | proprietà |
childElements:IList| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Data Dictionary 10 It contains the child DataElement List associated with this Data Element. |
| Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
The list of Child DataElementModel.
Implementazione
public function get childElements():IList public function set childElements(value:IList):voidcollectionDepth | proprietà |
collectionDepth:int| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Data Dictionary 10 |
| Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
Returns the Collection depth of a DataElements
Implementazione
public function get collectionDepth():int public function set collectionDepth(value:int):voiddataDictionaryName | proprietà |
dataDictionaryName:String| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Data Dictionary 10 |
| Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
The name of data dictionary.
Implementazione
public function get dataDictionaryName():String public function set dataDictionaryName(value:String):voiddataType | proprietà |
dataType:String| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Data Dictionary 10 |
| Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
Gets the DATATYPE of the DataElement.
Implementazione
public function get dataType():String public function set dataType(value:String):voiddescription | proprietà |
description:String| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Data Dictionary 10 |
| Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
The description of the DataElementModel.
Implementazione
public function get description():String public function set description(value:String):voiddisplayName | proprietà |
displayName:String| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Data Dictionary 10 |
| Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
Gets the display name of the DataElement.
Implementazione
public function get displayName():String public function set displayName(value:String):voidisCollection | proprietà |
protect | proprietà |
protect:Boolean| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Data Dictionary 10 |
| Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
Gets if the data element is protected
Implementazione
public function get protect():Boolean public function set protect(value:Boolean):voidreferenceName | proprietà |
referenceName:String| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Data Dictionary 10 |
| Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
Gets the unique name of the DataElement.
Implementazione
public function get referenceName():String public function set referenceName(value:String):voidsubType | proprietà |
subType:String| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Data Dictionary 10 |
| Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
The SubType of DataElementModel: Enum.
Implementazione
public function get subType():String public function set subType(value:String):voidtype | proprietà |
valueSet | proprietà |
valueSet:IList| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Data Dictionary 10 |
| Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
Allowed values for a DataElementModel.
Implementazione
public function get valueSet():IList public function set valueSet(value:IList):voidvo | proprietà |
vo:DataDictionaryElement| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Data Dictionary 10 |
| Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
The underlying value object corresponding to this DataElement.
Implementazione
public function get vo():DataDictionaryElement public function set vo(value:DataDictionaryElement):voidcopy | () | metodo |
public function copy():DataElementModel| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Data Dictionary 10 |
| Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
Returns a copy of the data elemnt model object.
RestituisceDataElementModel — a copy of the data elemnt model object
|
createFromVO | () | metodo |
public static function createFromVO(vo:DataDictionaryElement, dataDictionaryName:String, type:String, collectionDepth:int = 0):DataElementModel| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Data Dictionary 10 |
| Versioni runtime: | 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.
Parametri
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 | Costante |
public static const DATATYPE_BOOLEAN:String = "BOOLEAN"| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Data Dictionary 10 |
| Versioni runtime: | 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 | Costante |
public static const DATATYPE_COMPOSITE:String = "COMPOSITE"| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Data Dictionary 10 |
| Versioni runtime: | 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 | Costante |
public static const DATATYPE_DATE:String = "DATE"| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Data Dictionary 10 |
| Versioni runtime: | 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 | Costante |
public static const DATATYPE_NUMBER:String = "NUMBER"| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Data Dictionary 10 |
| Versioni runtime: | 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 | Costante |
public static const DATATYPE_STRING:String = "STRING"| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Data Dictionary 10 |
| Versioni runtime: | 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 | Costante |
public static const SUBTYPE_ENUM:String = "ENUM"| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Data Dictionary 10 |
| Versioni runtime: | 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 | Costante |
public static const TYPE_PERSISTENT:String = "PERSISTENT"| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Data Dictionary 10 |
| Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
The constant corresponding to the data dictionary variables.
TYPE_TRANSIENT | Costante |
public static const TYPE_TRANSIENT:String = "TRANSIENT"| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Data Dictionary 10 |
| Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
The constant corresponding to the placeholder variables.
Tue Jun 12 2018, 02:44 PM Z
Nascondi proprietà pubbliche ereditate
Mostra proprietà pubbliche ereditate