Pacchetto | com.adobe.icc.dc.domain |
Classe | public class FieldInstance |
Ereditarietà | FieldInstance EventDispatcher Object |
Implementa | IDataInstance |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 10.0 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
Proprietà | Definito da | ||
---|---|---|---|
caption : String [sola lettura]
The caption property of the underlying value object. | FieldInstance | ||
constructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto. | Object | ||
dataType : String [sola lettura]
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 [sola lettura]
True if the underlying object is editable. | FieldInstance | ||
formSomExpression : String [sola lettura]
The SOM Expression of the target. | FieldInstance | ||
isNewField : Boolean [sola lettura]
[Applicable during reload]
True if this is a new Field, that did not exist when the Letter was submitted. | FieldInstance | ||
isRemoved : Boolean [sola lettura]
[Applicable during reload]
True if this Field has been removed from the latest version of the layout. | FieldInstance | ||
name : String [sola lettura]
The name property of the underlying value object. | FieldInstance | ||
optional : Boolean [sola lettura]
True if the underlying object is optional. | FieldInstance | ||
order : int [sola lettura]
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 [sola lettura]
The sub type of the data element in case when type of data element specified is ENUM. | FieldInstance | ||
toolTip : String [sola lettura]
The toolTip property of the underlying value object. | FieldInstance | ||
valid : Boolean [sola lettura]
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 [sola lettura]
The list of value of the data element in case when type of data element specified is ENUM. | FieldInstance |
Metodo | Definito da | ||
---|---|---|---|
FieldInstance(value:FieldData)
Constructor. | FieldInstance | ||
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 | ||
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 | ||
Refresh should be called when item is selected. | FieldInstance | ||
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 |
caption | proprietà |
dataType | proprietà |
dataTypeValid | proprietà |
dataTypeValid:Boolean
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 10.0 |
Versioni 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.
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento propertyChange
.
Implementazione
public function get dataTypeValid():Boolean
public function set dataTypeValid(value:Boolean):void
editable | proprietà |
formSomExpression | proprietà |
isNewField | proprietà |
isNewField:Boolean
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 10.0 |
Versioni 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.
Il valore predefinito è false.
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento propertyChange
.
Implementazione
public function get isNewField():Boolean
isRemoved | proprietà |
isRemoved:Boolean
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 10.0 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
[Applicable during reload] True if this Field has been removed from the latest version of the layout.
Il valore predefinito è false.
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento propertyChange
.
Implementazione
public function get isRemoved():Boolean
name | proprietà |
optional | proprietà |
order | proprietà |
order:int
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 10.0 |
Versioni 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.
Implementazione
public function get order():int
subType | proprietà |
subType:String
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 10.0 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
The sub type of the data element in case when type of data element specified is ENUM.
Implementazione
public function get subType():String
toolTip | proprietà |
valid | proprietà |
valid:Boolean
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 10.0 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
Boolean indicating whether the content is valid
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento propertyChange
.
Implementazione
public function get valid():Boolean
value | proprietà |
value:*
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 10.0 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
The value of the data element(variable or field) associated with the letter instance.
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento propertyChange
.
Implementazione
public function get value():*
public function set value(value:any):void
valueSet | proprietà |
valueSet:IList
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 10.0 |
Versioni 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.
Implementazione
public function get valueSet():IList
FieldInstance | () | Funzione di costruzione |
public function FieldInstance(value:FieldData)
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 10.0 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
Constructor.
Parametrivalue:FieldData — The FieldData object represented by FieldInstance.
|
refresh | () | metodo |
public function refresh():void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 10.0 |
Versioni 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.
Tue Jun 12 2018, 02:44 PM Z