| Pacchetto | com.adobe.icc.editors.model |
| Classe | public class TargetAreaAssignmentModel |
| Ereditarietà | TargetAreaAssignmentModel 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 |
Elementi API correlati
| Proprietà | Definito da | ||
|---|---|---|---|
| allowFreeText : Boolean
Flag to indicate if this assignment allows adding free text. | TargetAreaAssignmentModel | ||
![]() | constructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto. | Object | |
| containerLayoutAssignment : ContainerLayoutAssignmentModel
Container layout assignments within this target area assignment. | TargetAreaAssignmentModel | ||
| fragmentName : String [sola lettura]
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 [sola lettura]
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 | ||
| Metodo | Definito da | ||
|---|---|---|---|
![]() | 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 | |
Adds a module assignment to this target area assignment object. | TargetAreaAssignmentModel | ||
createFromVO(vo:com.adobe.icc.vo:TargetAreaAssignment):com.adobe.icc.editors.model:TargetAreaAssignmentModel [statico]
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 [statico]
Constructs the domain object from its value object counterpart. | TargetAreaAssignmentModel | ||
![]() |
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 | |
Removes a module assignment from this target area assignment. | TargetAreaAssignmentModel | ||
Adds a container layout assignment to this target area assignment object. | TargetAreaAssignmentModel | ||
![]() |
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 | |
| Evento | Riepilogo | Definito da | ||
|---|---|---|---|---|
![]() | [evento di trasmissione] Inviato quando Flash Player o l'applicazione AIR ottiene lo stato di attivazione del sistema operativo ed entra nello stato attivo. | EventDispatcher | ||
| The event dispatched on the container layout assignment change. | TargetAreaAssignmentModel | |||
![]() | [evento di trasmissione] Inviato quando Flash Player o l'applicazione AIR perde l'attivazione del sistema operativo e sta entrando nello stato inattivo. | 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 | proprietà |
allowFreeText:Boolean| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Asset Composer 10 |
| Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
Flag to indicate if this assignment allows adding free text.
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento allowFreeTextChange .
Implementazione
public function get allowFreeText():Boolean public function set allowFreeText(value:Boolean):voidcontainerLayoutAssignment | proprietà |
containerLayoutAssignment:ContainerLayoutAssignmentModel| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Asset Composer 10 |
| Versioni runtime: | 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.
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento containerLayoutAssignmentChange .
Implementazione
public function get containerLayoutAssignment():ContainerLayoutAssignmentModel public function set containerLayoutAssignment(value:ContainerLayoutAssignmentModel):voidfragmentName | proprietà |
fragmentName:String [sola lettura] | Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Asset Composer 10 |
| Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
Fetches the name of the fragment associated with the target area.
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento containerLayoutAssignmentChange .
Implementazione
public function get fragmentName():StringisTableTargetArea | proprietà |
isTableTargetArea:Boolean| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Asset Composer 10 |
| Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
The table name property.
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento isTableTargetAreaChange .
Implementazione
public function get isTableTargetArea():Boolean public function set isTableTargetArea(value:Boolean):voidletterModel | proprietà |
letterModel:LetterModel| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Asset Composer 10 |
| Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
The domain object of the letter that this assignment belongs to
Implementazione
public function get letterModel():LetterModel public function set letterModel(value:LetterModel):voidmoduleAssignments | proprietà |
moduleAssignments:IList| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Asset Composer 9.5 |
| Versioni runtime: | 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.
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento moduleAssignmentsChange .
Implementazione
public function get moduleAssignments():IList public function set moduleAssignments(value:IList):voidordered | proprietà |
ordered:Boolean| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Asset Composer 9.5 |
| Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Flag to indicate if this assignment is ordered.
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento orderChange .
Implementazione
public function get ordered():Boolean public function set ordered(value:Boolean):voidpath | proprietà |
path:String| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Asset Composer 10.0 |
| Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
Represents the path of target area relative to base layout.
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento propertyChange .
Implementazione
public function get path():String public function set path(value:String):voidposition | proprietà |
position:int [sola lettura] | Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Asset Composer 10 |
| Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
Fetches the position of the target area with respect to other target areas.
Implementazione
public function get position():introwName | proprietà |
rowName:String| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Asset Composer 10 |
| Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
The row name property.
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento rowNameChange .
Implementazione
public function get rowName():String public function set rowName(value:String):voidtableName | proprietà |
tableName:String| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Asset Composer 10 |
| Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
The table name property.
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento tableNameChange .
Implementazione
public function get tableName():String public function set tableName(value:String):voidtargetArea | proprietà |
targetArea:com.adobe.icc.vo:TargetArea| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Asset Composer 9.5 |
| Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The target area associated with this assignment.
Implementazione
public function get targetArea():com.adobe.icc.vo:TargetArea public function set targetArea(value:com.adobe.icc.vo:TargetArea):voidvo | proprietà |
vo:com.adobe.icc.vo:TargetAreaAssignment| 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 target area assignment value object.
Implementazione
public function get vo():com.adobe.icc.vo:TargetAreaAssignment public function set vo(value:com.adobe.icc.vo:TargetAreaAssignment):voidaddModuleAssignment | () | metodo |
public function addModuleAssignment(value:ModuleAssignmentModel, addAt:int = -1):void| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Asset Composer 9.5 |
| Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Adds a module assignment to this target area assignment object.
Parametri
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 | () | metodo |
public static function createFromVO(vo:com.adobe.icc.vo:TargetAreaAssignment):com.adobe.icc.editors.model:TargetAreaAssignmentModel| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Asset Composer 9.5 |
| Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructs the domain object from its value object counterpart.
Parametri
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 | () | metodo |
public static function createFromVOAndPath(vo:com.adobe.icc.vo:TargetAreaAssignment, path:String):com.adobe.icc.editors.model:TargetAreaAssignmentModel| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Asset Composer 10.0 |
| Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
Constructs the domain object from its value object counterpart.
Parametri
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 | () | metodo |
public function removeModuleAssignment(value:ModuleAssignmentModel):int| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Asset Composer 9.5 |
| Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Removes a module assignment from this target area assignment.
Parametri
value:ModuleAssignmentModel — The module assignment domain object that needs to be removed
|
int — The index at which the removed module assignment resided.
|
setContainerLayoutAssignment | () | metodo |
public function setContainerLayoutAssignment(value:ContainerLayoutAssignmentModel):void| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Asset Composer 10.0 |
| Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
Adds a container layout assignment to this target area assignment object.
Parametri
value:ContainerLayoutAssignmentModel — The container layout assignment object that needs to be added
|
containerLayoutAssignmentChange | Evento |
flash.events.Eventproprietà Event.type =
flash.events.Event| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Asset Composer 10 |
| Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
The event dispatched on the container layout assignment change.
fieldAssignmentsChange | Evento |
mx.events.DynamicEventproprietà DynamicEvent.type =
mx.events.DynamicEvent| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Asset Composer 10 |
| Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
The event dispatched when the Field's assignment is changed.
moduleAssignmentAdd | Evento |
mx.events.DynamicEventproprietà DynamicEvent.type =
mx.events.DynamicEvent| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Asset Composer 9.5 |
| Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Dispatched when a module assignment is added to any of the target area assignments.
moduleAssignmentRemove | Evento |
mx.events.DynamicEventproprietà DynamicEvent.type =
mx.events.DynamicEvent| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Asset Composer 9.5 |
| Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Dispatched when a module assignment is removed from any of the target area assignments.
Tue Jun 12 2018, 02:44 PM Z
Nascondi proprietà pubbliche ereditate
Mostra proprietà pubbliche ereditate