パッケージ | com.adobe.icc.dc.domain |
クラス | public class ImageModuleInstance |
継承 | ImageModuleInstance BaseModuleInstance EventDispatcher Object |
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Asset Composer Building Block 10.0 |
ランタイムバージョン: | AIR (unsupported), Flash Player 10.2 |
パブリックプロパティ
プロパティ | 定義元 | ||
---|---|---|---|
assignedPosition : int [読み取り専用]
The assigned position of the module within its container. | BaseModuleInstance | ||
constructor : Object
指定されたオブジェクトインスタンスのクラスオブジェクトまたはコンストラクター関数への参照です。 | Object | ||
contentBytes : ByteArray
The byte array representation of the underlying Image module instance associated with the letter. | ImageModuleInstance | ||
contentVariables : IList [オーバーライド] [読み取り専用]
Bindable/Read-only. | ImageModuleInstance | ||
description : String [読み取り専用]
Description associated with this ModuleInstance. | BaseModuleInstance | ||
editable : Boolean [読み取り専用]
True if this module is editable in its container (based on the assignment). | BaseModuleInstance | ||
extra : Boolean [読み取り専用]
The flag indicating if this module was not assigned while creating the letter. | BaseModuleInstance | ||
hasConflict : Boolean [読み取り専用]
The flag indicating if this module is conflicting with its latest version. | BaseModuleInstance | ||
id : String [読み取り専用]
Unique identification associated with this ModuleInstance. | BaseModuleInstance | ||
indentationLevel : Number
The level of indentation of the module with respect to the container holding the module instance. | BaseModuleInstance | ||
moduleType : String [オーバーライド] [読み取り専用]
Module type represented by this ModuleInstance: Text,Image,List,Condition
| ImageModuleInstance | ||
moduleVo : DataModule [読み取り専用]
The instance of DataModule associated with this module instance. | BaseModuleInstance | ||
name : String [読み取り専用]
Name associated with this ModuleInstance. | BaseModuleInstance | ||
newMandatory : Boolean [読み取り専用]
The flag indicating if this module was not mandatory earlier but is now mandatory when considering the latest version of the module instance. | BaseModuleInstance | ||
nonEditableOverride : Boolean [読み取り専用]
The flag indicating if this module was editable earlier but is now non-editable when considering the latest version of the module instance. | BaseModuleInstance | ||
occur : int
The occurrence index of this content within its parent container. | BaseModuleInstance | ||
optional : Boolean [読み取り専用]
True if this module is optional in its container (based on the assignment, not the selected state). | BaseModuleInstance | ||
parentContainer : IContainerInstance [読み取り専用]
Parent container instance containing this ModuleInstance
| BaseModuleInstance | ||
preSelected : Boolean [読み取り専用]
True if this module is pre-selected/removable in its container (based on the assignment, not the selected state). | BaseModuleInstance | ||
selected : Boolean
Is the module is selected to be included in letter
| BaseModuleInstance | ||
selectedPosition : int
Position of the content in it's container among all the selected contents of the container. | BaseModuleInstance | ||
skipStyle : Boolean [読み取り専用]
Skip Style of the module. | BaseModuleInstance | ||
tooltip : String [読み取り専用]
Tooltip associated with this ModuleInstance. | BaseModuleInstance | ||
valid : Boolean [読み取り専用]
Boolean indicating whether the content is valid
| BaseModuleInstance |
パブリックメソッド
メソッド | 定義元 | ||
---|---|---|---|
ImageModuleInstance(moduleData:ModuleData, vParentContainer:IContainerInstance = null, remod:ReloadModule = null)
Constructor. | ImageModuleInstance | ||
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
イベントリスナーオブジェクトを EventDispatcher オブジェクトに登録し、リスナーがイベントの通知を受け取るようにします。 | EventDispatcher | ||
イベントをイベントフローに送出します。 | EventDispatcher | ||
EventDispatcher オブジェクトに、特定のイベントタイプに対して登録されたリスナーがあるかどうかを確認します。 | EventDispatcher | ||
オブジェクトに指定されたプロパティが定義されているかどうかを示します。 | Object | ||
Object クラスのインスタンスが、パラメーターとして指定されたオブジェクトのプロトタイプチェーン内にあるかどうかを示します。 | Object | ||
指定されたプロパティが存在し、列挙できるかどうかを示します。 | Object | ||
Refresh should be called when item is selected. | BaseModuleInstance | ||
EventDispatcher オブジェクトからリスナーを削除します。 | EventDispatcher | ||
ループ処理に対するダイナミックプロパティの可用性を設定します。 | Object | ||
ロケール固有の規則に従って書式設定された、このオブジェクトのストリング表現を返します。 | Object | ||
指定されたオブジェクトのストリング表現を返します。 | Object | ||
指定されたオブジェクトのプリミティブな値を返します。 | Object | ||
指定されたイベントタイプについて、この EventDispatcher オブジェクトまたはその祖先にイベントリスナーが登録されているかどうかを確認します。 | EventDispatcher |
プロテクトメソッド
プロパティの詳細
contentBytes | プロパティ |
contentBytes:ByteArray
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Asset Composer Building Block 10.0 |
ランタイムバージョン: | AIR (unsupported), Flash Player 10.2 |
The byte array representation of the underlying Image module instance associated with the letter.
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 propertyChange
イベントが送出されます。
実装
public function get contentBytes():ByteArray
public function set contentBytes(value:ByteArray):void
contentVariables | プロパティ |
contentVariables:IList
[読み取り専用] [オーバーライド] 言語バージョン: | ActionScript 3.0 |
製品バージョン: | Asset Composer Building Block 10.0 |
ランタイムバージョン: | AIR (unsupported), Flash Player 10.2 |
Bindable/Read-only. The set of active variables for the module. Empty if there are none.
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 propertyChange
イベントが送出されます。
実装
override public function get contentVariables():IList
moduleType | プロパティ |
moduleType:String
[読み取り専用] [オーバーライド] 言語バージョン: | ActionScript 3.0 |
製品バージョン: | Asset Composer Building Block 10.0 |
ランタイムバージョン: | AIR (unsupported), Flash Player 10.2 |
Module type represented by this ModuleInstance: Text,Image,List,Condition
実装
override public function get moduleType():String
関連する API エレメント
ModuleInstancefactory.MODULETYPE_IMAGE
コンストラクターの詳細
ImageModuleInstance | () | コンストラクター |
public function ImageModuleInstance(moduleData:ModuleData, vParentContainer:IContainerInstance = null, remod:ReloadModule = null)
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Asset Composer Building Block 10.0 |
ランタイムバージョン: | AIR (unsupported), Flash Player 10.2 |
Constructor.
パラメーターmoduleData:ModuleData — ModuleData object represented by this instance.
| |
vParentContainer:IContainerInstance (default = null ) — Container of the Image Module that can be a list or a target area.
| |
remod:ReloadModule (default = null ) — Reload Module for the case of correspondence reload.
|
Tue Jun 12 2018, 10:34 AM Z