Paquete | com.adobe.icc.dc.domain |
Clase | public class BaseModuleInstance |
Herencia | BaseModuleInstance EventDispatcher Object |
Implementa | IModuleInstance |
Subclases | ConditionModuleInstance, ImageModuleInstance, ListModuleInstance, TextModuleInstance |
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 |
Propiedad | Definido por | ||
---|---|---|---|
assignedPosition : int [solo lectura]
The assigned position of the module within its container. | BaseModuleInstance | ||
constructor : Object
Una referencia a la clase de objeto o función constructora para una instancia de objeto determinada. | Object | ||
contentVariables : IList [solo lectura]
The set of active variables for the module. | BaseModuleInstance | ||
description : String [solo lectura]
Description associated with this ModuleInstance. | BaseModuleInstance | ||
editable : Boolean [solo lectura]
True if this module is editable in its container (based on the assignment). | BaseModuleInstance | ||
extra : Boolean [solo lectura]
The flag indicating if this module was not assigned while creating the letter. | BaseModuleInstance | ||
hasConflict : Boolean [solo lectura]
The flag indicating if this module is conflicting with its latest version. | BaseModuleInstance | ||
id : String [solo lectura]
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 [solo lectura]
Module type represented by this ModuleInstance: Text,Image,List,Condition
| BaseModuleInstance | ||
moduleVo : DataModule [solo lectura]
The instance of DataModule associated with this module instance. | BaseModuleInstance | ||
name : String [solo lectura]
Name associated with this ModuleInstance. | BaseModuleInstance | ||
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. | BaseModuleInstance | ||
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. | BaseModuleInstance | ||
occur : int
The occurrence index of this content within its parent container. | BaseModuleInstance | ||
optional : Boolean [solo lectura]
True if this module is optional in its container (based on the assignment, not the selected state). | BaseModuleInstance | ||
parentContainer : IContainerInstance [solo lectura]
Parent container instance containing this ModuleInstance
| BaseModuleInstance | ||
preSelected : Boolean [solo lectura]
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 [solo lectura]
Skip Style of the module. | BaseModuleInstance | ||
tooltip : String [solo lectura]
Tooltip associated with this ModuleInstance. | BaseModuleInstance | ||
valid : Boolean [solo lectura]
Boolean indicating whether the content is valid
| BaseModuleInstance |
Método | Definido por | ||
---|---|---|---|
BaseModuleInstance(remod:ReloadModule = null)
Constructor. | BaseModuleInstance | ||
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. | EventDispatcher | ||
Distribuye un evento en el flujo del evento. | EventDispatcher | ||
Comprueba si el objeto EventDispatcher tiene detectores registrados para un tipo concreto de evento. | EventDispatcher | ||
Indica si un objeto tiene definida una propiedad especificada. | Object | ||
Indica si hay una instancia de la clase Object en la cadena de prototipo del objeto especificado como parámetro. | Object | ||
Indica si existe la propiedad especificada y si es enumerable. | Object | ||
Refresh should be called when item is selected. | BaseModuleInstance | ||
Elimina un detector del objeto EventDispatcher. | EventDispatcher | ||
Establece la disponibilidad de una propiedad dinámica para operaciones de bucle. | Object | ||
Devuelve la representación de cadena de este objeto, con formato según las convenciones específicas de configuración regional. | Object | ||
Devuelve la representación de cadena del objeto especificado. | Object | ||
Devuelve el valor simple del objeto especificado. | Object | ||
Comprueba si hay registrado un detector de eventos con este objeto EventDispatcher o con cualquiera de sus ascendientes para el tipo de evento concreto. | EventDispatcher |
Método | Definido por | ||
---|---|---|---|
moduleDataChangeHandler(event:ModuleDataEvent):void
Called when the module content's associated data object changes. | BaseModuleInstance |
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
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 |
valid | propiedad |
valid: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 |
Boolean indicating whether the content is valid
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 valid():Boolean
BaseModuleInstance | () | Información sobre |
public function BaseModuleInstance(remod:ReloadModule = null)
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 |
Constructor.
Parámetrosremod:ReloadModule (default = null ) — Reload Module for the case of correspondence reload.
|
moduleDataChangeHandler | () | método |
protected function moduleDataChangeHandler(event:ModuleDataEvent):void
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 |
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.
Parámetros
event:ModuleDataEvent — The ModuleDataEvent event dispatched on module data change.
|
refresh | () | método |
public function refresh():void
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 |
Refresh should be called when item is selected. This is useful in case when the the item is deselcted. In that case, if there is any change in variable value/ field value etc., those changes may not be propagated to module.
Tue Jun 12 2018, 02:12 PM Z