Pacchetto | com.adobe.icc.dc.domain |
Classe | public class LetterInstance |
Ereditarietà | LetterInstance EventDispatcher Object |
Implementa | IValidation |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 10.0 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
Proprietà | Definito da | ||
---|---|---|---|
constructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto. | Object | ||
data : String [sola lettura]
Bindable/Read-only. | LetterInstance | ||
dataDictionaryRef : String [sola lettura]
Returns name of the data dictionary used in this letter instance. | LetterInstance | ||
description : String [sola lettura]
Description of the underlying object. | LetterInstance | ||
fieldInstances : IList [sola lettura]
Collection of FieldInstance objects that represent the domain model for Letter fields
| LetterInstance | ||
formName : String [sola lettura]
Returns name of the form associated with this letter instance. | LetterInstance | ||
id : String [sola lettura]
Unique identification of this instance of letter. | LetterInstance | ||
letter : Letter [sola lettura]
The letter loaded and being filled. | LetterInstance | ||
name : String [sola lettura]
Name of the underlying object. | LetterInstance | ||
state : int [sola lettura]
Returns state of this letter instance. | LetterInstance | ||
targetInstances : IList [sola lettura]
Collection of TargetInstance objects that represent the current state of content selection as well as optional content
for each content target in the current letter. | LetterInstance | ||
useLatest : Boolean [sola lettura]
True if the letter uses latest asset while reload of the letter. | LetterInstance | ||
valid : Boolean [sola lettura]
Boolean indicating whether the content is valid
| LetterInstance | ||
variableInstances : IList [sola lettura]
Collection of VariableInstance objects that represent Variables used in currently
Selected Content. | LetterInstance | ||
version : int [sola lettura]
Returns version of this letter instance. | LetterInstance | ||
xmlData : XML [sola lettura]
Bindable/Read-only. | LetterInstance |
Metodo | Definito da | ||
---|---|---|---|
LetterInstance(letter:Letter, ddi:DataDictionaryInstanceModel, initialXmlData:XML, params:Map = null)
Constructor. | LetterInstance | ||
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 | ||
The function that performs the initialization of the Letter instance.This should be called after form bridge has connected. | LetterInstance | ||
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. | LetterInstance | ||
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 | ||
Function which checks if any of the target area or field instance associated with this Letter instance are invalid. | LetterInstance | ||
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 | ||
---|---|---|---|
EVENT_LETTER_INITIALIZATION_COMPLETE : String = "letterInitializationComplete" [statico]
The constant defining the letter initialization complete event. | LetterInstance | ||
EVENT_LETTER_INITIALIZATION_ERROR : String = "letterInitializationError" [statico]
The constant defining the letter initialization error event. | LetterInstance | ||
PARAM_USELATEST : * = useLatest [statico]
The constant indicating that letter uses latest asset on previewing the letter. | LetterInstance |
data | proprietà |
data:String
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 10.0 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
Bindable/Read-only. Get the raw ICC Data to merge with a letter.
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 data():String
Elementi API correlati
dataDictionaryRef | proprietà |
dataDictionaryRef:String
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 10.0 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
Returns name of the data dictionary used in this letter instance.
Implementazione
public function get dataDictionaryRef():String
description | proprietà |
fieldInstances | proprietà |
fieldInstances:IList
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 10.0 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
Collection of FieldInstance
objects that represent the domain model for Letter fields
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 fieldInstances():IList
formName | proprietà |
id | proprietà |
letter | proprietà |
name | proprietà |
state | proprietà |
targetInstances | proprietà |
targetInstances:IList
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 10.0 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
Collection of TargetInstance
objects that represent the current state of content selection as well as optional content
for each content target in the current letter.
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 targetInstances():IList
useLatest | proprietà |
useLatest:Boolean
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 10.0 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
True if the letter uses latest asset while reload of the letter.
Implementazione
public function get useLatest():Boolean
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
variableInstances | proprietà |
variableInstances:IList
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 10.0 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
Collection of VariableInstance
objects that represent Variables used in currently
Selected Content.
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 variableInstances():IList
version | proprietà |
xmlData | proprietà |
xmlData:XML
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 10.0 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
Bindable/Read-only. Get the ICC Data to merge with a letter.
Warning: Be careful when serializing this to a string as XML.toXMLString()
will not respect XFA's use of space runs in XHTML.
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 xmlData():XML
Elementi API correlati
LetterInstance | () | Funzione di costruzione |
public function LetterInstance(letter:Letter, ddi:DataDictionaryInstanceModel, initialXmlData:XML, params:Map = null)
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 10.0 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
Constructor.
Parametriletter:Letter — Fully populated Letter object
| |
ddi:DataDictionaryInstanceModel — data Dictionary Instance
| |
initialXmlData:XML — initialXml Data containing Icc Control Data if any. This XML is owned by LetterInstance
| |
params:Map (default = null ) — A Map of parameters to be passed to this Letter instance. This can be any set of key/value pairs that is relevant
to the Letter instance.
|
initialize | () | metodo |
public function initialize():void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 10.0 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
The function that performs the initialization of the Letter instance.This should be called after form bridge has connected.
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.
validate | () | metodo |
public function validate():void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 10.0 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
Function which checks if any of the target area or field instance associated with this Letter instance are invalid.
EVENT_LETTER_INITIALIZATION_COMPLETE | Costante |
public static const EVENT_LETTER_INITIALIZATION_COMPLETE:String = "letterInitializationComplete"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 10.0 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
The constant defining the letter initialization complete event.
EVENT_LETTER_INITIALIZATION_ERROR | Costante |
public static const EVENT_LETTER_INITIALIZATION_ERROR:String = "letterInitializationError"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 10.0 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
The constant defining the letter initialization error event.
PARAM_USELATEST | Costante |
public static const PARAM_USELATEST:* = useLatest
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 10.0 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
The constant indicating that letter uses latest asset on previewing the letter.
Tue Jun 12 2018, 02:44 PM Z