Pacchetto | com.adobe.icc.editors.model |
Classe | public class ContainerLayoutAssignmentModel |
Ereditarietà | ContainerLayoutAssignmentModel EventDispatcher Object |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 10 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
Proprietà | Definito da | ||
---|---|---|---|
constructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto. | Object | ||
containerLayout : FragmentLayoutModel
The domain object of the fragmentLayout associated with this containerLayoutAssignment. | ContainerLayoutAssignmentModel | ||
fieldAssignments : IList
The list of field assignments of this ContainerLayoutAssignment. | ContainerLayoutAssignmentModel | ||
letterModel : LetterModel
The domain object of the letter that this assignment belongs to
| ContainerLayoutAssignmentModel | ||
path : String
Represents the path of container layout assignment relative to base layout. | ContainerLayoutAssignmentModel | ||
targetAreaAssignments : IList
The list of target area assignments in this ContainerLayoutAssignment. | ContainerLayoutAssignmentModel | ||
vo : ContainerLayoutAssignment
The instance of ContainerLayoutAssignment being currently used. | ContainerLayoutAssignmentModel |
Metodo | Definito da | ||
---|---|---|---|
ContainerLayoutAssignmentModel(vo:ContainerLayoutAssignment = null)
Constructor. | ContainerLayoutAssignmentModel | ||
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 | ||
createFromVO(containerLayoutAssignmentVO:ContainerLayoutAssignment):ContainerLayoutAssignmentModel [statico]
Creates the domain object from the corresponding value object. | ContainerLayoutAssignmentModel | ||
Invia un evento nel flusso di eventi. | EventDispatcher | ||
Returns the target area assignment domain object for the passed target area. | ContainerLayoutAssignmentModel | ||
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 | ||
Dispataches an event when the Field's assignment is changed. | ContainerLayoutAssignmentModel | ||
Dispatches an event when module assignment is changed in the working target area. | ContainerLayoutAssignmentModel | ||
Indica se la proprietà specificata esiste ed è enumerabile. | Object | ||
Function called when assignment from the container layout is removed
| ContainerLayoutAssignmentModel | ||
Rimuove un listener dall'oggetto EventDispatcher. | EventDispatcher | ||
Sets the fragmentLayout for this containerLayoutAssignment. | ContainerLayoutAssignmentModel | ||
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 | |||
[evento di trasmissione] Inviato quando Flash Player o l'applicazione AIR perde l'attivazione del sistema operativo e sta entrando nello stato inattivo. | EventDispatcher | |||
Dispatched when a field assignment is changed. | ContainerLayoutAssignmentModel | |||
Dispatched when a module assignment is added to any of the target area assignments. | ContainerLayoutAssignmentModel | |||
Dispatched when a module assignment is removed from any of the target area assignments. | ContainerLayoutAssignmentModel |
containerLayout | proprietà |
containerLayout:FragmentLayoutModel
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 fragmentLayout associated with this containerLayoutAssignment.
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 containerLayout():FragmentLayoutModel
public function set containerLayout(value:FragmentLayoutModel):void
fieldAssignments | proprietà |
fieldAssignments:IList
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 10 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
The list of field assignments of this ContainerLayoutAssignment.
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 fieldAssignments():IList
public function set fieldAssignments(value:IList):void
letterModel | 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):void
path | 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 container layout assignment 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):void
targetAreaAssignments | proprietà |
targetAreaAssignments:IList
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 10 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
The list of target area assignments in this ContainerLayoutAssignment.
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 targetAreaAssignments():IList
public function set targetAreaAssignments(value:IList):void
vo | proprietà |
vo:ContainerLayoutAssignment
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 10 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
The instance of ContainerLayoutAssignment being currently used.
Implementazione
public function get vo():ContainerLayoutAssignment
public function set vo(value:ContainerLayoutAssignment):void
ContainerLayoutAssignmentModel | () | Funzione di costruzione |
public function ContainerLayoutAssignmentModel(vo:ContainerLayoutAssignment = null)
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 10.0 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
Constructor.
Parametrivo:ContainerLayoutAssignment (default = null ) — The ContainerLayoutAssignment object associated with this ContainerLayoutAssignmentModel instance
|
createFromVO | () | metodo |
public static function createFromVO(containerLayoutAssignmentVO:ContainerLayoutAssignment):ContainerLayoutAssignmentModel
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 10.0 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
Creates the domain object from the corresponding value object.
Value Objects are pure data entities mostly acting as parameters to the server apis. Domain objects are build atop to provide more meaningful business data and behavior thereby enabling faster and convenient UI view development.
Parametri
containerLayoutAssignmentVO:ContainerLayoutAssignment — The value object of the type ContainerLayoutAssignment
|
ContainerLayoutAssignmentModel — The ContainerLayoutAssignment domain object corresponding the passed containerLayoutAssignment value object.
|
getTargetAreaAssignment | () | metodo |
public function getTargetAreaAssignment(area:*):com.adobe.icc.editors.model:TargetAreaAssignmentModel
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 10 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
Returns the target area assignment domain object for the passed target area.
Parametri
area:* — The target area
|
com.adobe.icc.editors.model:TargetAreaAssignmentModel — The target area assignment domain object
|
onFieldAssignmentChange | () | metodo |
public function onFieldAssignmentChange(e:Event):void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 10.0 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
Dispataches an event when the Field's assignment is changed.
Parametri
e:Event — The event dispatched.
|
onModuleAssignmentChange | () | metodo |
public function onModuleAssignmentChange(e:DynamicEvent):void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 10.0 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
Dispatches an event when module assignment is changed in the working target area.
Parametri
e:DynamicEvent — The DynamicEvent dispatched.
|
removeAssignmentsFromContainerLayout | () | metodo |
public function removeAssignmentsFromContainerLayout():void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 10.0 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
Function called when assignment from the container layout is removed
setFragmentLayout | () | metodo |
public function setFragmentLayout(fragmentLayout:FragmentLayoutModel, resetAssignments:Boolean = true):void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 10.0 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
Sets the fragmentLayout for this containerLayoutAssignment.
Parametri
fragmentLayout:FragmentLayoutModel — The domain object of the fragmentLayout that needs to be associated with this ContainerLayoutAssignment
| |
resetAssignments:Boolean (default = true ) — Whether the various assignment lists should be reset or not.
|
fieldAssignmentsChange | Evento |
mx.events.DynamicEvent
proprietà 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 |
Dispatched when a field assignment is changed.
moduleAssignmentAdd | Evento |
flash.events.Event
proprietà 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 |
Dispatched when a module assignment is added to any of the target area assignments.
moduleAssignmentRemove | Evento |
flash.events.Event
proprietà 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 |
Dispatched when a module assignment is removed from any of the target area assignments.
Tue Jun 12 2018, 02:44 PM Z