Guida di riferimento di ActionScript® 3.0 per la piattaforma Adobe® Flash®
Home  |  Nascondi elenco pacchetti e classi |  Pacchetti  |  Classi  |  Novità  |  Indice  |  Appendici  |  Perché in inglese?
Filtri: Recupero dati dal server...
Recupero dati dal server...
com.adobe.icc.editors.model 

ContainerLayoutAssignmentModel  - AS3 Asset Composer

Pacchettocom.adobe.icc.editors.model
Classepublic class ContainerLayoutAssignmentModel
EreditarietàContainerLayoutAssignmentModel Inheritance EventDispatcher Inheritance Object

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Asset Composer 10
Versioni runtime: AIR (unsupported), Flash Player 10.2

The ContainerLayoutAssignmentModel class represents the domain object for the assets of type ContainerLayoutAssignment. 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à pubbliche
 ProprietàDefinito da
 Inheritedconstructor : 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
Metodi pubblici
 MetodoDefinito da
  
ContainerLayoutAssignmentModel(vo:ContainerLayoutAssignment = null)
Constructor.
ContainerLayoutAssignmentModel
 Inherited
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
 Inherited
Invia un evento nel flusso di eventi.
EventDispatcher
  
Returns the target area assignment domain object for the passed target area.
ContainerLayoutAssignmentModel
 Inherited
Verifica se per l'oggetto EventDispatcher sono presenti listener registrati per un tipo specifico di evento.
EventDispatcher
 Inherited
Indica se per un oggetto è definita una proprietà specifica.
Object
 Inherited
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
 Inherited
Indica se la proprietà specificata esiste ed è enumerabile.
Object
  
Function called when assignment from the container layout is removed
ContainerLayoutAssignmentModel
 Inherited
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
Rimuove un listener dall'oggetto EventDispatcher.
EventDispatcher
  
setFragmentLayout(fragmentLayout:FragmentLayoutModel, resetAssignments:Boolean = true):void
Sets the fragmentLayout for this containerLayoutAssignment.
ContainerLayoutAssignmentModel
 Inherited
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche.
Object
 Inherited
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate.
Object
 Inherited
Restituisce la rappresentazione in formato stringa dell'oggetto specificato.
Object
 Inherited
Restituisce il valore di base dell'oggetto specificato.
Object
 Inherited
Verifica se un listener di eventi è registrato con questo oggetto EventDispatcher o qualsiasi suo antenato per il tipo di evento specificato.
EventDispatcher
Eventi
 Evento Riepilogo Definito da
 Inherited[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
 Inherited[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
Descrizione delle proprietà

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
Descrizione della funzione di costruzione

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.

Parametri
vo:ContainerLayoutAssignment (default = null) — The ContainerLayoutAssignment object associated with this ContainerLayoutAssignmentModel instance
Descrizione dei metodi

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

Restituisce
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

Restituisce
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.

Descrizione degli eventi

fieldAssignmentsChange

Evento
Tipo di oggetto 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  
Tipo di oggetto 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  
Tipo di oggetto 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.





[ X ]Perché in inglese?
Il contenuto della Guida di riferimento di ActionScript 3.0 appare in inglese

Non tutte le parti della Guida di riferimento di ActionScript 3.0 sono tradotte in tutte le lingue. Quando un elemento del linguaggio non è tradotto, viene riportato in inglese. Ad esempio, la classe ga.controls.HelpBox non è tradotta in nessuna lingua. Pertanto, nella versione italiana della guida di riferimento, la descrizione della classe ga.controls.HelpBox è riportata in inglese.