Paket | com.adobe.icc.dc.domain |
Klasse | public class TextModuleInstance |
Vererbung | TextModuleInstance BaseModuleInstance EventDispatcher Object |
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Asset Composer“ 10.0 |
Laufzeitversionen: | AIR (unsupported), Flash Player 10.2 |
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 | ||
contentVariables : IList [schreibgeschützt]
The set of active variables for the module. | BaseModuleInstance | ||
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 | ||
freeText : Boolean [schreibgeschützt]
Checks if given module is added as free form text
| TextModuleInstance | ||
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
| TextModuleInstance | ||
moduleVo : DataModule [override] [schreibgeschützt]
The instance of DataModule associated with this module instance. | TextModuleInstance | ||
name : String [schreibgeschützt]
Name associated with this ModuleInstance. | BaseModuleInstance | ||
newLine : Boolean [schreibgeschützt]
Checks if given module is newline module
| TextModuleInstance | ||
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 | ||
rawContent : String [schreibgeschützt]
he raw content on a text module. | TextModuleInstance | ||
rawContentFormat : String [schreibgeschützt]
Returns the module's raw content type. | TextModuleInstance | ||
resolvedContent : String [schreibgeschützt]
The module's resolved content value. | TextModuleInstance | ||
resolvedContentFormat : String [schreibgeschützt]
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 [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 |
Methode | Definiert von | ||
---|---|---|---|
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
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 |
freeText | Eigenschaft |
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
moduleVo | Eigenschaft |
moduleVo:DataModule
[schreibgeschützt] [override] Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Asset Composer“ 10.0 |
Laufzeitversionen: | AIR (unsupported), Flash Player 10.2 |
The instance of DataModule associated with this module instance.
Implementierung
override public function get moduleVo():DataModule
newLine | Eigenschaft |
rawContent | Eigenschaft |
rawContent:String
[schreibgeschützt] Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Asset Composer“ 10.0 |
Laufzeitversionen: | AIR (unsupported), Flash Player 10.2 |
he raw content on a text module.
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 rawContent():String
rawContentFormat | Eigenschaft |
resolvedContent | Eigenschaft |
resolvedContent:String
[schreibgeschützt] Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Asset Composer“ 10.0 |
Laufzeitversionen: | 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.
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 resolvedContent():String
Verwandte API-Elemente
resolvedContentFormat | Eigenschaft |
TextModuleInstance | () | Konstruktor |
public function TextModuleInstance(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 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, 10:04 AM Z