| Pakket | com.adobe.icc.editors.model |
| Klasse | public class TargetAreaAssignmentModel |
| Overerving | TargetAreaAssignmentModel EventDispatcher Object |
| Taalversie: | ActionScript 3.0 |
| Productversie: | Asset Composer Building Block 9.5 |
| Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Verwante API-elementen
| Eigenschap | Gedefinieerd door | ||
|---|---|---|---|
| allowFreeText : Boolean
Flag to indicate if this assignment allows adding free text. | TargetAreaAssignmentModel | ||
![]() | constructor : Object
Verwijzing naar het klasseobject of de constructorfunctie van een bepaalde objectinstantie. | Object | |
| containerLayoutAssignment : ContainerLayoutAssignmentModel
Container layout assignments within this target area assignment. | TargetAreaAssignmentModel | ||
| fragmentName : String [alleen-lezen]
Fetches the name of the fragment associated with the target area. | TargetAreaAssignmentModel | ||
| isTableTargetArea : Boolean
The table name property. | TargetAreaAssignmentModel | ||
| letterModel : LetterModel
The domain object of the letter that this assignment belongs to
| TargetAreaAssignmentModel | ||
| moduleAssignments : IList
The list of module assignments within this target area assignment. | TargetAreaAssignmentModel | ||
| ordered : Boolean
Flag to indicate if this assignment is ordered. | TargetAreaAssignmentModel | ||
| path : String
Represents the path of target area relative to base layout. | TargetAreaAssignmentModel | ||
| position : int [alleen-lezen]
Fetches the position of the target area with respect to other target areas. | TargetAreaAssignmentModel | ||
| rowName : String
The row name property. | TargetAreaAssignmentModel | ||
| tableName : String
The table name property. | TargetAreaAssignmentModel | ||
| targetArea : com.adobe.icc.vo:TargetArea
The target area associated with this assignment. | TargetAreaAssignmentModel | ||
| vo : com.adobe.icc.vo:TargetAreaAssignment
The underlying target area assignment value object. | TargetAreaAssignmentModel | ||
| Methode | Gedefinieerd door | ||
|---|---|---|---|
![]() | 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 | |
Adds a module assignment to this target area assignment object. | TargetAreaAssignmentModel | ||
createFromVO(vo:com.adobe.icc.vo:TargetAreaAssignment):com.adobe.icc.editors.model:TargetAreaAssignmentModel [statisch]
Constructs the domain object from its value object counterpart. | TargetAreaAssignmentModel | ||
createFromVOAndPath(vo:com.adobe.icc.vo:TargetAreaAssignment, path:String):com.adobe.icc.editors.model:TargetAreaAssignmentModel [statisch]
Constructs the domain object from its value object counterpart. | TargetAreaAssignmentModel | ||
![]() |
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 | |
Removes a module assignment from this target area assignment. | TargetAreaAssignmentModel | ||
Adds a container layout assignment to this target area assignment object. | TargetAreaAssignmentModel | ||
![]() |
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 | |
| Gebeurtenis | Overzicht | Gedefinieerd door | ||
|---|---|---|---|---|
![]() | [uitgezonden gebeurtenis] Wordt verzonden wanneer Flash Player of de AIR-toepassing de besturingssysteemfocus krijgt en actief wordt. | EventDispatcher | ||
| The event dispatched on the container layout assignment change. | TargetAreaAssignmentModel | |||
![]() | [uitgezonden gebeurtenis] Wordt verzonden wanneer Flash Player of de AIR-toepassing de systeemfocus verliest en inactief wordt. | EventDispatcher | ||
| The event dispatched when the Field's assignment is changed. | TargetAreaAssignmentModel | |||
| Dispatched when a module assignment is added to any of the target area assignments. | TargetAreaAssignmentModel | |||
| Dispatched when a module assignment is removed from any of the target area assignments. | TargetAreaAssignmentModel | |||
allowFreeText | eigenschap |
allowFreeText:Boolean| Taalversie: | ActionScript 3.0 |
| Productversie: | Asset Composer Building Block 10 |
| Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
Flag to indicate if this assignment allows adding free text.
Deze eigenschap kan als de bron voor gegevensbinding worden gebruikt. Wanneer deze eigenschap wordt gewijzigd, wordt de gebeurtenis allowFreeTextChange verzonden.
Implementatie
public function get allowFreeText():Boolean public function set allowFreeText(value:Boolean):voidcontainerLayoutAssignment | eigenschap |
containerLayoutAssignment:ContainerLayoutAssignmentModel| Taalversie: | ActionScript 3.0 |
| Productversie: | Asset Composer Building Block 10 |
| Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
Container layout assignments within this target area assignment.
Container layout assignment must not be set directly. Instead,
the method setContainerLayoutAssignment() and removeContainerLayoutAssignment()
should be used.
Deze eigenschap kan als de bron voor gegevensbinding worden gebruikt. Wanneer deze eigenschap wordt gewijzigd, wordt de gebeurtenis containerLayoutAssignmentChange verzonden.
Implementatie
public function get containerLayoutAssignment():ContainerLayoutAssignmentModel public function set containerLayoutAssignment(value:ContainerLayoutAssignmentModel):voidfragmentName | eigenschap |
fragmentName:String [alleen-lezen] | Taalversie: | ActionScript 3.0 |
| Productversie: | Asset Composer Building Block 10 |
| Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
Fetches the name of the fragment associated with the target area.
Deze eigenschap kan als de bron voor gegevensbinding worden gebruikt. Wanneer deze eigenschap wordt gewijzigd, wordt de gebeurtenis containerLayoutAssignmentChange verzonden.
Implementatie
public function get fragmentName():StringisTableTargetArea | eigenschap |
isTableTargetArea:Boolean| Taalversie: | ActionScript 3.0 |
| Productversie: | Asset Composer Building Block 10 |
| Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
The table name property.
Deze eigenschap kan als de bron voor gegevensbinding worden gebruikt. Wanneer deze eigenschap wordt gewijzigd, wordt de gebeurtenis isTableTargetAreaChange verzonden.
Implementatie
public function get isTableTargetArea():Boolean public function set isTableTargetArea(value:Boolean):voidletterModel | eigenschap |
letterModel:LetterModel| Taalversie: | ActionScript 3.0 |
| Productversie: | Asset Composer Building Block 10 |
| Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
The domain object of the letter that this assignment belongs to
Implementatie
public function get letterModel():LetterModel public function set letterModel(value:LetterModel):voidmoduleAssignments | eigenschap |
moduleAssignments:IList| Taalversie: | ActionScript 3.0 |
| Productversie: | Asset Composer Building Block 9.5 |
| Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The list of module assignments within this target area assignment.
Module assignments must not be added to this list directly. Instead,
the methods addModuleAssignment() and removeModuleAssignment()
should be used.
Deze eigenschap kan als de bron voor gegevensbinding worden gebruikt. Wanneer deze eigenschap wordt gewijzigd, wordt de gebeurtenis moduleAssignmentsChange verzonden.
Implementatie
public function get moduleAssignments():IList public function set moduleAssignments(value:IList):voidordered | eigenschap |
ordered:Boolean| Taalversie: | ActionScript 3.0 |
| Productversie: | Asset Composer Building Block 9.5 |
| Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Flag to indicate if this assignment is ordered.
Deze eigenschap kan als de bron voor gegevensbinding worden gebruikt. Wanneer deze eigenschap wordt gewijzigd, wordt de gebeurtenis orderChange verzonden.
Implementatie
public function get ordered():Boolean public function set ordered(value:Boolean):voidpath | eigenschap |
path:String| Taalversie: | ActionScript 3.0 |
| Productversie: | Asset Composer Building Block 10.0 |
| Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
Represents the path of target area relative to base layout.
Deze eigenschap kan als de bron voor gegevensbinding worden gebruikt. Wanneer deze eigenschap wordt gewijzigd, wordt de gebeurtenis propertyChange verzonden.
Implementatie
public function get path():String public function set path(value:String):voidposition | eigenschap |
rowName | eigenschap |
rowName:String| Taalversie: | ActionScript 3.0 |
| Productversie: | Asset Composer Building Block 10 |
| Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
The row name property.
Deze eigenschap kan als de bron voor gegevensbinding worden gebruikt. Wanneer deze eigenschap wordt gewijzigd, wordt de gebeurtenis rowNameChange verzonden.
Implementatie
public function get rowName():String public function set rowName(value:String):voidtableName | eigenschap |
tableName:String| Taalversie: | ActionScript 3.0 |
| Productversie: | Asset Composer Building Block 10 |
| Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
The table name property.
Deze eigenschap kan als de bron voor gegevensbinding worden gebruikt. Wanneer deze eigenschap wordt gewijzigd, wordt de gebeurtenis tableNameChange verzonden.
Implementatie
public function get tableName():String public function set tableName(value:String):voidtargetArea | eigenschap |
targetArea:com.adobe.icc.vo:TargetArea| Taalversie: | ActionScript 3.0 |
| Productversie: | Asset Composer Building Block 9.5 |
| Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The target area associated with this assignment.
Implementatie
public function get targetArea():com.adobe.icc.vo:TargetArea public function set targetArea(value:com.adobe.icc.vo:TargetArea):voidvo | eigenschap |
vo:com.adobe.icc.vo:TargetAreaAssignment| Taalversie: | ActionScript 3.0 |
| Productversie: | Asset Composer Building Block 9.5 |
| Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The underlying target area assignment value object.
Implementatie
public function get vo():com.adobe.icc.vo:TargetAreaAssignment public function set vo(value:com.adobe.icc.vo:TargetAreaAssignment):voidaddModuleAssignment | () | methode |
public function addModuleAssignment(value:ModuleAssignmentModel, addAt:int = -1):void| Taalversie: | ActionScript 3.0 |
| Productversie: | Asset Composer Building Block 9.5 |
| Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Adds a module assignment to this target area assignment object.
Parameters
value:ModuleAssignmentModel — The module assignment object that needs to be added
| |
addAt:int (default = -1) — The position the module assignment should be inserted
at in the moduleAssignments list
|
createFromVO | () | methode |
public static function createFromVO(vo:com.adobe.icc.vo:TargetAreaAssignment):com.adobe.icc.editors.model:TargetAreaAssignmentModel| Taalversie: | ActionScript 3.0 |
| Productversie: | Asset Composer Building Block 9.5 |
| Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructs the domain object from its value object counterpart.
Parameters
vo:com.adobe.icc.vo:TargetAreaAssignment — The target area assignment value object.
|
com.adobe.icc.editors.model:TargetAreaAssignmentModel — The target area assignment domain object.
|
createFromVOAndPath | () | methode |
public static function createFromVOAndPath(vo:com.adobe.icc.vo:TargetAreaAssignment, path:String):com.adobe.icc.editors.model:TargetAreaAssignmentModel| Taalversie: | ActionScript 3.0 |
| Productversie: | Asset Composer Building Block 10.0 |
| Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
Constructs the domain object from its value object counterpart.
Parameters
vo:com.adobe.icc.vo:TargetAreaAssignment — The target area assignment value object.
| |
path:String — path of this target area assignment.
|
com.adobe.icc.editors.model:TargetAreaAssignmentModel — The target area assignment domain object.
|
removeModuleAssignment | () | methode |
public function removeModuleAssignment(value:ModuleAssignmentModel):int| Taalversie: | ActionScript 3.0 |
| Productversie: | Asset Composer Building Block 9.5 |
| Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Removes a module assignment from this target area assignment.
Parameters
value:ModuleAssignmentModel — The module assignment domain object that needs to be removed
|
int — The index at which the removed module assignment resided.
|
setContainerLayoutAssignment | () | methode |
public function setContainerLayoutAssignment(value:ContainerLayoutAssignmentModel):void| Taalversie: | ActionScript 3.0 |
| Productversie: | Asset Composer Building Block 10.0 |
| Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
Adds a container layout assignment to this target area assignment object.
Parameters
value:ContainerLayoutAssignmentModel — The container layout assignment object that needs to be added
|
containerLayoutAssignmentChange | Gebeurtenis |
flash.events.Eventeigenschap Event.type =
flash.events.Event| Taalversie: | ActionScript 3.0 |
| Productversie: | Asset Composer Building Block 10 |
| Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
The event dispatched on the container layout assignment change.
fieldAssignmentsChange | Gebeurtenis |
mx.events.DynamicEventeigenschap DynamicEvent.type =
mx.events.DynamicEvent| Taalversie: | ActionScript 3.0 |
| Productversie: | Asset Composer Building Block 10 |
| Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
The event dispatched when the Field's assignment is changed.
moduleAssignmentAdd | Gebeurtenis |
mx.events.DynamicEventeigenschap DynamicEvent.type =
mx.events.DynamicEvent| Taalversie: | ActionScript 3.0 |
| Productversie: | Asset Composer Building Block 9.5 |
| Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Dispatched when a module assignment is added to any of the target area assignments.
moduleAssignmentRemove | Gebeurtenis |
mx.events.DynamicEventeigenschap DynamicEvent.type =
mx.events.DynamicEvent| Taalversie: | ActionScript 3.0 |
| Productversie: | Asset Composer Building Block 9.5 |
| Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Dispatched when a module assignment is removed from any of the target area assignments.
Wed Jun 13 2018, 11:42 AM Z
Overerfde openbare eigenschappen verbergen
Overerfde openbare eigenschappen weergeven