ActionScript® 3.0 Referenzhandbuch für die Adobe® Flash®-Plattform
Home  |  Liste der Pakete und Klassen ausblenden |  Pakete  |  Klassen  |  Neue Funktionen  |  Stichwortverzeichnis  |  Anhänge  |  Warum auf Englisch?
Filter: Daten werden vom Server abgerufen...
Daten werden vom Server abgerufen...
com.adobe.icc.dc.domain 

IModuleInstance  - AS3 Asset Composer

Paketcom.adobe.icc.dc.domain
Schnittstellepublic interface IModuleInstance extends IValidation , IEventDispatcher
Umsetzer BaseModuleInstance

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Asset Composer“ 10
Laufzeitversionen: AIR (unsupported), Flash Player 10.2

Domain model Interface corresponding to all data modules



Öffentliche Eigenschaften
 EigenschaftDefiniert von
  assignedPosition : int
[schreibgeschützt] The assigned position of the module within its container.
IModuleInstance
  contentVariables : IList
[schreibgeschützt] The set of active variables for the module.
IModuleInstance
  description : String
[schreibgeschützt] Description associated with this ModuleInstance.
IModuleInstance
  editable : Boolean
[schreibgeschützt] True if this module is editable in its container (based on the assignment).
IModuleInstance
  extra : Boolean
[schreibgeschützt] The flag indicating if this module was not assigned while creating the letter.
IModuleInstance
  hasConflict : Boolean
[schreibgeschützt] The flag indicating if this module is conflicting with its latest version.
IModuleInstance
  id : String
[schreibgeschützt] Unique identification associated with this ModuleInstance.
IModuleInstance
  indentationLevel : Number
The level of indentation of the module with respect to the container holding the module instance.
IModuleInstance
  moduleType : String
[schreibgeschützt] Module type represented by this ModuleInstance: Text,Image,List,Condition
IModuleInstance
  moduleVo : DataModule
[schreibgeschützt] The instance of DataModule associated with this module instance.
IModuleInstance
  name : String
[schreibgeschützt] Name associated with this ModuleInstance.
IModuleInstance
  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.
IModuleInstance
  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.
IModuleInstance
  occur : int
The occurrence index of this content within its parent container.
IModuleInstance
  optional : Boolean
[schreibgeschützt] True if this module is optional in its container (based on the assignment, not the selected state).
IModuleInstance
  parentContainer : IContainerInstance
[schreibgeschützt] Parent container instance containing this ModuleInstance
IModuleInstance
  preSelected : Boolean
[schreibgeschützt] True if this module is pre-selected/removable in its container (based on the assignment, not the selected state).
IModuleInstance
  selected : Boolean
Is the module is selected to be included in letter
IModuleInstance
  selectedPosition : int
Position of the content in it's container among all the selected contents of the container.
IModuleInstance
  skipStyle : Boolean
[schreibgeschützt] Skip Style of the module.
IModuleInstance
  tooltip : String
[schreibgeschützt] Tooltip associated with this ModuleInstance.
IModuleInstance
 Inheritedvalid : Boolean
[schreibgeschützt] Boolean indicating whether the content is valid
IValidation
Öffentliche Methoden
 MethodeDefiniert von
 Inherited
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.
IEventDispatcher
 Inherited
Sendet ein Ereignis in den Ereignisablauf.
IEventDispatcher
 Inherited
Überprüft, ob das EventDispatcher-Objekt Listener für einen bestimmten Ereignistyp registriert hat.
IEventDispatcher
 Inherited
Refresh should be called when item is selected.
IValidation
 Inherited
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
Entfernt einen Listener aus dem EventDispatcher-Objekt.
IEventDispatcher
 Inherited
Überprüft, ob bei diesem EventDispatcher-Objekt oder bei einem seiner Vorgänger ein Ereignis-Listener für einen bestimmten Ereignistyp registriert ist.
IEventDispatcher
Eigenschaftendetails

assignedPosition

Eigenschaft
assignedPosition:int  [schreibgeschützt]

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Asset Composer“ 10.0
Laufzeitversionen: AIR (unsupported), Flash Player 10.2

The assigned position of the module within its container.



Implementierung
    public function get assignedPosition():int

contentVariables

Eigenschaft 
contentVariables:IList  [schreibgeschützt]

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Asset Composer“ 10.0
Laufzeitversionen: AIR (unsupported), Flash Player 10.2

The set of active variables for the module. Empty if there are none.

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 contentVariables():IList

description

Eigenschaft 
description:String  [schreibgeschützt]

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Asset Composer“ 10.0
Laufzeitversionen: AIR (unsupported), Flash Player 10.2

Description associated with this ModuleInstance.



Implementierung
    public function get description():String

editable

Eigenschaft 
editable:Boolean  [schreibgeschützt]

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Asset Composer“ 10.0
Laufzeitversionen: AIR (unsupported), Flash Player 10.2

True if this module is editable in its container (based on the assignment).



Implementierung
    public function get editable():Boolean

extra

Eigenschaft 
extra:Boolean  [schreibgeschützt]

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Asset Composer“ 10.0
Laufzeitversionen: AIR (unsupported), Flash Player 10.2

The flag indicating if this module was not assigned while creating the letter. For e.g a module added to the letter through Library access will have extra attribute as true.

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 extra():Boolean

hasConflict

Eigenschaft 
hasConflict:Boolean  [schreibgeschützt]

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Asset Composer“ 10.0
Laufzeitversionen: AIR (unsupported), Flash Player 10.2

The flag indicating if this module is conflicting with its latest version.



Implementierung
    public function get hasConflict():Boolean

id

Eigenschaft 
id:String  [schreibgeschützt]

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Asset Composer“ 10.0
Laufzeitversionen: AIR (unsupported), Flash Player 10.2

Unique identification associated with this ModuleInstance.



Implementierung
    public function get id():String

indentationLevel

Eigenschaft 
indentationLevel:Number

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Asset Composer“ 10.0
Laufzeitversionen: AIR (unsupported), Flash Player 10.2

The level of indentation of the module with respect to the container holding the module 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 indentationLevel():Number
    public function set indentationLevel(value:Number):void

moduleType

Eigenschaft 
moduleType:String  [schreibgeschützt]

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
    public function get moduleType():String

Verwandte API-Elemente

com.adobe.icc.dc.domain.ModuleInstancefactory

moduleVo

Eigenschaft 
moduleVo:DataModule  [schreibgeschützt]

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
    public function get moduleVo():DataModule

name

Eigenschaft 
name:String  [schreibgeschützt]

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Asset Composer“ 10.0
Laufzeitversionen: AIR (unsupported), Flash Player 10.2

Name associated with this ModuleInstance.

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 name():String

newMandatory

Eigenschaft 
newMandatory:Boolean  [schreibgeschützt]

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Asset Composer“ 10.0
Laufzeitversionen: AIR (unsupported), Flash Player 10.2

The flag indicating if this module was not mandatory earlier but is now mandatory when considering the latest version of the module instance.



Implementierung
    public function get newMandatory():Boolean

nonEditableOverride

Eigenschaft 
nonEditableOverride:Boolean  [schreibgeschützt]

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Asset Composer“ 10.0
Laufzeitversionen: AIR (unsupported), Flash Player 10.2

The flag indicating if this module was editable earlier but is now non-editable when considering the latest version of the module instance.



Implementierung
    public function get nonEditableOverride():Boolean

occur

Eigenschaft 
occur:int

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Asset Composer“ 10.0
Laufzeitversionen: AIR (unsupported), Flash Player 10.2

The occurrence index of this content within its parent container. If there are multiple instances of the module in the container, each module content instance (for those assigned module instances) will get a unique occurrence index. Once assigned, the occurrence should be retained to idenfity instances of a particular module occurrence (e.g. text module tm is assigned twice to the same target/list therefore each occurrence will be identified as tm0 and tm1, respectfully, but note that if tm1 is cloned 4 times, it remains tm1 in the container's selection as instances of the original tm1 occurrence).

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 occur():int
    public function set occur(value:int):void

optional

Eigenschaft 
optional:Boolean  [schreibgeschützt]

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Asset Composer“ 10.0
Laufzeitversionen: AIR (unsupported), Flash Player 10.2

True if this module is optional in its container (based on the assignment, not the selected state).



Implementierung
    public function get optional():Boolean

parentContainer

Eigenschaft 
parentContainer:IContainerInstance  [schreibgeschützt]

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Asset Composer“ 10.0
Laufzeitversionen: AIR (unsupported), Flash Player 10.2

Parent container instance containing this ModuleInstance



Implementierung
    public function get parentContainer():IContainerInstance

preSelected

Eigenschaft 
preSelected:Boolean  [schreibgeschützt]

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Asset Composer“ 10.0
Laufzeitversionen: AIR (unsupported), Flash Player 10.2

True if this module is pre-selected/removable in its container (based on the assignment, not the selected state).



Implementierung
    public function get preSelected():Boolean

selected

Eigenschaft 
selected:Boolean

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Asset Composer“ 10.0
Laufzeitversionen: AIR (unsupported), Flash Player 10.2

Is the module is selected to be included in letter

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 selected():Boolean
    public function set selected(value:Boolean):void

selectedPosition

Eigenschaft 
selectedPosition:int

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Asset Composer“ 10.0
Laufzeitversionen: AIR (unsupported), Flash Player 10.2

Position of the content in it's container among all the selected contents of the container. -1 if the content is not selected.

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 selectedPosition():int
    public function set selectedPosition(value:int):void

skipStyle

Eigenschaft 
skipStyle:Boolean  [schreibgeschützt]

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Asset Composer“ 10.0
Laufzeitversionen: AIR (unsupported), Flash Player 10.2

Skip Style of the module. If this is a List or Condition, the skipChildren option would decide whether or not to skip the child modules or not.

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 skipStyle():Boolean

tooltip

Eigenschaft 
tooltip:String  [schreibgeschützt]

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Asset Composer“ 10.0
Laufzeitversionen: AIR (unsupported), Flash Player 10.2

Tooltip associated with this ModuleInstance.



Implementierung
    public function get tooltip():String




[ X ]Warum auf Englisch?
Inhalt des ActionScript 3.0-Referenzhandbuchs wird in englischer Sprache angezeigt

Nicht alle Teile des ActionScript 3.0-Referenzhandbuchs wurden in alle Sprachen übersetzt. Wenn der Text zu einem Sprachelement nicht übersetzt wurde, wird er auf Englisch angezeigt. Zum Beispiel wurden die Informationen zur ga.controls.HelpBox-Klasse nicht in andere Sprachen übersetzt. In der deutschen Version des Referenzhandbuchs erscheint der Abschnitt zur ga.controls.HelpBox-Klasse deshalb auf Englisch.