Pacote | com.adobe.dct.model |
Classe | public class DataElementModel |
Herança | DataElementModel EventDispatcher Object |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Data Dictionary Building Block 10 |
Versões de runtime: | AIR (unsupported), Flash Player 10.2 |
DataElement are defined by ... ....
Propriedade | Definido por | ||
---|---|---|---|
childElements : IList
The list of Child DataElementModel. | DataElementModel | ||
collectionDepth : int
Returns the Collection depth of a DataElements
| DataElementModel | ||
constructor : Object
Uma referência ao objeto de classe ou à função de construtor de uma determinada ocorrência de objeto. | 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 [somente leitura]
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étodo | Definido por | ||
---|---|---|---|
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registra um objeto de ouvinte de evento em um objeto EventDispatcher, de forma que o ouvinte receba a notificação de um evento. | EventDispatcher | ||
Returns a copy of the data elemnt model object. | DataElementModel | ||
createFromVO(vo:DataDictionaryElement, dataDictionaryName:String, type:String, collectionDepth:int = 0):DataElementModel [estático]
Creates the domain object from the corresponding value object. | DataElementModel | ||
Envia um evento para o fluxo de eventos. | EventDispatcher | ||
Verifica se o objeto EventDispatcher tem ouvintes registrados para um tipo específico de evento. | EventDispatcher | ||
Indica se um objeto tem uma propriedade especificada definida. | Object | ||
Indica se uma ocorrência da classe Object está na cadeia de protótipos do objeto especificado como o parâmetro. | Object | ||
Indica se a propriedade especificada existe e é enumerável. | Object | ||
Remove um ouvinte do objeto EventDispatcher. | EventDispatcher | ||
Define a disponibilidade de uma propriedade dinâmica para operações de repetição. | Object | ||
Retorna a representação da string deste objeto, formatado segundo as convenções específicas para a localidade. | Object | ||
Retorna a representação de string do objeto especificado. | Object | ||
Retorna o valor primitivo do objeto especificado. | Object | ||
Verifica se um ouvinte de evento está registrado nesse objeto EventDispatcher ou em qualquer um de seus ancestrais para o tipo de evento especificado. | EventDispatcher |
Constante | Definido por | ||
---|---|---|---|
DATATYPE_BOOLEAN : String = "BOOLEAN" [estático]
The DataElementModel.DATATYPE_BOOLEAN constant defines the value of the dataType property of
the DataElementModel of DATATYPE_BOOLEAN type. | DataElementModel | ||
DATATYPE_COMPOSITE : String = "COMPOSITE" [estático]
The DataElementModel.DATATYPE_COMPOSITE constant defines the value of the dataType property of
the DataElementModel of DATATYPE_COMPOSITE type. | DataElementModel | ||
DATATYPE_DATE : String = "DATE" [estático]
The DataElementModel.DATATYPE_DATE constant defines the value of the dataType property of
the DataElementModel of DATATYPE_DATE type. | DataElementModel | ||
DATATYPE_NUMBER : String = "NUMBER" [estático]
The DataElementModel.DATATYPE_NUMBER constant defines the value of the dataType property of
the DataElementModel of DATATYPE_NUMBER type. | DataElementModel | ||
DATATYPE_STRING : String = "STRING" [estático]
The DataElementModel.DATATYPE_STRING constant defines the value of the dataType property of
the DataElementModel of DATATYPE_STRING type. | DataElementModel | ||
SUBTYPE_ENUM : String = "ENUM" [estático]
The DataElementModel.SUBTYPE_ENUM constant defines the value of the subType property of
the DataElementModel of SUBTYPE_ENUM type. | DataElementModel | ||
TYPE_PERSISTENT : String = "PERSISTENT" [estático]
The constant corresponding to the data dictionary variables. | DataElementModel | ||
TYPE_TRANSIENT : String = "TRANSIENT" [estático]
The constant corresponding to the placeholder variables. | DataElementModel |
childElements | propriedade |
childElements:IList
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Data Dictionary Building Block 10 It contains the child DataElement List associated with this Data Element. |
Versões de runtime: | AIR (unsupported), Flash Player 10.2 |
The list of Child DataElementModel.
Implementação
public function get childElements():IList
public function set childElements(value:IList):void
collectionDepth | propriedade |
collectionDepth:int
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Data Dictionary Building Block 10 |
Versões de runtime: | AIR (unsupported), Flash Player 10.2 |
Returns the Collection depth of a DataElements
Implementação
public function get collectionDepth():int
public function set collectionDepth(value:int):void
dataDictionaryName | propriedade |
dataDictionaryName:String
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Data Dictionary Building Block 10 |
Versões de runtime: | AIR (unsupported), Flash Player 10.2 |
The name of data dictionary.
Implementação
public function get dataDictionaryName():String
public function set dataDictionaryName(value:String):void
dataType | propriedade |
description | propriedade |
description:String
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Data Dictionary Building Block 10 |
Versões de runtime: | AIR (unsupported), Flash Player 10.2 |
The description of the DataElementModel.
Implementação
public function get description():String
public function set description(value:String):void
displayName | propriedade |
displayName:String
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Data Dictionary Building Block 10 |
Versões de runtime: | AIR (unsupported), Flash Player 10.2 |
Gets the display name of the DataElement.
Implementação
public function get displayName():String
public function set displayName(value:String):void
isCollection | propriedade |
protect | propriedade |
referenceName | propriedade |
referenceName:String
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Data Dictionary Building Block 10 |
Versões de runtime: | AIR (unsupported), Flash Player 10.2 |
Gets the unique name of the DataElement.
Implementação
public function get referenceName():String
public function set referenceName(value:String):void
subType | propriedade |
type | propriedade |
valueSet | propriedade |
vo | propriedade |
vo:DataDictionaryElement
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Data Dictionary Building Block 10 |
Versões de runtime: | AIR (unsupported), Flash Player 10.2 |
The underlying value object corresponding to this DataElement.
Implementação
public function get vo():DataDictionaryElement
public function set vo(value:DataDictionaryElement):void
copy | () | método |
public function copy():DataElementModel
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Data Dictionary Building Block 10 |
Versões de runtime: | AIR (unsupported), Flash Player 10.2 |
Returns a copy of the data elemnt model object.
RetornaDataElementModel — a copy of the data elemnt model object
|
createFromVO | () | método |
public static function createFromVO(vo:DataDictionaryElement, dataDictionaryName:String, type:String, collectionDepth:int = 0):DataElementModel
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Data Dictionary Building Block 10 |
Versões de 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.
Parâmetros
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"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Data Dictionary Building Block 10 |
Versões de 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 | Constante |
public static const DATATYPE_COMPOSITE:String = "COMPOSITE"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Data Dictionary Building Block 10 |
Versões de 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 | Constante |
public static const DATATYPE_DATE:String = "DATE"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Data Dictionary Building Block 10 |
Versões de 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 | Constante |
public static const DATATYPE_NUMBER:String = "NUMBER"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Data Dictionary Building Block 10 |
Versões de 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 | Constante |
public static const DATATYPE_STRING:String = "STRING"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Data Dictionary Building Block 10 |
Versões de 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 | Constante |
public static const SUBTYPE_ENUM:String = "ENUM"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Data Dictionary Building Block 10 |
Versões de 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 | Constante |
public static const TYPE_PERSISTENT:String = "PERSISTENT"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Data Dictionary Building Block 10 |
Versões de runtime: | AIR (unsupported), Flash Player 10.2 |
The constant corresponding to the data dictionary variables.
TYPE_TRANSIENT | Constante |
public static const TYPE_TRANSIENT:String = "TRANSIENT"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Data Dictionary Building Block 10 |
Versões de runtime: | AIR (unsupported), Flash Player 10.2 |
The constant corresponding to the placeholder variables.
Wed Jun 13 2018, 11:10 AM Z