Paket | com.adobe.icc.dc.domain |
Klass | public class ImageModuleInstance |
Arv | ImageModuleInstance BaseModuleInstance EventDispatcher Object |
Språkversion: | ActionScript 3.0 |
Produktversion: | Asset Composer Building Block 10.0 |
Körningsmiljöversioner: | AIR (unsupported), Flash Player 10.2 |
Publika egenskaper
Egenskap | Definieras med | ||
---|---|---|---|
assignedPosition : int [skrivskyddad]
The assigned position of the module within its container. | BaseModuleInstance | ||
constructor : Object
En referens till klassobjektet eller konstruktorfunktionen för en given objektinstans. | Object | ||
contentBytes : ByteArray
The byte array representation of the underlying Image module instance associated with the letter. | ImageModuleInstance | ||
contentVariables : IList [åsidosätt] [skrivskyddad]
Bindable/Read-only. | ImageModuleInstance | ||
description : String [skrivskyddad]
Description associated with this ModuleInstance. | BaseModuleInstance | ||
editable : Boolean [skrivskyddad]
True if this module is editable in its container (based on the assignment). | BaseModuleInstance | ||
extra : Boolean [skrivskyddad]
The flag indicating if this module was not assigned while creating the letter. | BaseModuleInstance | ||
hasConflict : Boolean [skrivskyddad]
The flag indicating if this module is conflicting with its latest version. | BaseModuleInstance | ||
id : String [skrivskyddad]
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 [åsidosätt] [skrivskyddad]
Module type represented by this ModuleInstance: Text,Image,List,Condition
| ImageModuleInstance | ||
moduleVo : DataModule [skrivskyddad]
The instance of DataModule associated with this module instance. | BaseModuleInstance | ||
name : String [skrivskyddad]
Name associated with this ModuleInstance. | BaseModuleInstance | ||
newMandatory : Boolean [skrivskyddad]
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 [skrivskyddad]
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 [skrivskyddad]
True if this module is optional in its container (based on the assignment, not the selected state). | BaseModuleInstance | ||
parentContainer : IContainerInstance [skrivskyddad]
Parent container instance containing this ModuleInstance
| BaseModuleInstance | ||
preSelected : Boolean [skrivskyddad]
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 [skrivskyddad]
Skip Style of the module. | BaseModuleInstance | ||
tooltip : String [skrivskyddad]
Tooltip associated with this ModuleInstance. | BaseModuleInstance | ||
valid : Boolean [skrivskyddad]
Boolean indicating whether the content is valid
| BaseModuleInstance |
Publika metoder
Metod | Definieras med | ||
---|---|---|---|
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
Registrerar ett händelseavlyssnarobjekt för ett EventDispatcher-objekt så att avlyssnaren får meddelanden om händelser. | EventDispatcher | ||
Skickar en händelse till händelseflödet. | EventDispatcher | ||
Kontrollerar om EventDispatcher-objektet har några avlyssnare registrerade för en viss typ av händelse. | EventDispatcher | ||
Anger om det finns en egenskap angiven för ett objekt. | Object | ||
Anger om en instans av klassen Object finns i prototypkedjan för objektet som anges som parameter. | Object | ||
Anger om den angivna egenskapen finns och är uppräkningsbar. | Object | ||
Refresh should be called when item is selected. | BaseModuleInstance | ||
Tar bort en avlyssnare från EventDispatcher-objektet. | EventDispatcher | ||
Anger tillgänglighet för en dynamisk egenskap för slingåtgärder. | Object | ||
Returnerar det här objektets strängrepresentation, formaterad i enlighet med språkspecifika konventioner. | Object | ||
Returnerar det angivna objektets strängbeteckning. | Object | ||
Returnerar det angivna objektets primitiva värde. | Object | ||
Kontrollerar om en händelseavlyssnare är registrerad för det här EventDispatcher-objektet eller något av dess överordnade objekt för den angivna händelsetypen. | EventDispatcher |
Skyddade metoder
Egenskapsdetaljer
contentBytes | egenskap |
contentBytes:ByteArray
Språkversion: | ActionScript 3.0 |
Produktversion: | Asset Composer Building Block 10.0 |
Körningsmiljöversioner: | AIR (unsupported), Flash Player 10.2 |
The byte array representation of the underlying Image module instance associated with the letter.
Den här egenskapen kan användas som källan för databindning. När den här egenskapen ändras, skickas händelsen propertyChange
.
Implementering
public function get contentBytes():ByteArray
public function set contentBytes(value:ByteArray):void
contentVariables | egenskap |
contentVariables:IList
[skrivskyddad] [åsidosätt] Språkversion: | ActionScript 3.0 |
Produktversion: | Asset Composer Building Block 10.0 |
Körningsmiljöversioner: | AIR (unsupported), Flash Player 10.2 |
Bindable/Read-only. The set of active variables for the module. Empty if there are none.
Den här egenskapen kan användas som källan för databindning. När den här egenskapen ändras, skickas händelsen propertyChange
.
Implementering
override public function get contentVariables():IList
moduleType | egenskap |
moduleType:String
[skrivskyddad] [åsidosätt] Språkversion: | ActionScript 3.0 |
Produktversion: | Asset Composer Building Block 10.0 |
Körningsmiljöversioner: | AIR (unsupported), Flash Player 10.2 |
Module type represented by this ModuleInstance: Text,Image,List,Condition
Implementering
override public function get moduleType():String
Relaterade API-element
ModuleInstancefactory.MODULETYPE_IMAGE
Konstruktordetaljer
ImageModuleInstance | () | Konstruktor |
public function ImageModuleInstance(moduleData:ModuleData, vParentContainer:IContainerInstance = null, remod:ReloadModule = null)
Språkversion: | ActionScript 3.0 |
Produktversion: | Asset Composer Building Block 10.0 |
Körningsmiljöversioner: | AIR (unsupported), Flash Player 10.2 |
Constructor.
ParametrarmoduleData: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, 01:40 PM Z