Pacote | com.adobe.icc.dc.domain |
Classe | public class ImageModuleInstance |
Herança | ImageModuleInstance BaseModuleInstance EventDispatcher Object |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Composer Building Block 10.0 |
Versões de runtime: | AIR (unsupported), Flash Player 10.2 |
Propriedades públicas
Propriedade | Definido por | ||
---|---|---|---|
assignedPosition : int [somente leitura]
The assigned position of the module within its container. | BaseModuleInstance | ||
constructor : Object
Uma referência ao objeto de classe ou à função de construtor de uma determinada ocorrência de objeto. | Object | ||
contentBytes : ByteArray
The byte array representation of the underlying Image module instance associated with the letter. | ImageModuleInstance | ||
contentVariables : IList [substituir] [somente leitura]
Bindable/Read-only. | ImageModuleInstance | ||
description : String [somente leitura]
Description associated with this ModuleInstance. | BaseModuleInstance | ||
editable : Boolean [somente leitura]
True if this module is editable in its container (based on the assignment). | BaseModuleInstance | ||
extra : Boolean [somente leitura]
The flag indicating if this module was not assigned while creating the letter. | BaseModuleInstance | ||
hasConflict : Boolean [somente leitura]
The flag indicating if this module is conflicting with its latest version. | BaseModuleInstance | ||
id : String [somente leitura]
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 [substituir] [somente leitura]
Module type represented by this ModuleInstance: Text,Image,List,Condition
| ImageModuleInstance | ||
moduleVo : DataModule [somente leitura]
The instance of DataModule associated with this module instance. | BaseModuleInstance | ||
name : String [somente leitura]
Name associated with this ModuleInstance. | BaseModuleInstance | ||
newMandatory : Boolean [somente leitura]
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 [somente leitura]
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 [somente leitura]
True if this module is optional in its container (based on the assignment, not the selected state). | BaseModuleInstance | ||
parentContainer : IContainerInstance [somente leitura]
Parent container instance containing this ModuleInstance
| BaseModuleInstance | ||
preSelected : Boolean [somente leitura]
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 [somente leitura]
Skip Style of the module. | BaseModuleInstance | ||
tooltip : String [somente leitura]
Tooltip associated with this ModuleInstance. | BaseModuleInstance | ||
valid : Boolean [somente leitura]
Boolean indicating whether the content is valid
| BaseModuleInstance |
Métodos públicos
Método | Definido por | ||
---|---|---|---|
ImageModuleInstance(moduleData:ModuleData, vParentContainer:IContainerInstance = null, remod:ReloadModule = null)
Constructor. | ImageModuleInstance | ||
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registra um objeto de ouvinte de evento em um objeto EventDispatcher, de forma que o ouvinte receba a notificação de um evento. | EventDispatcher | ||
Envia um evento para o fluxo de eventos. | EventDispatcher | ||
Verifica se o objeto EventDispatcher tem ouvintes registrados para um tipo específico de evento. | EventDispatcher | ||
Indica se um objeto tem uma propriedade especificada definida. | Object | ||
Indica se uma ocorrência da classe Object está na cadeia de protótipos do objeto especificado como o parâmetro. | Object | ||
Indica se a propriedade especificada existe e é enumerável. | Object | ||
Refresh should be called when item is selected. | BaseModuleInstance | ||
Remove um ouvinte do objeto EventDispatcher. | EventDispatcher | ||
Define a disponibilidade de uma propriedade dinâmica para operações de repetição. | Object | ||
Retorna a representação da string deste objeto, formatado segundo as convenções específicas para a localidade. | Object | ||
Retorna a representação de string do objeto especificado. | Object | ||
Retorna o valor primitivo do objeto especificado. | Object | ||
Verifica se um ouvinte de evento está registrado nesse objeto EventDispatcher ou em qualquer um de seus ancestrais para o tipo de evento especificado. | EventDispatcher |
Métodos protegidos
Eventos
Detalhes da propriedade
contentBytes | propriedade |
contentBytes:ByteArray
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Composer Building Block 10.0 |
Versões de runtime: | AIR (unsupported), Flash Player 10.2 |
The byte array representation of the underlying Image module instance associated with the letter.
Essa propriedade pode ser usada como a origem para o vínculo de dados. Quando essa propriedade é modificada, ela despacha o evento propertyChange
.
Implementação
public function get contentBytes():ByteArray
public function set contentBytes(value:ByteArray):void
contentVariables | propriedade |
contentVariables:IList
[somente leitura] [substituir] Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Composer Building Block 10.0 |
Versões de runtime: | AIR (unsupported), Flash Player 10.2 |
Bindable/Read-only. The set of active variables for the module. Empty if there are none.
Essa propriedade pode ser usada como a origem para o vínculo de dados. Quando essa propriedade é modificada, ela despacha o evento propertyChange
.
Implementação
override public function get contentVariables():IList
moduleType | propriedade |
moduleType:String
[somente leitura] [substituir] Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Composer Building Block 10.0 |
Versões de runtime: | AIR (unsupported), Flash Player 10.2 |
Module type represented by this ModuleInstance: Text,Image,List,Condition
Implementação
override public function get moduleType():String
Elementos da API relacionados
ModuleInstancefactory.MODULETYPE_IMAGE
Detalhes do construtor
ImageModuleInstance | () | Construtor |
public function ImageModuleInstance(moduleData:ModuleData, vParentContainer:IContainerInstance = null, remod:ReloadModule = null)
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Composer Building Block 10.0 |
Versões de runtime: | AIR (unsupported), Flash Player 10.2 |
Constructor.
ParâmetrosmoduleData:ModuleData — ModuleData object represented by this instance.
| |
vParentContainer:IContainerInstance (default = null ) — Container of the Image Module that can be a list or a target area.
| |
remod:ReloadModule (default = null ) — Reload Module for the case of correspondence reload.
|
Wed Jun 13 2018, 11:10 AM Z