Pakiet | com.adobe.icc.dc.domain |
Klasa | public class LetterInstance |
Dziedziczenie | LetterInstance EventDispatcher Object |
Implementuje | IValidation |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Asset Composer Building Block 10.0 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 10.2 |
Właściwość | Zdefiniowane przez | ||
---|---|---|---|
constructor : Object
Odwołanie do obiektu klasy lub funkcji konstruktora, dotyczące danej instancji obiektu. | Object | ||
data : String [tylko do odczytu]
Bindable/Read-only. | LetterInstance | ||
dataDictionaryRef : String [tylko do odczytu]
Returns name of the data dictionary used in this letter instance. | LetterInstance | ||
description : String [tylko do odczytu]
Description of the underlying object. | LetterInstance | ||
fieldInstances : IList [tylko do odczytu]
Collection of FieldInstance objects that represent the domain model for Letter fields
| LetterInstance | ||
formName : String [tylko do odczytu]
Returns name of the form associated with this letter instance. | LetterInstance | ||
id : String [tylko do odczytu]
Unique identification of this instance of letter. | LetterInstance | ||
letter : Letter [tylko do odczytu]
The letter loaded and being filled. | LetterInstance | ||
name : String [tylko do odczytu]
Name of the underlying object. | LetterInstance | ||
state : int [tylko do odczytu]
Returns state of this letter instance. | LetterInstance | ||
targetInstances : IList [tylko do odczytu]
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 [tylko do odczytu]
True if the letter uses latest asset while reload of the letter. | LetterInstance | ||
valid : Boolean [tylko do odczytu]
Boolean indicating whether the content is valid
| LetterInstance | ||
variableInstances : IList [tylko do odczytu]
Collection of VariableInstance objects that represent Variables used in currently
Selected Content. | LetterInstance | ||
version : int [tylko do odczytu]
Returns version of this letter instance. | LetterInstance | ||
xmlData : XML [tylko do odczytu]
Bindable/Read-only. | LetterInstance |
Metoda | Zdefiniowane przez | ||
---|---|---|---|
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
Rejestruje obiekt detektora zdarzeń w obiekcie EventDispatcher, dzięki czemu detektor będzie otrzymywał powiadomienia o zdarzeniu. | EventDispatcher | ||
Wywołuje zdarzenie, tj. kieruje je do przepływu zdarzeń. | EventDispatcher | ||
Sprawdza, czy obiekt EventDispatcher zawiera jakiekolwiek detektory zarejestrowane dla konkretnego typu zdarzeń. | EventDispatcher | ||
Wskazuje, czy dla obiektu zdefiniowano określoną właściwość. | Object | ||
The function that performs the initialization of the Letter instance.This should be called after form bridge has connected. | LetterInstance | ||
Wskazuje, czy instancja klasy Object należy do łańcucha prototypów obiektu określonego jako parametr. | Object | ||
Wskazuje, czy określona właściwość istnieje i jest przeliczalna. | Object | ||
Refresh should be called when item is selected. | LetterInstance | ||
Usuwa detektor z obiektu EventDispatcher. | EventDispatcher | ||
Ustawia dostępność właściwości dynamicznej używanej w pętlach. | Object | ||
Zwraca ciąg reprezentujący obiekt — sformatowany zgodnie z konwencjami właściwymi dla ustawień regionalnych. | Object | ||
Zwraca ciąg reprezentujący określony obiekt. | Object | ||
Function which checks if any of the target area or field instance associated with this Letter instance are invalid. | LetterInstance | ||
Zwraca pierwotną wartość dla określonego obiektu. | Object | ||
Sprawdza, czy detektor zdarzeń określonego typu jest zarejestrowany w tym obiekcie EventDispatcher lub jego elementach macierzystych. | EventDispatcher |
Stała | Zdefiniowane przez | ||
---|---|---|---|
EVENT_LETTER_INITIALIZATION_COMPLETE : String = "letterInitializationComplete" [statyczny]
The constant defining the letter initialization complete event. | LetterInstance | ||
EVENT_LETTER_INITIALIZATION_ERROR : String = "letterInitializationError" [statyczny]
The constant defining the letter initialization error event. | LetterInstance | ||
PARAM_USELATEST : * = useLatest [statyczny]
The constant indicating that letter uses latest asset on previewing the letter. | LetterInstance |
data | właściwość |
data:String
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Asset Composer Building Block 10.0 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 10.2 |
Bindable/Read-only. Get the raw ICC Data to merge with a letter.
Ta właściwość może być używana jako źródło dla tworzenia powiązań danych. Jeśli ta właściwość zostanie zmodyfikowana, zostanie wywołane zdarzenie propertyChange
.
Implementacja
public function get data():String
Powiązane elementy interfejsu API
dataDictionaryRef | właściwość |
dataDictionaryRef:String
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Asset Composer Building Block 10.0 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 10.2 |
Returns name of the data dictionary used in this letter instance.
Implementacja
public function get dataDictionaryRef():String
description | właściwość |
fieldInstances | właściwość |
fieldInstances:IList
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Asset Composer Building Block 10.0 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 10.2 |
Collection of FieldInstance
objects that represent the domain model for Letter fields
Ta właściwość może być używana jako źródło dla tworzenia powiązań danych. Jeśli ta właściwość zostanie zmodyfikowana, zostanie wywołane zdarzenie propertyChange
.
Implementacja
public function get fieldInstances():IList
formName | właściwość |
formName:String
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Asset Composer Building Block 10.0 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 10.2 |
Returns name of the form associated with this letter instance.
Implementacja
public function get formName():String
id | właściwość |
letter | właściwość |
name | właściwość |
state | właściwość |
targetInstances | właściwość |
targetInstances:IList
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Asset Composer Building Block 10.0 |
Wersje środowiska wykonawczego: | 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.
Ta właściwość może być używana jako źródło dla tworzenia powiązań danych. Jeśli ta właściwość zostanie zmodyfikowana, zostanie wywołane zdarzenie propertyChange
.
Implementacja
public function get targetInstances():IList
useLatest | właściwość |
useLatest:Boolean
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Asset Composer Building Block 10.0 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 10.2 |
True if the letter uses latest asset while reload of the letter.
Implementacja
public function get useLatest():Boolean
valid | właściwość |
valid:Boolean
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Asset Composer Building Block 10.0 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 10.2 |
Boolean indicating whether the content is valid
Ta właściwość może być używana jako źródło dla tworzenia powiązań danych. Jeśli ta właściwość zostanie zmodyfikowana, zostanie wywołane zdarzenie propertyChange
.
Implementacja
public function get valid():Boolean
variableInstances | właściwość |
variableInstances:IList
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Asset Composer Building Block 10.0 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 10.2 |
Collection of VariableInstance
objects that represent Variables used in currently
Selected Content.
Ta właściwość może być używana jako źródło dla tworzenia powiązań danych. Jeśli ta właściwość zostanie zmodyfikowana, zostanie wywołane zdarzenie propertyChange
.
Implementacja
public function get variableInstances():IList
version | właściwość |
xmlData | właściwość |
xmlData:XML
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Asset Composer Building Block 10.0 |
Wersje środowiska wykonawczego: | 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.
Ta właściwość może być używana jako źródło dla tworzenia powiązań danych. Jeśli ta właściwość zostanie zmodyfikowana, zostanie wywołane zdarzenie propertyChange
.
Implementacja
public function get xmlData():XML
Powiązane elementy interfejsu API
LetterInstance | () | Konstruktor |
public function LetterInstance(letter:Letter, ddi:DataDictionaryInstanceModel, initialXmlData:XML, params:Map = null)
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Asset Composer Building Block 10.0 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 10.2 |
Constructor.
Parametryletter: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 | () | metoda |
public function initialize():void
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Asset Composer Building Block 10.0 |
Wersje środowiska wykonawczego: | 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 | () | metoda |
public function refresh():void
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Asset Composer Building Block 10.0 |
Wersje środowiska wykonawczego: | 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 | () | metoda |
public function validate():void
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Asset Composer Building Block 10.0 |
Wersje środowiska wykonawczego: | 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 | Stała |
public static const EVENT_LETTER_INITIALIZATION_COMPLETE:String = "letterInitializationComplete"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Asset Composer Building Block 10.0 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 10.2 |
The constant defining the letter initialization complete event.
EVENT_LETTER_INITIALIZATION_ERROR | Stała |
public static const EVENT_LETTER_INITIALIZATION_ERROR:String = "letterInitializationError"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Asset Composer Building Block 10.0 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 10.2 |
The constant defining the letter initialization error event.
PARAM_USELATEST | Stała |
public static const PARAM_USELATEST:* = useLatest
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Asset Composer Building Block 10.0 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 10.2 |
The constant indicating that letter uses latest asset on previewing the letter.
Tue Jun 12 2018, 12:06 PM Z