Pacchetto | com.adobe.icc.editors.model |
Classe | public class ModuleAssignmentModel |
Ereditarietà | ModuleAssignmentModel 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 | ||
---|---|---|---|
constructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto. | Object | ||
dataModel : ModuleModel
The domain object of the module associated with this assignment. | ModuleAssignmentModel | ||
dataModule : DataModule
The value object of the module associated with this assignment. | ModuleAssignmentModel | ||
editable : Boolean
The editable property of the underlying value object. | ModuleAssignmentModel | ||
indentationLevel : Number
The indentationLevel property of the underlying value object. | ModuleAssignmentModel | ||
optional : Boolean
The optional property of the underlying value object. | ModuleAssignmentModel | ||
position : int
Fetches the position of Module relative to other modules in the target area. | ModuleAssignmentModel | ||
preSelected : Boolean
The preSelected property of the underlying value object. | ModuleAssignmentModel | ||
variables : IList [sola lettura]
The list of variables exposed by the module associated
with this assignment. | ModuleAssignmentModel | ||
vo : ModuleAssignment
The underlying value object for this module assignment. | ModuleAssignmentModel |
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 | ||
[statico]
Constructs the domain object from a data module. | ModuleAssignmentModel | ||
[statico]
Constructs the domain object from its value object counterpart. | ModuleAssignmentModel | ||
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 | ||
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 |
dataModel | proprietà |
dataModel:ModuleModel
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 9.5 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The domain object of the module associated with this assignment.
Implementazione
public function get dataModel():ModuleModel
public function set dataModel(value:ModuleModel):void
dataModule | proprietà |
dataModule:DataModule
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 9.5 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The value object of the module associated with this assignment.
Implementazione
public function get dataModule():DataModule
public function set dataModule(value:DataModule):void
editable | proprietà |
editable:Boolean
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 9.5 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The editable property of the underlying value object.
Implementazione
public function get editable():Boolean
public function set editable(value:Boolean):void
indentationLevel | proprietà |
indentationLevel:Number
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 9.5 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The indentationLevel property of the underlying value object.
Implementazione
public function get indentationLevel():Number
public function set indentationLevel(value:Number):void
optional | proprietà |
optional:Boolean
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 9.5 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The optional property of the underlying value object.
Implementazione
public function get optional():Boolean
public function set optional(value:Boolean):void
position | proprietà |
position:int
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 10 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
Fetches the position of Module relative to other modules in the target area.
Implementazione
public function get position():int
public function set position(value:int):void
preSelected | proprietà |
preSelected:Boolean
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 9.5 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The preSelected property of the underlying value object.
Implementazione
public function get preSelected():Boolean
public function set preSelected(value:Boolean):void
variables | proprietà |
variables:IList
[sola lettura] 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 variables exposed by the module associated with this assignment.
Implementazione
public function get variables():IList
vo | proprietà |
vo:ModuleAssignment
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 value object for this module assignment.
Implementazione
public function get vo():ModuleAssignment
public function set vo(value:ModuleAssignment):void
createFromModule | () | metodo |
public static function createFromModule(module:*):ModuleAssignmentModel
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 a data module.
Parametri
module:* — The module from which the module assignment needs to be constructed.
This parameter could either be the module domain object
(com.adobe.icc.editors.model.ModuleModel) or the
module value object (com.adobe.icc.vo.DataModule).
|
ModuleAssignmentModel — The module assignment domain object.
|
createFromVO | () | metodo |
public static function createFromVO(vo:ModuleAssignment):ModuleAssignmentModel
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:ModuleAssignment — The module assignment value object.
|
ModuleAssignmentModel — The module assignment domain object.
|
Tue Jun 12 2018, 02:44 PM Z