Paket | com.adobe.icc.dc.domain |
Klasse | public class ConditionModuleInstance |
Vererbung | ConditionModuleInstance BaseModuleInstance EventDispatcher Object |
Implementiert | IContainerInstance |
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 | ||
contents : IList [schreibgeschützt]
List of the contents associated with this Container instance. | ConditionModuleInstance | ||
contentVariables : IList [schreibgeschützt]
The set of active variables for the module. | BaseModuleInstance | ||
controlVariables : IList [schreibgeschützt]
Bindable/Read-only. | ConditionModuleInstance | ||
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 | ||
hasContentRemoved : Boolean [schreibgeschützt]
True if the Condition has one or more content removed from it, than what was originall assigned. | ConditionModuleInstance | ||
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
| ConditionModuleInstance | ||
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 | ||
open : Boolean [schreibgeschützt]
True if the container is open to extra content; false if it only allows content that was explicitly assigned to it in the letter. | ConditionModuleInstance | ||
optional : Boolean [schreibgeschützt]
True if this module is optional in its container (based on the assignment, not the selected state). | BaseModuleInstance | ||
ordered : Boolean [schreibgeschützt]
True if the container's contents order is fixed; false if its contents can be re-ordered. | ConditionModuleInstance | ||
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 |
Methode | Definiert von | ||
---|---|---|---|
ConditionModuleInstance(vCondData:ConditionModuleData, vParentContainer:IContainerInstance = null, remod:ReloadModule = null)
Constructor. | ConditionModuleInstance | ||
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 | ||
Moves the specified item within the list's content one position in the specified direction. | ConditionModuleInstance | ||
Gibt an, ob die angegebene Eigenschaft vorhanden ist und durchlaufen werden kann. | Object | ||
Refresh should be called when item is selected. | BaseModuleInstance | ||
Removes the specified item from the list's collection if the item is found in the collection and is non mandatory
| ConditionModuleInstance | ||
Entfernt einen Listener aus dem EventDispatcher-Objekt. | EventDispatcher | ||
Legt die Verfügbarkeit einer dynamischen Eigenschaft für Schleifenoperationen fest. | Object | ||
[override]
| ConditionModuleInstance | ||
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 |
Methode | Definiert von | ||
---|---|---|---|
moduleDataChangeHandler(event:ModuleDataEvent):void [override]
Called when the module content's associated data object changes. | ConditionModuleInstance |
contents | Eigenschaft |
contents:IList
[schreibgeschützt] Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Asset Composer“ 10.0 |
Laufzeitversionen: | AIR (unsupported), Flash Player 10.2 |
List of the contents associated with this Container instance.
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 contents():IList
controlVariables | Eigenschaft |
controlVariables:IList
[schreibgeschützt] Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Asset Composer“ 10.0 |
Laufzeitversionen: | AIR (unsupported), Flash Player 10.2 |
Bindable/Read-only. The set of control variables for the Condition.
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 controlVariables():IList
hasContentRemoved | Eigenschaft |
hasContentRemoved:Boolean
[schreibgeschützt] Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Asset Composer“ 10.0 |
Laufzeitversionen: | AIR (unsupported), Flash Player 10.2 |
True if the Condition has one or more content removed from it, than what was originall assigned. [Relevant when reloading]
Implementierung
public function get hasContentRemoved():Boolean
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
open | Eigenschaft |
open:Boolean
[schreibgeschützt] Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Asset Composer“ 10.0 |
Laufzeitversionen: | AIR (unsupported), Flash Player 10.2 |
True if the container is open to extra content; false if it only allows content that was explicitly assigned to it in the letter.
Implementierung
public function get open():Boolean
ordered | Eigenschaft |
ordered:Boolean
[schreibgeschützt] Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Asset Composer“ 10.0 |
Laufzeitversionen: | AIR (unsupported), Flash Player 10.2 |
True if the container's contents order is fixed; false if its contents can be re-ordered.
Implementierung
public function get ordered():Boolean
ConditionModuleInstance | () | Konstruktor |
public function ConditionModuleInstance(vCondData:ConditionModuleData, vParentContainer:IContainerInstance = null, remod:ReloadModule = null)
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Asset Composer“ 10.0 |
Laufzeitversionen: | AIR (unsupported), Flash Player 10.2 |
Constructor.
ParametervCondData:ConditionModuleData — ConditionModuleData object represented by this instance.
| |
vParentContainer:IContainerInstance (default = null ) — Container of the Condition Module that can be a list or a target area.
| |
remod:ReloadModule (default = null ) — Reload Module for the case of correspondence reload.
|
moduleDataChangeHandler | () | Methode |
override protected function moduleDataChangeHandler(event:ModuleDataEvent):void
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Asset Composer“ 10.0 |
Laufzeitversionen: | AIR (unsupported), Flash Player 10.2 |
Called when the module content's associated data
object changes.
Note: Do not add moduleDataChangeHandler at instantiation of BaseModuleInstance because moduleData value may not yet been set.
Plug this handler in sub class initialization.
Parameter
event:ModuleDataEvent — The ModuleDataEvent event dispatched on module data change.
|
moveContent | () | Methode |
public function moveContent(sourceModule:IModuleInstance, moveUp:Boolean):void
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Asset Composer“ 10.0 |
Laufzeitversionen: | AIR (unsupported), Flash Player 10.2 |
Moves the specified item within the list's content one position in the specified direction.
Parameter
sourceModule:IModuleInstance — The item to move.
| |
moveUp:Boolean — True to move up, false to move down.
|
removeContent | () | Methode |
public function removeContent(sourceModule:IModuleInstance):void
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Asset Composer“ 10.0 |
Laufzeitversionen: | AIR (unsupported), Flash Player 10.2 |
Removes the specified item from the list's collection if the item is found in the collection and is non mandatory
Parameter
sourceModule:IModuleInstance — The item to be removed.
|
setSkipStyle | () | Methode |
Tue Jun 12 2018, 10:04 AM Z