Paket | com.adobe.icc.dc.domain |
Klasse | public class ImageModuleInstance |
Vererbung | ImageModuleInstance BaseModuleInstance EventDispatcher Object |
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Asset Composer“ 10.0 |
Laufzeitversionen: | AIR (unsupported), Flash Player 10.2 |
Öffentliche Eigenschaften
Eigenschaft | Definiert von | ||
---|---|---|---|
assignedPosition : int [schreibgeschützt]
The assigned position of the module within its container. | BaseModuleInstance | ||
constructor : Object
Ein Verweis auf das Klassenobjekt oder die Konstruktorfunktion für eine angegebene Objektinstanz. | Object | ||
contentBytes : ByteArray
The byte array representation of the underlying Image module instance associated with the letter. | ImageModuleInstance | ||
contentVariables : IList [override] [schreibgeschützt]
Bindable/Read-only. | ImageModuleInstance | ||
description : String [schreibgeschützt]
Description associated with this ModuleInstance. | BaseModuleInstance | ||
editable : Boolean [schreibgeschützt]
True if this module is editable in its container (based on the assignment). | BaseModuleInstance | ||
extra : Boolean [schreibgeschützt]
The flag indicating if this module was not assigned while creating the letter. | BaseModuleInstance | ||
hasConflict : Boolean [schreibgeschützt]
The flag indicating if this module is conflicting with its latest version. | BaseModuleInstance | ||
id : String [schreibgeschützt]
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 [override] [schreibgeschützt]
Module type represented by this ModuleInstance: Text,Image,List,Condition
| ImageModuleInstance | ||
moduleVo : DataModule [schreibgeschützt]
The instance of DataModule associated with this module instance. | BaseModuleInstance | ||
name : String [schreibgeschützt]
Name associated with this ModuleInstance. | BaseModuleInstance | ||
newMandatory : Boolean [schreibgeschützt]
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 [schreibgeschützt]
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 [schreibgeschützt]
True if this module is optional in its container (based on the assignment, not the selected state). | BaseModuleInstance | ||
parentContainer : IContainerInstance [schreibgeschützt]
Parent container instance containing this ModuleInstance
| BaseModuleInstance | ||
preSelected : Boolean [schreibgeschützt]
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 [schreibgeschützt]
Skip Style of the module. | BaseModuleInstance | ||
tooltip : String [schreibgeschützt]
Tooltip associated with this ModuleInstance. | BaseModuleInstance | ||
valid : Boolean [schreibgeschützt]
Boolean indicating whether the content is valid
| BaseModuleInstance |
Öffentliche Methoden
Methode | Definiert von | ||
---|---|---|---|
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
Registriert ein Ereignis-Listener-Objekt bei einem EventDispatcher-Objekt, sodass der Listener über ein Ereignis benachrichtigt wird. | EventDispatcher | ||
Sendet ein Ereignis in den Ereignisablauf. | EventDispatcher | ||
Überprüft, ob das EventDispatcher-Objekt Listener für einen bestimmten Ereignistyp registriert hat. | EventDispatcher | ||
Gibt an, ob für ein Objekt eine bestimmte Eigenschaft definiert wurde. | Object | ||
Gibt an, ob eine Instanz der Object-Klasse in der Prototypkette des Objekts vorhanden ist, das als Parameter angegeben wurde. | Object | ||
Gibt an, ob die angegebene Eigenschaft vorhanden ist und durchlaufen werden kann. | Object | ||
Refresh should be called when item is selected. | BaseModuleInstance | ||
Entfernt einen Listener aus dem EventDispatcher-Objekt. | EventDispatcher | ||
Legt die Verfügbarkeit einer dynamischen Eigenschaft für Schleifenoperationen fest. | Object | ||
Gibt die Stringdarstellung dieses Objekts zurück, formatiert entsprechend den Konventionen des Gebietsschemas. | Object | ||
Gibt das angegebene Objekt als String zurück. | Object | ||
Gibt den Grundwert des angegebenen Objekts zurück. | Object | ||
Überprüft, ob bei diesem EventDispatcher-Objekt oder bei einem seiner Vorgänger ein Ereignis-Listener für einen bestimmten Ereignistyp registriert ist. | EventDispatcher |
Geschützte Methoden
Ereignisse
Eigenschaftendetails
contentBytes | Eigenschaft |
contentBytes:ByteArray
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Asset Composer“ 10.0 |
Laufzeitversionen: | AIR (unsupported), Flash Player 10.2 |
The byte array representation of the underlying Image module instance associated with the letter.
Diese Eigenschaft kann als Quelle für die Datenbindung verwendet werden. Beim Ändern dieser Eigenschaft wird das propertyChange
-Ereignis ausgelöst.
Implementierung
public function get contentBytes():ByteArray
public function set contentBytes(value:ByteArray):void
contentVariables | Eigenschaft |
contentVariables:IList
[schreibgeschützt] [override] Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Asset Composer“ 10.0 |
Laufzeitversionen: | AIR (unsupported), Flash Player 10.2 |
Bindable/Read-only. The set of active variables for the module. Empty if there are none.
Diese Eigenschaft kann als Quelle für die Datenbindung verwendet werden. Beim Ändern dieser Eigenschaft wird das propertyChange
-Ereignis ausgelöst.
Implementierung
override public function get contentVariables():IList
moduleType | Eigenschaft |
moduleType:String
[schreibgeschützt] [override] Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Asset Composer“ 10.0 |
Laufzeitversionen: | AIR (unsupported), Flash Player 10.2 |
Module type represented by this ModuleInstance: Text,Image,List,Condition
Implementierung
override public function get moduleType():String
Verwandte API-Elemente
ModuleInstancefactory.MODULETYPE_IMAGE
Konstruktordetails
ImageModuleInstance | () | Konstruktor |
public function ImageModuleInstance(moduleData:ModuleData, vParentContainer:IContainerInstance = null, remod:ReloadModule = null)
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Asset Composer“ 10.0 |
Laufzeitversionen: | AIR (unsupported), Flash Player 10.2 |
Constructor.
ParametermoduleData: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:04 AM Z