Pacote | com.adobe.icc.dc.domain |
Classe | public class ListModuleInstance |
Herança | ListModuleInstance 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. | ListModuleInstance | ||
contentVariables : IList [somente leitura]
The set of active variables for the module. | BaseModuleInstance | ||
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 List has one or more content removed from it, than what was originall assigned. | ListModuleInstance | ||
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
| ListModuleInstance | ||
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. | ListModuleInstance | ||
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. | ListModuleInstance | ||
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 | ||
---|---|---|---|
ListModuleInstance(vListData:ListData, vParentContainer:IContainerInstance = null, remod:ReloadModule = null)
Constructor. | ListModuleInstance | ||
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 | ||
Inserts the specified raw DataModule into the list's contents as extra selected content if list is open. | ListModuleInstance | ||
Envia um evento para o fluxo de eventos. | EventDispatcher | ||
If true, the numbering across the modules of the target List module would be compounded (i.e. | ListModuleInstance | ||
If true, the List's own style is ignored, and the numbering would continue from the outer List
(as if the modules of the nested list were part of the outer list itself), disregarding any styles specified on
the nested List. | ListModuleInstance | ||
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. | ListModuleInstance | ||
Indica se a propriedade especificada existe e é enumerável. | Object | ||
[substituir]
Refresh should be called when item is selected. | ListModuleInstance | ||
Removes the specified item from the list's collection if the item is found in the collection and is non mandatory
| ListModuleInstance | ||
Remove um ouvinte do objeto EventDispatcher. | EventDispatcher | ||
Define a disponibilidade de uma propriedade dinâmica para operações de repetição. | Object | ||
[substituir]
| ListModuleInstance | ||
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 |
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
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 List 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
ListModuleInstance | () | Construtor |
public function ListModuleInstance(vListData:ListData, 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âmetrosvListData:ListData — ListData object represented by this instance.
| |
vParentContainer:IContainerInstance (default = null ) — Container of the List Module that can be a list or a target area.
| |
remod:ReloadModule (default = null ) — Reload Module for the case of correspondence reload.
|
addRawModule | () | método |
public function addRawModule(dataModule:DataModule, position:int = -1):IModuleInstance
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 |
Inserts the specified raw DataModule
into the list's contents as extra selected content if list is open.
Parâmetros
dataModule:DataModule — dataModule The module to select/insert.
| |
position:int (default = -1 ) — The absolute position at which to insert the module into the contents list. The dataModule becomes the new element
at that position in the list. If position is less than zero or beyond the end of the list, the content is
appended. If the list is fixed-order, then module is appended at end.
|
IModuleInstance —
|
getCompoundNumbering | () | método |
public function getCompoundNumbering():Boolean
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 |
If true, the numbering across the modules of the target List module would be compounded (i.e. of the format '1.1., 1.2.,...' or '1.a., 1.b.,...', etc.) When including a (nested) 'Plain/Bulleted' List as a target with the Compound Numbering option checked, the compound numbering style is applied as per the outer List's style. For instance, if the outer List has a style of '1, 2, 3..', the numbering on the nested List would be '1.1., 1.2...'; if the outer List has a style of 'A, B, C..', the numbering on the nested List would be 'A.A.., A.B....'; and so on.
RetornaBoolean —
|
getIgnoreListStyle | () | método |
public function getIgnoreListStyle():Boolean
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 |
If true, the List's own style is ignored, and the numbering would continue from the outer List (as if the modules of the nested list were part of the outer list itself), disregarding any styles specified on the nested List.
RetornaBoolean —
|
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.
|
refresh | () | método |
override public function refresh():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 |
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.
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