Referencia de ActionScript® 3.0 para la plataforma de Adobe® Flash®
Inicio  |  Ocultar lista de paquetes y clases |  Paquetes  |  Clases  |  Novedades  |  Índice  |  Apéndices  |  ¿Por qué hay texto en inglés?
Filtros: Recuperando datos del servidor...
Recuperando datos del servidor...
com.adobe.icc.dc.domain 

IModuleInstance  - AS3 Asset Composer

Paquetecom.adobe.icc.dc.domain
Interfazpublic interface IModuleInstance extends IValidation , IEventDispatcher
Implementadores BaseModuleInstance

Versión del lenguaje: ActionScript 3.0
Versión de producto: Bloque de construcción Asset Composer 10
Versiones de motor de ejecución: AIR (unsupported), Flash Player 10.2

Domain model Interface corresponding to all data modules



Propiedades públicas
 PropiedadDefinido por
  assignedPosition : int
[solo lectura] The assigned position of the module within its container.
IModuleInstance
  contentVariables : IList
[solo lectura] The set of active variables for the module.
IModuleInstance
  description : String
[solo lectura] Description associated with this ModuleInstance.
IModuleInstance
  editable : Boolean
[solo lectura] True if this module is editable in its container (based on the assignment).
IModuleInstance
  extra : Boolean
[solo lectura] The flag indicating if this module was not assigned while creating the letter.
IModuleInstance
  hasConflict : Boolean
[solo lectura] The flag indicating if this module is conflicting with its latest version.
IModuleInstance
  id : String
[solo lectura] 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
[solo lectura] Module type represented by this ModuleInstance: Text,Image,List,Condition
IModuleInstance
  moduleVo : DataModule
[solo lectura] The instance of DataModule associated with this module instance.
IModuleInstance
  name : String
[solo lectura] Name associated with this ModuleInstance.
IModuleInstance
  newMandatory : Boolean
[solo lectura] 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
[solo lectura] 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
[solo lectura] True if this module is optional in its container (based on the assignment, not the selected state).
IModuleInstance
  parentContainer : IContainerInstance
[solo lectura] Parent container instance containing this ModuleInstance
IModuleInstance
  preSelected : Boolean
[solo lectura] 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
[solo lectura] Skip Style of the module.
IModuleInstance
  tooltip : String
[solo lectura] Tooltip associated with this ModuleInstance.
IModuleInstance
 Inheritedvalid : Boolean
[solo lectura] Boolean indicating whether the content is valid
IValidation
Métodos públicos
 MétodoDefinido por
 Inherited
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registra un objeto de detector de eventos con un objeto EventDispatcher, de modo que el detector reciba la notificación de un evento.
IEventDispatcher
 Inherited
Distribuye un evento en el flujo del evento.
IEventDispatcher
 Inherited
Comprueba si el objeto EventDispatcher tiene detectores registrados para un tipo concreto de evento.
IEventDispatcher
 Inherited
Refresh should be called when item is selected.
IValidation
 Inherited
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
Elimina un detector del objeto EventDispatcher.
IEventDispatcher
 Inherited
Comprueba si hay registrado un detector de eventos con este objeto EventDispatcher o con cualquiera de sus ascendientes para el tipo de evento concreto.
IEventDispatcher
Información sobre propiedades

assignedPosition

propiedad
assignedPosition:int  [solo lectura]

Versión del lenguaje: ActionScript 3.0
Versión de producto: Bloque de construcción Asset Composer 10.0
Versiones de motor de ejecución: AIR (unsupported), Flash Player 10.2

The assigned position of the module within its container.



Implementación
    public function get assignedPosition():int

contentVariables

propiedad 
contentVariables:IList  [solo lectura]

Versión del lenguaje: ActionScript 3.0
Versión de producto: Bloque de construcción Asset Composer 10.0
Versiones de motor de ejecución: AIR (unsupported), Flash Player 10.2

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

Esta propiedad se puede utilizar como origen para la vinculación de datos. Cuando se modifica esta propiedad, distribuye el evento propertyChange .



Implementación
    public function get contentVariables():IList

description

propiedad 
description:String  [solo lectura]

Versión del lenguaje: ActionScript 3.0
Versión de producto: Bloque de construcción Asset Composer 10.0
Versiones de motor de ejecución: AIR (unsupported), Flash Player 10.2

Description associated with this ModuleInstance.



Implementación
    public function get description():String

editable

propiedad 
editable:Boolean  [solo lectura]

Versión del lenguaje: ActionScript 3.0
Versión de producto: Bloque de construcción Asset Composer 10.0
Versiones de motor de ejecución: AIR (unsupported), Flash Player 10.2

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



Implementación
    public function get editable():Boolean

extra

propiedad 
extra:Boolean  [solo lectura]

Versión del lenguaje: ActionScript 3.0
Versión de producto: Bloque de construcción Asset Composer 10.0
Versiones de motor de ejecución: 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.

Esta propiedad se puede utilizar como origen para la vinculación de datos. Cuando se modifica esta propiedad, distribuye el evento propertyChange .



Implementación
    public function get extra():Boolean

hasConflict

propiedad 
hasConflict:Boolean  [solo lectura]

Versión del lenguaje: ActionScript 3.0
Versión de producto: Bloque de construcción Asset Composer 10.0
Versiones de motor de ejecución: AIR (unsupported), Flash Player 10.2

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



Implementación
    public function get hasConflict():Boolean

id

propiedad 
id:String  [solo lectura]

Versión del lenguaje: ActionScript 3.0
Versión de producto: Bloque de construcción Asset Composer 10.0
Versiones de motor de ejecución: AIR (unsupported), Flash Player 10.2

Unique identification associated with this ModuleInstance.



Implementación
    public function get id():String

indentationLevel

propiedad 
indentationLevel:Number

Versión del lenguaje: ActionScript 3.0
Versión de producto: Bloque de construcción Asset Composer 10.0
Versiones de motor de ejecución: AIR (unsupported), Flash Player 10.2

The level of indentation of the module with respect to the container holding the module instance.

Esta propiedad se puede utilizar como origen para la vinculación de datos. Cuando se modifica esta propiedad, distribuye el evento propertyChange .



Implementación
    public function get indentationLevel():Number
    public function set indentationLevel(value:Number):void

moduleType

propiedad 
moduleType:String  [solo lectura]

Versión del lenguaje: ActionScript 3.0
Versión de producto: Bloque de construcción Asset Composer 10.0
Versiones de motor de ejecución: AIR (unsupported), Flash Player 10.2

Module type represented by this ModuleInstance: Text,Image,List,Condition



Implementación
    public function get moduleType():String

Elementos de API relacionados

com.adobe.icc.dc.domain.ModuleInstancefactory

moduleVo

propiedad 
moduleVo:DataModule  [solo lectura]

Versión del lenguaje: ActionScript 3.0
Versión de producto: Bloque de construcción Asset Composer 10.0
Versiones de motor de ejecución: AIR (unsupported), Flash Player 10.2

The instance of DataModule associated with this module instance.



Implementación
    public function get moduleVo():DataModule

name

propiedad 
name:String  [solo lectura]

Versión del lenguaje: ActionScript 3.0
Versión de producto: Bloque de construcción Asset Composer 10.0
Versiones de motor de ejecución: AIR (unsupported), Flash Player 10.2

Name associated with this ModuleInstance.

Esta propiedad se puede utilizar como origen para la vinculación de datos. Cuando se modifica esta propiedad, distribuye el evento propertyChange .



Implementación
    public function get name():String

newMandatory

propiedad 
newMandatory:Boolean  [solo lectura]

Versión del lenguaje: ActionScript 3.0
Versión de producto: Bloque de construcción Asset Composer 10.0
Versiones de motor de ejecución: 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.



Implementación
    public function get newMandatory():Boolean

nonEditableOverride

propiedad 
nonEditableOverride:Boolean  [solo lectura]

Versión del lenguaje: ActionScript 3.0
Versión de producto: Bloque de construcción Asset Composer 10.0
Versiones de motor de ejecución: 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.



Implementación
    public function get nonEditableOverride():Boolean

occur

propiedad 
occur:int

Versión del lenguaje: ActionScript 3.0
Versión de producto: Bloque de construcción Asset Composer 10.0
Versiones de motor de ejecución: 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).

Esta propiedad se puede utilizar como origen para la vinculación de datos. Cuando se modifica esta propiedad, distribuye el evento propertyChange .



Implementación
    public function get occur():int
    public function set occur(value:int):void

optional

propiedad 
optional:Boolean  [solo lectura]

Versión del lenguaje: ActionScript 3.0
Versión de producto: Bloque de construcción Asset Composer 10.0
Versiones de motor de ejecución: AIR (unsupported), Flash Player 10.2

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



Implementación
    public function get optional():Boolean

parentContainer

propiedad 
parentContainer:IContainerInstance  [solo lectura]

Versión del lenguaje: ActionScript 3.0
Versión de producto: Bloque de construcción Asset Composer 10.0
Versiones de motor de ejecución: AIR (unsupported), Flash Player 10.2

Parent container instance containing this ModuleInstance



Implementación
    public function get parentContainer():IContainerInstance

preSelected

propiedad 
preSelected:Boolean  [solo lectura]

Versión del lenguaje: ActionScript 3.0
Versión de producto: Bloque de construcción Asset Composer 10.0
Versiones de motor de ejecución: 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).



Implementación
    public function get preSelected():Boolean

selected

propiedad 
selected:Boolean

Versión del lenguaje: ActionScript 3.0
Versión de producto: Bloque de construcción Asset Composer 10.0
Versiones de motor de ejecución: AIR (unsupported), Flash Player 10.2

Is the module is selected to be included in letter

Esta propiedad se puede utilizar como origen para la vinculación de datos. Cuando se modifica esta propiedad, distribuye el evento propertyChange .



Implementación
    public function get selected():Boolean
    public function set selected(value:Boolean):void

selectedPosition

propiedad 
selectedPosition:int

Versión del lenguaje: ActionScript 3.0
Versión de producto: Bloque de construcción Asset Composer 10.0
Versiones de motor de ejecución: 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.

Esta propiedad se puede utilizar como origen para la vinculación de datos. Cuando se modifica esta propiedad, distribuye el evento propertyChange .



Implementación
    public function get selectedPosition():int
    public function set selectedPosition(value:int):void

skipStyle

propiedad 
skipStyle:Boolean  [solo lectura]

Versión del lenguaje: ActionScript 3.0
Versión de producto: Bloque de construcción Asset Composer 10.0
Versiones de motor de ejecución: 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.

Esta propiedad se puede utilizar como origen para la vinculación de datos. Cuando se modifica esta propiedad, distribuye el evento propertyChange .



Implementación
    public function get skipStyle():Boolean

tooltip

propiedad 
tooltip:String  [solo lectura]

Versión del lenguaje: ActionScript 3.0
Versión de producto: Bloque de construcción Asset Composer 10.0
Versiones de motor de ejecución: AIR (unsupported), Flash Player 10.2

Tooltip associated with this ModuleInstance.



Implementación
    public function get tooltip():String




[ X ]¿Por qué hay texto en inglés?
Cierto contenido de la Referencia de ActionScript 3.0 se muestra en inglés

No todo el contenido de la Referencia de ActionScript 3.0 se traduce a todos los idiomas. Si un elemento del lenguaje no se traduce, aparecerá en inglés. Por ejemplo, la clase ga.controls.HelpBox no está traducida en ningún idioma. Por lo tanto, en la versión en español de la referencia, la clase ga.controls.HelpBox aparecerá en inglés.