| Pacote | com.adobe.icc.dc.domain |
| Classe | public class FieldInstance |
| Herança | FieldInstance EventDispatcher Object |
| Implementações | IDataInstance |
| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Asset Composer Building Block 10.0 |
| Versões de runtime: | AIR (unsupported), Flash Player 10.2 |
| Propriedade | Definido por | ||
|---|---|---|---|
| caption : String [somente leitura]
The caption property of the underlying value object. | FieldInstance | ||
![]() | constructor : Object
Uma referência ao objeto de classe ou à função de construtor de uma determinada ocorrência de objeto. | Object | |
| dataType : String [somente leitura]
Return the field type
| FieldInstance | ||
| dataTypeValid : Boolean
True if the field's value filled by the user fits in well as per the data type of the field. | FieldInstance | ||
| editable : Boolean [somente leitura]
True if the underlying object is editable. | FieldInstance | ||
| formSomExpression : String [somente leitura]
The SOM Expression of the target. | FieldInstance | ||
| isNewField : Boolean [somente leitura]
[Applicable during reload]
True if this is a new Field, that did not exist when the Letter was submitted. | FieldInstance | ||
| isRemoved : Boolean [somente leitura]
[Applicable during reload]
True if this Field has been removed from the latest version of the layout. | FieldInstance | ||
| name : String [somente leitura]
The name property of the underlying value object. | FieldInstance | ||
| optional : Boolean [somente leitura]
True if the underlying object is optional. | FieldInstance | ||
| order : int [somente leitura]
The order of a field represents the order in which it is laid out in the layout or fragment of a letter. | FieldInstance | ||
| subType : String [somente leitura]
The sub type of the data element in case when type of data element specified is ENUM. | FieldInstance | ||
| toolTip : String [somente leitura]
The toolTip property of the underlying value object. | FieldInstance | ||
| valid : Boolean [somente leitura]
Boolean indicating whether the content is valid
| FieldInstance | ||
| value : *
The value of the data element(variable or field) associated with the letter instance. | FieldInstance | ||
| valueSet : IList [somente leitura]
The list of value of the data element in case when type of data element specified is ENUM. | FieldInstance | ||
| Método | Definido por | ||
|---|---|---|---|
FieldInstance(value:FieldData)
Constructor. | FieldInstance | ||
![]() | 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 | |
![]() |
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 | |
Refresh should be called when item is selected. | FieldInstance | ||
![]() |
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 | |
caption | propriedade |
dataType | propriedade |
dataTypeValid | propriedade |
dataTypeValid:Boolean| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Asset Composer Building Block 10.0 |
| Versões de runtime: | AIR (unsupported), Flash Player 10.2 |
True if the field's value filled by the user fits in well as per the data type of the field. for e.g dataTypeValid attribute is false when a string is filled in for a Number-type field.
Essa propriedade pode ser usada como a origem para o vínculo de dados. Quando essa propriedade é modificada, ela despacha o evento propertyChange .
Implementação
public function get dataTypeValid():Boolean public function set dataTypeValid(value:Boolean):voideditable | propriedade |
formSomExpression | propriedade |
isNewField | propriedade |
isNewField:Boolean [somente leitura] | Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Asset Composer Building Block 10.0 |
| Versões de runtime: | AIR (unsupported), Flash Player 10.2 |
[Applicable during reload] True if this is a new Field, that did not exist when the Letter was submitted.
O valor padrão é false.
Essa propriedade pode ser usada como a origem para o vínculo de dados. Quando essa propriedade é modificada, ela despacha o evento propertyChange .
Implementação
public function get isNewField():BooleanisRemoved | propriedade |
isRemoved:Boolean [somente leitura] | Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Asset Composer Building Block 10.0 |
| Versões de runtime: | AIR (unsupported), Flash Player 10.2 |
[Applicable during reload] True if this Field has been removed from the latest version of the layout.
O valor padrão é false.
Essa propriedade pode ser usada como a origem para o vínculo de dados. Quando essa propriedade é modificada, ela despacha o evento propertyChange .
Implementação
public function get isRemoved():Booleanname | propriedade |
optional | propriedade |
order | propriedade |
order:int [somente leitura] | Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Asset Composer Building Block 10.0 |
| Versões de runtime: | AIR (unsupported), Flash Player 10.2 |
The order of a field represents the order in which it is laid out in the layout or fragment of a letter.
Implementação
public function get order():intsubType | propriedade |
subType:String [somente leitura] | Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Asset Composer Building Block 10.0 |
| Versões de runtime: | AIR (unsupported), Flash Player 10.2 |
The sub type of the data element in case when type of data element specified is ENUM.
Implementação
public function get subType():StringtoolTip | propriedade |
valid | propriedade |
valid:Boolean [somente leitura] | Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Asset Composer Building Block 10.0 |
| Versões de runtime: | AIR (unsupported), Flash Player 10.2 |
Boolean indicating whether the content is valid
Essa propriedade pode ser usada como a origem para o vínculo de dados. Quando essa propriedade é modificada, ela despacha o evento propertyChange .
Implementação
public function get valid():Booleanvalue | propriedade |
value:*| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Asset Composer Building Block 10.0 |
| Versões de runtime: | AIR (unsupported), Flash Player 10.2 |
The value of the data element(variable or field) associated with the letter instance.
Essa propriedade pode ser usada como a origem para o vínculo de dados. Quando essa propriedade é modificada, ela despacha o evento propertyChange .
Implementação
public function get value():* public function set value(value:any):voidvalueSet | propriedade |
valueSet:IList [somente leitura] | Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Asset Composer Building Block 10.0 |
| Versões de runtime: | AIR (unsupported), Flash Player 10.2 |
The list of value of the data element in case when type of data element specified is ENUM.
Implementação
public function get valueSet():IListFieldInstance | () | Construtor |
public function FieldInstance(value:FieldData)| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Asset Composer Building Block 10.0 |
| Versões de runtime: | AIR (unsupported), Flash Player 10.2 |
Constructor.
Parâmetrosvalue:FieldData — The FieldData object represented by FieldInstance.
|
refresh | () | método |
public function refresh():void| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Asset Composer Building Block 10.0 |
| Versões de runtime: | AIR (unsupported), Flash Player 10.2 |
Refresh should be called when item is selected. This is useful in case when the the item is deselcted. In that case, if there is any change in variable value/ field value etc., those changes may not be propagated to module.
Wed Jun 13 2018, 11:10 AM Z
Ocultar propriedades públicas herdadas
Mostrar propriedades públicas herdadas