| Pakket | com.adobe.icc.editors.model |
| Klasse | public class ListAssignmentModel |
| Overerving | ListAssignmentModel EventDispatcher Object |
| Taalversie: | ActionScript 3.0 |
| Productversie: | Asset Composer Building Block 9.5 |
| Runtimeversies: | 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.
| Eigenschap | Gedefinieerd door | ||
|---|---|---|---|
| compound : Boolean
Only applicable if the 'target' is a List Module. | ListAssignmentModel | ||
![]() | constructor : Object
Verwijzing naar het klasseobject of de constructorfunctie van een bepaalde objectinstantie. | 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 | ||
| Methode | Gedefinieerd door | ||
|---|---|---|---|
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
Registreert een gebeurtenislistenerobject bij een object EventDispatcher, zodat de listener een melding van een gebeurtenis ontvangt. | EventDispatcher | |
![]() |
Verzendt een gebeurtenis naar de gebeurtenisstroom. | EventDispatcher | |
![]() |
Controleert of het object EventDispatcher listeners heeft geregistreerd voor een specifiek type gebeurtenis. | EventDispatcher | |
![]() |
Geeft aan of voor een object een opgegeven eigenschap is gedefinieerd. | Object | |
![]() |
Geeft aan of een instantie van de klasse Object zich in de prototypeketen van het object bevindt dat als parameter is opgegeven. | Object | |
![]() |
Geeft aan of de opgegeven eigenschap bestaat en kan worden opgesomd. | Object | |
![]() |
Verwijdert een listener uit het object EventDispatcher. | EventDispatcher | |
![]() |
Stelt de beschikbaarheid van een dynamische eigenschap voor lusbewerkingen in. | Object | |
![]() |
Geeft de tekenreeksweergave van dit object weer, geformatteerd volgens de locatiespecifieke conventies. | Object | |
![]() |
Retourneert een tekenreeksrepresentatie van het opgegeven object. | Object | |
![]() |
Retourneert de primitieve waarde van het opgegeven object. | Object | |
![]() |
Controleert of een gebeurtenislistener is geregistreerd bij dit object EventDispatcher of een van de voorouders voor het opgegeven type gebeurtenis. | EventDispatcher | |
compound | eigenschap |
compound:Boolean| Taalversie: | ActionScript 3.0 |
| Productversie: | Asset Composer Building Block 9.5 |
| Runtimeversies: | 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.
Deze eigenschap kan als de bron voor gegevensbinding worden gebruikt. Wanneer deze eigenschap wordt gewijzigd, wordt de gebeurtenis valueObjectChange verzonden.
Implementatie
public function get compound():Boolean public function set compound(value:Boolean):voideditable | eigenschap |
editable:Boolean| Taalversie: | ActionScript 3.0 |
| Productversie: | Asset Composer Building Block 9.5 |
| Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
True if the item's value can be edited at runtime.
Deze eigenschap kan als de bron voor gegevensbinding worden gebruikt. Wanneer deze eigenschap wordt gewijzigd, wordt de gebeurtenis valueObjectChange verzonden.
Implementatie
public function get editable():Boolean public function set editable(value:Boolean):voidignoreListStyle | eigenschap |
ignoreListStyle:Boolean| Taalversie: | ActionScript 3.0 |
| Productversie: | Asset Composer Building Block 9.5 |
| Runtimeversies: | 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.
Deze eigenschap kan als de bron voor gegevensbinding worden gebruikt. Wanneer deze eigenschap wordt gewijzigd, wordt de gebeurtenis valueObjectChange verzonden.
Implementatie
public function get ignoreListStyle():Boolean public function set ignoreListStyle(value:Boolean):voidindentationLevel | eigenschap |
indentationLevel:Number| Taalversie: | ActionScript 3.0 |
| Productversie: | Asset Composer Building Block 9.5 |
| Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Specifies The indentation level for the target data module.
Deze eigenschap kan als de bron voor gegevensbinding worden gebruikt. Wanneer deze eigenschap wordt gewijzigd, wordt de gebeurtenis valueObjectChange verzonden.
Implementatie
public function get indentationLevel():Number public function set indentationLevel(value:Number):voidoptional | eigenschap |
optional:Boolean| Taalversie: | ActionScript 3.0 |
| Productversie: | Asset Composer Building Block 9.5 |
| Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
True if the item is not a mandatory inclusion in the list.
Deze eigenschap kan als de bron voor gegevensbinding worden gebruikt. Wanneer deze eigenschap wordt gewijzigd, wordt de gebeurtenis valueObjectChange verzonden.
Implementatie
public function get optional():Boolean public function set optional(value:Boolean):voidposition | eigenschap |
preSelected | eigenschap |
preSelected:Boolean| Taalversie: | ActionScript 3.0 |
| Productversie: | Asset Composer Building Block 9.5 |
| Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
True if the item is pre-selected in the list at runtime.
Deze eigenschap kan als de bron voor gegevensbinding worden gebruikt. Wanneer deze eigenschap wordt gewijzigd, wordt de gebeurtenis valueObjectChange verzonden.
Implementatie
public function get preSelected():Boolean public function set preSelected(value:Boolean):voidskipListStyle | eigenschap |
skipListStyle:Boolean| Taalversie: | ActionScript 3.0 |
| Productversie: | Asset Composer Building Block 9.5 |
| Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
If true, the numbering style is not applied to the item.
Deze eigenschap kan als de bron voor gegevensbinding worden gebruikt. Wanneer deze eigenschap wordt gewijzigd, wordt de gebeurtenis skipListStyleChange verzonden.
Implementatie
public function get skipListStyle():Boolean public function set skipListStyle(value:Boolean):voidtarget | eigenschap |
target:ModuleModel| Taalversie: | ActionScript 3.0 |
| Productversie: | Asset Composer Building Block 9.5 |
| Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The data module that is the item in the list.
Deze eigenschap kan als de bron voor gegevensbinding worden gebruikt. Wanneer deze eigenschap wordt gewijzigd, wordt de gebeurtenis targetChange verzonden.
Implementatie
public function get target():ModuleModel public function set target(value:ModuleModel):voidvo | eigenschap |
vo:LDMAssignment| Taalversie: | ActionScript 3.0 |
| Productversie: | Asset Composer Building Block 9.5 |
| Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The underlying assignment value object.
Deze eigenschap kan als de bron voor gegevensbinding worden gebruikt. Wanneer deze eigenschap wordt gewijzigd, wordt de gebeurtenis valueObjectChange verzonden.
Implementatie
public function get vo():LDMAssignment public function set vo(value:LDMAssignment):voidListAssignmentModel | () | Constructor |
public function ListAssignmentModel(vo:LDMAssignment = null)| Taalversie: | ActionScript 3.0 |
| Productversie: | Asset Composer Building Block 9.5 |
| Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructor for creating List Assignment Domain Model
Parametersvo:LDMAssignment (default = null) — LDMAssignment object. If it's null, a new LDMAssignment object is created.
|
Wed Jun 13 2018, 11:42 AM Z
Overerfde openbare eigenschappen verbergen
Overerfde openbare eigenschappen weergeven