Paket | com.adobe.icc.dc.domain |
Klass | public class TextModuleInstance |
Arv | TextModuleInstance BaseModuleInstance EventDispatcher Object |
Språkversion: | ActionScript 3.0 |
Produktversion: | Asset Composer Building Block 10.0 |
Körningsmiljöversioner: | AIR (unsupported), Flash Player 10.2 |
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 | ||
contentVariables : IList [skrivskyddad]
The set of active variables for the module. | BaseModuleInstance | ||
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 | ||
freeText : Boolean [skrivskyddad]
Checks if given module is added as free form text
| TextModuleInstance | ||
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
| TextModuleInstance | ||
moduleVo : DataModule [åsidosätt] [skrivskyddad]
The instance of DataModule associated with this module instance. | TextModuleInstance | ||
name : String [skrivskyddad]
Name associated with this ModuleInstance. | BaseModuleInstance | ||
newLine : Boolean [skrivskyddad]
Checks if given module is newline module
| TextModuleInstance | ||
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 | ||
rawContent : String [skrivskyddad]
he raw content on a text module. | TextModuleInstance | ||
rawContentFormat : String [skrivskyddad]
Returns the module's raw content type. | TextModuleInstance | ||
resolvedContent : String [skrivskyddad]
The module's resolved content value. | TextModuleInstance | ||
resolvedContentFormat : String [skrivskyddad]
Returns the module's resolved content type. | TextModuleInstance | ||
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 |
Metod | Definieras med | ||
---|---|---|---|
TextModuleInstance(moduleData:ModuleData, vParentContainer:IContainerInstance = null, remod:ReloadModule = null)
Constructor
| TextModuleInstance | ||
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 |
freeText | egenskap |
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
moduleVo | egenskap |
moduleVo:DataModule
[skrivskyddad] [åsidosätt] Språkversion: | ActionScript 3.0 |
Produktversion: | Asset Composer Building Block 10.0 |
Körningsmiljöversioner: | AIR (unsupported), Flash Player 10.2 |
The instance of DataModule associated with this module instance.
Implementering
override public function get moduleVo():DataModule
newLine | egenskap |
rawContent | egenskap |
rawContent:String
[skrivskyddad] Språkversion: | ActionScript 3.0 |
Produktversion: | Asset Composer Building Block 10.0 |
Körningsmiljöversioner: | AIR (unsupported), Flash Player 10.2 |
he raw content on a text module.
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 rawContent():String
rawContentFormat | egenskap |
resolvedContent | egenskap |
resolvedContent:String
[skrivskyddad] Språkversion: | ActionScript 3.0 |
Produktversion: | Asset Composer Building Block 10.0 |
Körningsmiljöversioner: | AIR (unsupported), Flash Player 10.2 |
The module's resolved content value. Note that the module's isValid
property should always be considered along with
its value to properly interpret the meaning of the value, empty or not. It's possible to be in a state where the content isn't valid
but there's still a resolve value (e.g. a mandatory variable doesn't have a value so its token is still in the content; therefore
the module's content is invalid but it still has a value).
To get/set the module's raw content, use the rawContent
property.
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 resolvedContent():String
Relaterade API-element
resolvedContentFormat | egenskap |
TextModuleInstance | () | Konstruktor |
public function TextModuleInstance(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 Text 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