Package | com.adobe.dct.model |
Classe | public class DataElementModel |
Héritage | DataElementModel EventDispatcher Object |
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Data Dictionary 10 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 10.2 |
DataElement are defined by ... ....
Propriété | Défini par | ||
---|---|---|---|
childElements : IList
The list of Child DataElementModel. | DataElementModel | ||
collectionDepth : int
Returns the Collection depth of a DataElements
| DataElementModel | ||
constructor : Object
Référence à l’objet de classe ou à la fonction constructeur d’une occurrence donnée d’un objet. | 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 [lecture seule]
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 |
Méthode | Défini par | ||
---|---|---|---|
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Enregistre un objet écouteur d’événement auprès d’un objet EventDispatcher afin que l’écouteur soit averti d’un événement. | EventDispatcher | ||
Returns a copy of the data elemnt model object. | DataElementModel | ||
createFromVO(vo:DataDictionaryElement, dataDictionaryName:String, type:String, collectionDepth:int = 0):DataElementModel [statique]
Creates the domain object from the corresponding value object. | DataElementModel | ||
Distribue un événement dans le flux d’événements. | EventDispatcher | ||
Vérifie si des écouteurs sont enregistrés auprès de l’objet EventDispatcher pour un type spécifique d’événement. | EventDispatcher | ||
Indique si la propriété spécifiée d’un objet est définie. | Object | ||
Indique si une occurrence de la classe Object figure dans la chaîne de prototype de l’objet spécifié en tant que paramètre. | Object | ||
Indique si la propriété spécifiée existe et est énumérable. | Object | ||
Supprime un écouteur de l’objet EventDispatcher. | EventDispatcher | ||
Définit la disponibilité d’une propriété dynamique pour les opérations en boucle. | Object | ||
Renvoie la représentation de chaîne de cet objet, formatée selon les paramètres régionaux en vigueur. | Object | ||
Renvoie la représentation sous forme de chaîne de l’objet spécifié. | Object | ||
Renvoie la valeur primitive de l’objet spécifié. | Object | ||
Vérifie si un écouteur d’événement est enregistré auprès de cet objet EventDispatcher ou de ses ancêtres pour le type d’événement spécifié. | EventDispatcher |
Constante | Défini par | ||
---|---|---|---|
DATATYPE_BOOLEAN : String = "BOOLEAN" [statique]
The DataElementModel.DATATYPE_BOOLEAN constant defines the value of the dataType property of
the DataElementModel of DATATYPE_BOOLEAN type. | DataElementModel | ||
DATATYPE_COMPOSITE : String = "COMPOSITE" [statique]
The DataElementModel.DATATYPE_COMPOSITE constant defines the value of the dataType property of
the DataElementModel of DATATYPE_COMPOSITE type. | DataElementModel | ||
DATATYPE_DATE : String = "DATE" [statique]
The DataElementModel.DATATYPE_DATE constant defines the value of the dataType property of
the DataElementModel of DATATYPE_DATE type. | DataElementModel | ||
DATATYPE_NUMBER : String = "NUMBER" [statique]
The DataElementModel.DATATYPE_NUMBER constant defines the value of the dataType property of
the DataElementModel of DATATYPE_NUMBER type. | DataElementModel | ||
DATATYPE_STRING : String = "STRING" [statique]
The DataElementModel.DATATYPE_STRING constant defines the value of the dataType property of
the DataElementModel of DATATYPE_STRING type. | DataElementModel | ||
SUBTYPE_ENUM : String = "ENUM" [statique]
The DataElementModel.SUBTYPE_ENUM constant defines the value of the subType property of
the DataElementModel of SUBTYPE_ENUM type. | DataElementModel | ||
TYPE_PERSISTENT : String = "PERSISTENT" [statique]
The constant corresponding to the data dictionary variables. | DataElementModel | ||
TYPE_TRANSIENT : String = "TRANSIENT" [statique]
The constant corresponding to the placeholder variables. | DataElementModel |
childElements | propriété |
childElements:IList
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Data Dictionary 10 It contains the child DataElement List associated with this Data Element. |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 10.2 |
The list of Child DataElementModel.
Implémentation
public function get childElements():IList
public function set childElements(value:IList):void
collectionDepth | propriété |
collectionDepth:int
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Data Dictionary 10 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 10.2 |
Returns the Collection depth of a DataElements
Implémentation
public function get collectionDepth():int
public function set collectionDepth(value:int):void
dataDictionaryName | propriété |
dataDictionaryName:String
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Data Dictionary 10 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 10.2 |
The name of data dictionary.
Implémentation
public function get dataDictionaryName():String
public function set dataDictionaryName(value:String):void
dataType | propriété |
dataType:String
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Data Dictionary 10 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 10.2 |
Gets the DATATYPE of the DataElement.
Implémentation
public function get dataType():String
public function set dataType(value:String):void
description | propriété |
description:String
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Data Dictionary 10 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 10.2 |
The description of the DataElementModel.
Implémentation
public function get description():String
public function set description(value:String):void
displayName | propriété |
displayName:String
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Data Dictionary 10 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 10.2 |
Gets the display name of the DataElement.
Implémentation
public function get displayName():String
public function set displayName(value:String):void
isCollection | propriété |
protect | propriété |
protect:Boolean
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Data Dictionary 10 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 10.2 |
Gets if the data element is protected
Implémentation
public function get protect():Boolean
public function set protect(value:Boolean):void
referenceName | propriété |
referenceName:String
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Data Dictionary 10 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 10.2 |
Gets the unique name of the DataElement.
Implémentation
public function get referenceName():String
public function set referenceName(value:String):void
subType | propriété |
subType:String
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Data Dictionary 10 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 10.2 |
The SubType of DataElementModel: Enum.
Implémentation
public function get subType():String
public function set subType(value:String):void
type | propriété |
valueSet | propriété |
valueSet:IList
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Data Dictionary 10 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 10.2 |
Allowed values for a DataElementModel.
Implémentation
public function get valueSet():IList
public function set valueSet(value:IList):void
vo | propriété |
vo:DataDictionaryElement
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Data Dictionary 10 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 10.2 |
The underlying value object corresponding to this DataElement.
Implémentation
public function get vo():DataDictionaryElement
public function set vo(value:DataDictionaryElement):void
copy | () | méthode |
public function copy():DataElementModel
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Data Dictionary 10 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 10.2 |
Returns a copy of the data elemnt model object.
Valeur renvoyéeDataElementModel — a copy of the data elemnt model object
|
createFromVO | () | méthode |
public static function createFromVO(vo:DataDictionaryElement, dataDictionaryName:String, type:String, collectionDepth:int = 0):DataElementModel
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Data Dictionary 10 |
Versions du moteur d’exécution: | 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.
Paramètres
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 | Constante |
public static const DATATYPE_BOOLEAN:String = "BOOLEAN"
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Data Dictionary 10 |
Versions du moteur d’exécution: | 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 | Constante |
public static const DATATYPE_COMPOSITE:String = "COMPOSITE"
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Data Dictionary 10 |
Versions du moteur d’exécution: | 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 | Constante |
public static const DATATYPE_DATE:String = "DATE"
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Data Dictionary 10 |
Versions du moteur d’exécution: | 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 | Constante |
public static const DATATYPE_NUMBER:String = "NUMBER"
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Data Dictionary 10 |
Versions du moteur d’exécution: | 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 | Constante |
public static const DATATYPE_STRING:String = "STRING"
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Data Dictionary 10 |
Versions du moteur d’exécution: | 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 | Constante |
public static const SUBTYPE_ENUM:String = "ENUM"
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Data Dictionary 10 |
Versions du moteur d’exécution: | 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 | Constante |
public static const TYPE_PERSISTENT:String = "PERSISTENT"
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Data Dictionary 10 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 10.2 |
The constant corresponding to the data dictionary variables.
TYPE_TRANSIENT | Constante |
public static const TYPE_TRANSIENT:String = "TRANSIENT"
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Data Dictionary 10 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 10.2 |
The constant corresponding to the placeholder variables.
Tue Jun 12 2018, 09:30 AM Z