Pacote | com.adobe.icc.editors.model |
Classe | public class ModuleAssignmentModel |
Herança | ModuleAssignmentModel EventDispatcher Object |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Composer Building Block 9.5 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Elementos da API relacionados
Propriedade | Definido por | ||
---|---|---|---|
constructor : Object
Uma referência ao objeto de classe ou à função de construtor de uma determinada ocorrência de objeto. | 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 [somente leitura]
The list of variables exposed by the module associated
with this assignment. | ModuleAssignmentModel | ||
vo : ModuleAssignment
The underlying value object for this module assignment. | ModuleAssignmentModel |
Método | Definido por | ||
---|---|---|---|
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registra um objeto de ouvinte de evento em um objeto EventDispatcher, de forma que o ouvinte receba a notificação de um evento. | EventDispatcher | ||
[estático]
Constructs the domain object from a data module. | ModuleAssignmentModel | ||
[estático]
Constructs the domain object from its value object counterpart. | ModuleAssignmentModel | ||
Envia um evento para o fluxo de eventos. | EventDispatcher | ||
Verifica se o objeto EventDispatcher tem ouvintes registrados para um tipo específico de evento. | EventDispatcher | ||
Indica se um objeto tem uma propriedade especificada definida. | Object | ||
Indica se uma ocorrência da classe Object está na cadeia de protótipos do objeto especificado como o parâmetro. | Object | ||
Indica se a propriedade especificada existe e é enumerável. | Object | ||
Remove um ouvinte do objeto EventDispatcher. | EventDispatcher | ||
Define a disponibilidade de uma propriedade dinâmica para operações de repetição. | Object | ||
Retorna a representação da string deste objeto, formatado segundo as convenções específicas para a localidade. | Object | ||
Retorna a representação de string do objeto especificado. | Object | ||
Retorna o valor primitivo do objeto especificado. | Object | ||
Verifica se um ouvinte de evento está registrado nesse objeto EventDispatcher ou em qualquer um de seus ancestrais para o tipo de evento especificado. | EventDispatcher |
dataModel | propriedade |
dataModel:ModuleModel
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Composer Building Block 9.5 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The domain object of the module associated with this assignment.
Implementação
public function get dataModel():ModuleModel
public function set dataModel(value:ModuleModel):void
dataModule | propriedade |
dataModule:DataModule
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Composer Building Block 9.5 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The value object of the module associated with this assignment.
Implementação
public function get dataModule():DataModule
public function set dataModule(value:DataModule):void
editable | propriedade |
editable:Boolean
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Composer Building Block 9.5 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The editable property of the underlying value object.
Implementação
public function get editable():Boolean
public function set editable(value:Boolean):void
indentationLevel | propriedade |
indentationLevel:Number
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Composer Building Block 9.5 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The indentationLevel property of the underlying value object.
Implementação
public function get indentationLevel():Number
public function set indentationLevel(value:Number):void
optional | propriedade |
optional:Boolean
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Composer Building Block 9.5 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The optional property of the underlying value object.
Implementação
public function get optional():Boolean
public function set optional(value:Boolean):void
position | propriedade |
position:int
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Composer Building Block 10 |
Versões de runtime: | AIR (unsupported), Flash Player 10.2 |
Fetches the position of Module relative to other modules in the target area.
Implementação
public function get position():int
public function set position(value:int):void
preSelected | propriedade |
preSelected:Boolean
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Composer Building Block 9.5 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The preSelected property of the underlying value object.
Implementação
public function get preSelected():Boolean
public function set preSelected(value:Boolean):void
variables | propriedade |
variables:IList
[somente leitura] Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Composer Building Block 9.5 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The list of variables exposed by the module associated with this assignment.
Implementação
public function get variables():IList
vo | propriedade |
vo:ModuleAssignment
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Composer Building Block 9.5 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The underlying value object for this module assignment.
Implementação
public function get vo():ModuleAssignment
public function set vo(value:ModuleAssignment):void
createFromModule | () | método |
public static function createFromModule(module:*):ModuleAssignmentModel
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Composer Building Block 9.5 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructs the domain object from a data module.
Parâmetros
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 | () | método |
public static function createFromVO(vo:ModuleAssignment):ModuleAssignmentModel
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Composer Building Block 9.5 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructs the domain object from its value object counterpart.
Parâmetros
vo:ModuleAssignment — The module assignment value object.
|
ModuleAssignmentModel — The module assignment domain object.
|
Wed Jun 13 2018, 11:10 AM Z