Pacchetto | com.adobe.icc.editors.model |
Classe | public class ListAssignmentModel |
Ereditarietà | ListAssignmentModel EventDispatcher Object |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 9.5 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
ListAssignmentModel
class represents the domain object
for the assignments related to the list data module.
Domain objects can be leveraged to build presentation on top of them. They ease the
process of coding views by abstracting all the service calls and maintaining meaningful
states.
Proprietà | Definito da | ||
---|---|---|---|
compound : Boolean
Only applicable if the 'target' is a List Module. | ListAssignmentModel | ||
constructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto. | Object | ||
editable : Boolean
True if the item's value can be edited at runtime. | ListAssignmentModel | ||
ignoreListStyle : Boolean
Only applicable if the 'target' is a List Module. | ListAssignmentModel | ||
indentationLevel : Number
Specifies The indentation level for the target data module. | ListAssignmentModel | ||
optional : Boolean
True if the item is not a mandatory inclusion in the list. | ListAssignmentModel | ||
position : int
The position of List item within the List. | ListAssignmentModel | ||
preSelected : Boolean
True if the item is pre-selected in the list at runtime. | ListAssignmentModel | ||
skipListStyle : Boolean
If true, the numbering style is not applied to the item. | ListAssignmentModel | ||
target : ModuleModel
The data module that is the item in the list. | ListAssignmentModel | ||
vo : LDMAssignment
The underlying assignment value object. | ListAssignmentModel |
Metodo | Definito da | ||
---|---|---|---|
ListAssignmentModel(vo:LDMAssignment = null)
Constructor for creating List Assignment Domain Model
| ListAssignmentModel | ||
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registra un oggetto listener di eventi con un oggetto EventDispatcher, in modo che il listener riceva la notifica di un evento. | EventDispatcher | ||
Invia un evento nel flusso di eventi. | EventDispatcher | ||
Verifica se per l'oggetto EventDispatcher sono presenti listener registrati per un tipo specifico di evento. | EventDispatcher | ||
Indica se per un oggetto è definita una proprietà specifica. | Object | ||
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro. | Object | ||
Indica se la proprietà specificata esiste ed è enumerabile. | Object | ||
Rimuove un listener dall'oggetto EventDispatcher. | EventDispatcher | ||
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche. | Object | ||
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate. | Object | ||
Restituisce la rappresentazione in formato stringa dell'oggetto specificato. | Object | ||
Restituisce il valore di base dell'oggetto specificato. | Object | ||
Verifica se un listener di eventi è registrato con questo oggetto EventDispatcher o qualsiasi suo antenato per il tipo di evento specificato. | EventDispatcher |
compound | proprietà |
compound:Boolean
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 9.5 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Only applicable if the 'target' is a List Module. 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.
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento valueObjectChange
.
Implementazione
public function get compound():Boolean
public function set compound(value:Boolean):void
editable | proprietà |
editable:Boolean
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 9.5 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
True if the item's value can be edited at runtime.
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento valueObjectChange
.
Implementazione
public function get editable():Boolean
public function set editable(value:Boolean):void
ignoreListStyle | proprietà |
ignoreListStyle:Boolean
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 9.5 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Only applicable if the 'target' is a List Module. 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.
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento valueObjectChange
.
Implementazione
public function get ignoreListStyle():Boolean
public function set ignoreListStyle(value:Boolean):void
indentationLevel | proprietà |
indentationLevel:Number
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 9.5 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Specifies The indentation level for the target data module.
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento valueObjectChange
.
Implementazione
public function get indentationLevel():Number
public function set indentationLevel(value:Number):void
optional | proprietà |
optional:Boolean
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 9.5 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
True if the item is not a mandatory inclusion in the list.
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento valueObjectChange
.
Implementazione
public function get optional():Boolean
public function set optional(value:Boolean):void
position | proprietà |
preSelected | proprietà |
preSelected:Boolean
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 9.5 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
True if the item is pre-selected in the list at runtime.
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento valueObjectChange
.
Implementazione
public function get preSelected():Boolean
public function set preSelected(value:Boolean):void
skipListStyle | proprietà |
skipListStyle:Boolean
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 9.5 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
If true, the numbering style is not applied to the item.
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento skipListStyleChange
.
Implementazione
public function get skipListStyle():Boolean
public function set skipListStyle(value:Boolean):void
target | proprietà |
target:ModuleModel
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 9.5 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The data module that is the item in the list.
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento targetChange
.
Implementazione
public function get target():ModuleModel
public function set target(value:ModuleModel):void
vo | proprietà |
vo:LDMAssignment
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 9.5 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The underlying assignment value object.
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento valueObjectChange
.
Implementazione
public function get vo():LDMAssignment
public function set vo(value:LDMAssignment):void
ListAssignmentModel | () | Funzione di costruzione |
public function ListAssignmentModel(vo:LDMAssignment = null)
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 9.5 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructor for creating List Assignment Domain Model
Parametrivo:LDMAssignment (default = null ) — LDMAssignment object. If it's null, a new LDMAssignment object is created.
|
Tue Jun 12 2018, 02:44 PM Z