パッケージ | com.adobe.icc.dc.domain |
クラス | public class LetterInstance |
継承 | LetterInstance EventDispatcher Object |
実装 | IValidation |
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Asset Composer Building Block 10.0 |
ランタイムバージョン: | AIR (unsupported), Flash Player 10.2 |
プロパティ | 定義元 | ||
---|---|---|---|
constructor : Object
指定されたオブジェクトインスタンスのクラスオブジェクトまたはコンストラクター関数への参照です。 | Object | ||
data : String [読み取り専用]
Bindable/Read-only. | LetterInstance | ||
dataDictionaryRef : String [読み取り専用]
Returns name of the data dictionary used in this letter instance. | LetterInstance | ||
description : String [読み取り専用]
Description of the underlying object. | LetterInstance | ||
fieldInstances : IList [読み取り専用]
Collection of FieldInstance objects that represent the domain model for Letter fields
| LetterInstance | ||
formName : String [読み取り専用]
Returns name of the form associated with this letter instance. | LetterInstance | ||
id : String [読み取り専用]
Unique identification of this instance of letter. | LetterInstance | ||
letter : Letter [読み取り専用]
The letter loaded and being filled. | LetterInstance | ||
name : String [読み取り専用]
Name of the underlying object. | LetterInstance | ||
state : int [読み取り専用]
Returns state of this letter instance. | LetterInstance | ||
targetInstances : IList [読み取り専用]
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 [読み取り専用]
True if the letter uses latest asset while reload of the letter. | LetterInstance | ||
valid : Boolean [読み取り専用]
Boolean indicating whether the content is valid
| LetterInstance | ||
variableInstances : IList [読み取り専用]
Collection of VariableInstance objects that represent Variables used in currently
Selected Content. | LetterInstance | ||
version : int [読み取り専用]
Returns version of this letter instance. | LetterInstance | ||
xmlData : XML [読み取り専用]
Bindable/Read-only. | LetterInstance |
メソッド | 定義元 | ||
---|---|---|---|
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
イベントリスナーオブジェクトを EventDispatcher オブジェクトに登録し、リスナーがイベントの通知を受け取るようにします。 | EventDispatcher | ||
イベントをイベントフローに送出します。 | EventDispatcher | ||
EventDispatcher オブジェクトに、特定のイベントタイプに対して登録されたリスナーがあるかどうかを確認します。 | EventDispatcher | ||
オブジェクトに指定されたプロパティが定義されているかどうかを示します。 | Object | ||
The function that performs the initialization of the Letter instance.This should be called after form bridge has connected. | LetterInstance | ||
Object クラスのインスタンスが、パラメーターとして指定されたオブジェクトのプロトタイプチェーン内にあるかどうかを示します。 | Object | ||
指定されたプロパティが存在し、列挙できるかどうかを示します。 | Object | ||
Refresh should be called when item is selected. | LetterInstance | ||
EventDispatcher オブジェクトからリスナーを削除します。 | EventDispatcher | ||
ループ処理に対するダイナミックプロパティの可用性を設定します。 | Object | ||
ロケール固有の規則に従って書式設定された、このオブジェクトのストリング表現を返します。 | Object | ||
指定されたオブジェクトのストリング表現を返します。 | Object | ||
Function which checks if any of the target area or field instance associated with this Letter instance are invalid. | LetterInstance | ||
指定されたオブジェクトのプリミティブな値を返します。 | Object | ||
指定されたイベントタイプについて、この EventDispatcher オブジェクトまたはその祖先にイベントリスナーが登録されているかどうかを確認します。 | EventDispatcher |
定数 | 定義元 | ||
---|---|---|---|
EVENT_LETTER_INITIALIZATION_COMPLETE : String = "letterInitializationComplete" [静的]
The constant defining the letter initialization complete event. | LetterInstance | ||
EVENT_LETTER_INITIALIZATION_ERROR : String = "letterInitializationError" [静的]
The constant defining the letter initialization error event. | LetterInstance | ||
PARAM_USELATEST : * = useLatest [静的]
The constant indicating that letter uses latest asset on previewing the letter. | LetterInstance |
data | プロパティ |
data:String
[読み取り専用] 言語バージョン: | ActionScript 3.0 |
製品バージョン: | Asset Composer Building Block 10.0 |
ランタイムバージョン: | AIR (unsupported), Flash Player 10.2 |
Bindable/Read-only. Get the raw ICC Data to merge with a letter.
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 propertyChange
イベントが送出されます。
実装
public function get data():String
関連する API エレメント
dataDictionaryRef | プロパティ |
description | プロパティ |
fieldInstances | プロパティ |
fieldInstances:IList
[読み取り専用] 言語バージョン: | ActionScript 3.0 |
製品バージョン: | Asset Composer Building Block 10.0 |
ランタイムバージョン: | AIR (unsupported), Flash Player 10.2 |
Collection of FieldInstance
objects that represent the domain model for Letter fields
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 propertyChange
イベントが送出されます。
実装
public function get fieldInstances():IList
formName | プロパティ |
id | プロパティ |
letter | プロパティ |
name | プロパティ |
state | プロパティ |
targetInstances | プロパティ |
targetInstances:IList
[読み取り専用] 言語バージョン: | ActionScript 3.0 |
製品バージョン: | Asset Composer Building Block 10.0 |
ランタイムバージョン: | 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.
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 propertyChange
イベントが送出されます。
実装
public function get targetInstances():IList
useLatest | プロパティ |
valid | プロパティ |
valid:Boolean
[読み取り専用] 言語バージョン: | ActionScript 3.0 |
製品バージョン: | Asset Composer Building Block 10.0 |
ランタイムバージョン: | AIR (unsupported), Flash Player 10.2 |
Boolean indicating whether the content is valid
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 propertyChange
イベントが送出されます。
実装
public function get valid():Boolean
variableInstances | プロパティ |
variableInstances:IList
[読み取り専用] 言語バージョン: | ActionScript 3.0 |
製品バージョン: | Asset Composer Building Block 10.0 |
ランタイムバージョン: | AIR (unsupported), Flash Player 10.2 |
Collection of VariableInstance
objects that represent Variables used in currently
Selected Content.
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 propertyChange
イベントが送出されます。
実装
public function get variableInstances():IList
version | プロパティ |
xmlData | プロパティ |
xmlData:XML
[読み取り専用] 言語バージョン: | ActionScript 3.0 |
製品バージョン: | Asset Composer Building Block 10.0 |
ランタイムバージョン: | 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.
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 propertyChange
イベントが送出されます。
実装
public function get xmlData():XML
関連する API エレメント
LetterInstance | () | コンストラクター |
public function LetterInstance(letter:Letter, ddi:DataDictionaryInstanceModel, initialXmlData:XML, params:Map = null)
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Asset Composer Building Block 10.0 |
ランタイムバージョン: | AIR (unsupported), Flash Player 10.2 |
Constructor.
パラメーターletter: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 | () | メソッド |
public function initialize():void
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Asset Composer Building Block 10.0 |
ランタイムバージョン: | 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 | () | メソッド |
public function refresh():void
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Asset Composer Building Block 10.0 |
ランタイムバージョン: | 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 | () | メソッド |
public function validate():void
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Asset Composer Building Block 10.0 |
ランタイムバージョン: | 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 | 定数 |
public static const EVENT_LETTER_INITIALIZATION_COMPLETE:String = "letterInitializationComplete"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Asset Composer Building Block 10.0 |
ランタイムバージョン: | AIR (unsupported), Flash Player 10.2 |
The constant defining the letter initialization complete event.
EVENT_LETTER_INITIALIZATION_ERROR | 定数 |
public static const EVENT_LETTER_INITIALIZATION_ERROR:String = "letterInitializationError"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Asset Composer Building Block 10.0 |
ランタイムバージョン: | AIR (unsupported), Flash Player 10.2 |
The constant defining the letter initialization error event.
PARAM_USELATEST | 定数 |
public static const PARAM_USELATEST:* = useLatest
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Asset Composer Building Block 10.0 |
ランタイムバージョン: | AIR (unsupported), Flash Player 10.2 |
The constant indicating that letter uses latest asset on previewing the letter.
Tue Jun 12 2018, 10:34 AM Z