Pakket | com.adobe.icc.dc.domain |
Klasse | public class ImageModuleInstance |
Overerving | ImageModuleInstance BaseModuleInstance EventDispatcher Object |
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 10.0 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
Openbare eigenschappen
Eigenschap | Gedefinieerd door | ||
---|---|---|---|
assignedPosition : int [alleen-lezen]
The assigned position of the module within its container. | BaseModuleInstance | ||
constructor : Object
Verwijzing naar het klasseobject of de constructorfunctie van een bepaalde objectinstantie. | Object | ||
contentBytes : ByteArray
The byte array representation of the underlying Image module instance associated with the letter. | ImageModuleInstance | ||
contentVariables : IList [overschrijven] [alleen-lezen]
Bindable/Read-only. | ImageModuleInstance | ||
description : String [alleen-lezen]
Description associated with this ModuleInstance. | BaseModuleInstance | ||
editable : Boolean [alleen-lezen]
True if this module is editable in its container (based on the assignment). | BaseModuleInstance | ||
extra : Boolean [alleen-lezen]
The flag indicating if this module was not assigned while creating the letter. | BaseModuleInstance | ||
hasConflict : Boolean [alleen-lezen]
The flag indicating if this module is conflicting with its latest version. | BaseModuleInstance | ||
id : String [alleen-lezen]
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 [overschrijven] [alleen-lezen]
Module type represented by this ModuleInstance: Text,Image,List,Condition
| ImageModuleInstance | ||
moduleVo : DataModule [alleen-lezen]
The instance of DataModule associated with this module instance. | BaseModuleInstance | ||
name : String [alleen-lezen]
Name associated with this ModuleInstance. | BaseModuleInstance | ||
newMandatory : Boolean [alleen-lezen]
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 [alleen-lezen]
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 [alleen-lezen]
True if this module is optional in its container (based on the assignment, not the selected state). | BaseModuleInstance | ||
parentContainer : IContainerInstance [alleen-lezen]
Parent container instance containing this ModuleInstance
| BaseModuleInstance | ||
preSelected : Boolean [alleen-lezen]
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 [alleen-lezen]
Skip Style of the module. | BaseModuleInstance | ||
tooltip : String [alleen-lezen]
Tooltip associated with this ModuleInstance. | BaseModuleInstance | ||
valid : Boolean [alleen-lezen]
Boolean indicating whether the content is valid
| BaseModuleInstance |
Openbare methoden
Methode | Gedefinieerd door | ||
---|---|---|---|
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
Registreert een gebeurtenislistenerobject bij een object EventDispatcher, zodat de listener een melding van een gebeurtenis ontvangt. | EventDispatcher | ||
Verzendt een gebeurtenis naar de gebeurtenisstroom. | EventDispatcher | ||
Controleert of het object EventDispatcher listeners heeft geregistreerd voor een specifiek type gebeurtenis. | EventDispatcher | ||
Geeft aan of voor een object een opgegeven eigenschap is gedefinieerd. | Object | ||
Geeft aan of een instantie van de klasse Object zich in de prototypeketen van het object bevindt dat als parameter is opgegeven. | Object | ||
Geeft aan of de opgegeven eigenschap bestaat en kan worden opgesomd. | Object | ||
Refresh should be called when item is selected. | BaseModuleInstance | ||
Verwijdert een listener uit het object EventDispatcher. | EventDispatcher | ||
Stelt de beschikbaarheid van een dynamische eigenschap voor lusbewerkingen in. | Object | ||
Geeft de tekenreeksweergave van dit object weer, geformatteerd volgens de locatiespecifieke conventies. | Object | ||
Retourneert een tekenreeksrepresentatie van het opgegeven object. | Object | ||
Retourneert de primitieve waarde van het opgegeven object. | Object | ||
Controleert of een gebeurtenislistener is geregistreerd bij dit object EventDispatcher of een van de voorouders voor het opgegeven type gebeurtenis. | EventDispatcher |
Beschermde methoden
Gebeurtenissen
Eigenschapdetails
contentBytes | eigenschap |
contentBytes:ByteArray
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 10.0 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
The byte array representation of the underlying Image module instance associated with the letter.
Deze eigenschap kan als de bron voor gegevensbinding worden gebruikt. Wanneer deze eigenschap wordt gewijzigd, wordt de gebeurtenis propertyChange
verzonden.
Implementatie
public function get contentBytes():ByteArray
public function set contentBytes(value:ByteArray):void
contentVariables | eigenschap |
contentVariables:IList
[alleen-lezen] [overschrijven] Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 10.0 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
Bindable/Read-only. The set of active variables for the module. Empty if there are none.
Deze eigenschap kan als de bron voor gegevensbinding worden gebruikt. Wanneer deze eigenschap wordt gewijzigd, wordt de gebeurtenis propertyChange
verzonden.
Implementatie
override public function get contentVariables():IList
moduleType | eigenschap |
moduleType:String
[alleen-lezen] [overschrijven] Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 10.0 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
Module type represented by this ModuleInstance: Text,Image,List,Condition
Implementatie
override public function get moduleType():String
Verwante API-elementen
ModuleInstancefactory.MODULETYPE_IMAGE
Constructordetails
ImageModuleInstance | () | Constructor |
public function ImageModuleInstance(moduleData:ModuleData, vParentContainer:IContainerInstance = null, remod:ReloadModule = null)
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 10.0 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
Constructor.
ParametersmoduleData: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.
|
Wed Jun 13 2018, 11:42 AM Z