Pacote | com.adobe.icc.dc.domain |
Classe | public class ConditionModuleInstance |
Herança | ConditionModuleInstance BaseModuleInstance EventDispatcher Object |
Implementações | IContainerInstance |
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 |
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 | ||
contents : IList [somente leitura]
List of the contents associated with this Container instance. | ConditionModuleInstance | ||
contentVariables : IList [somente leitura]
The set of active variables for the module. | BaseModuleInstance | ||
controlVariables : IList [somente leitura]
Bindable/Read-only. | ConditionModuleInstance | ||
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 | ||
hasContentRemoved : Boolean [somente leitura]
True if the Condition has one or more content removed from it, than what was originall assigned. | ConditionModuleInstance | ||
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
| ConditionModuleInstance | ||
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 | ||
open : Boolean [somente leitura]
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 [somente leitura]
True if this module is optional in its container (based on the assignment, not the selected state). | BaseModuleInstance | ||
ordered : Boolean [somente leitura]
True if the container's contents order is fixed; false if its contents can be re-ordered. | ConditionModuleInstance | ||
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étodo | Definido por | ||
---|---|---|---|
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
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 | ||
Moves the specified item within the list's content one position in the specified direction. | ConditionModuleInstance | ||
Indica se a propriedade especificada existe e é enumerável. | 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 | ||
Remove um ouvinte do objeto EventDispatcher. | EventDispatcher | ||
Define a disponibilidade de uma propriedade dinâmica para operações de repetição. | Object | ||
[substituir]
| ConditionModuleInstance | ||
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étodo | Definido por | ||
---|---|---|---|
moduleDataChangeHandler(event:ModuleDataEvent):void [substituir]
Called when the module content's associated data object changes. | ConditionModuleInstance |
contents | propriedade |
contents:IList
[somente leitura] 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 |
List of the contents associated with this Container instance.
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 contents():IList
controlVariables | propriedade |
controlVariables:IList
[somente leitura] 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 control variables for the Condition.
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 controlVariables():IList
hasContentRemoved | propriedade |
hasContentRemoved:Boolean
[somente leitura] 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 |
True if the Condition has one or more content removed from it, than what was originall assigned. [Relevant when reloading]
Implementação
public function get hasContentRemoved():Boolean
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
open | propriedade |
open:Boolean
[somente leitura] 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 |
True if the container is open to extra content; false if it only allows content that was explicitly assigned to it in the letter.
Implementação
public function get open():Boolean
ordered | propriedade |
ordered:Boolean
[somente leitura] 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 |
True if the container's contents order is fixed; false if its contents can be re-ordered.
Implementação
public function get ordered():Boolean
ConditionModuleInstance | () | Construtor |
public function ConditionModuleInstance(vCondData:ConditionModuleData, 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âmetrosvCondData: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 | () | método |
override protected function moduleDataChangeHandler(event:ModuleDataEvent):void
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 |
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.
|
moveContent | () | método |
public function moveContent(sourceModule:IModuleInstance, moveUp:Boolean):void
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 |
Moves the specified item within the list's content one position in the specified direction.
Parâmetros
sourceModule:IModuleInstance — The item to move.
| |
moveUp:Boolean — True to move up, false to move down.
|
removeContent | () | método |
public function removeContent(sourceModule:IModuleInstance):void
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 |
Removes the specified item from the list's collection if the item is found in the collection and is non mandatory
Parâmetros
sourceModule:IModuleInstance — The item to be removed.
|
setSkipStyle | () | método |
Wed Jun 13 2018, 11:10 AM Z