Pacote | com.adobe.icc.editors.model |
Classe | public class ModuleModel |
Herança | ModuleModel AssetModel EventDispatcher Object |
Subclasses | ConditionModel, ImageModel, ListModel, TextModel |
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 |
It contains several properties and methods pulled up from the concrete classes. In case, a new module is introduced in the system and a domain class needs to be written for it, this class should be extended even though it's not mandatory.
Propriedade | Definido por | ||
---|---|---|---|
activeEndDate : Date
The activeEndDate of the underlying value object. | AssetModel | ||
activeStartDate : Date
The activeStartDate date of the underlying value object. | AssetModel | ||
category : Category
The Category of the underlying value object. | AssetModel | ||
comment : String
The comment of the underlying value object. | AssetModel | ||
constructor : Object
Uma referência ao objeto de classe ou à função de construtor de uma determinada ocorrência de objeto. | Object | ||
crxVersion : String
The crx version of the underlying value object. | AssetModel | ||
dataDictionary : DataDictionary
The typed DataDictionary object being used by this module. | ModuleModel | ||
dataDictionaryName : String
The name of the data dictionary being used by this module. | ModuleModel | ||
description : String
The description of the underlying value object. | AssetModel | ||
extendedProperties : Object
The extended properties of the underlying value object. | AssetModel | ||
id : String
The GUID of the underlying value object. | AssetModel | ||
isNew : Boolean
Indicates if this Asset is new. | AssetModel | ||
lastChangeBy : String
The lastChangeBy property of the underlying value object. | AssetModel | ||
name : String
The name of the underlying value object. | AssetModel | ||
shallow : Boolean
Flag to indicate if the underlying value object is shallow. | ModuleModel | ||
state : int
The state of the underlying value object. | AssetModel | ||
subCategory : Category
The Sub-Category of the underlying value object. | AssetModel | ||
variables : IList [somente leitura]
The variables defined within this module. | ModuleModel | ||
version : int
The version of the underlying value object. | AssetModel | ||
vo : *
The value object which this asset domain object is built atop. | AssetModel |
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]
Fetches a module by the given id and constructs the domain module object on top of it. | ModuleModel | ||
Envia um evento para o fluxo de eventos. | EventDispatcher | ||
Fetches the complete value object via remoting call. | ModuleModel | ||
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 | ||
Indicates if the underlying value object is shallow. | ModuleModel | ||
Indica se a propriedade especificada existe e é enumerável. | Object | ||
Remove um ouvinte do objeto EventDispatcher. | EventDispatcher | ||
Saves the user edits for any asset. | AssetModel | ||
Sets the data dictionary name to the one specified and also fetches the corresponding
DataDictionary object from the server. | ModuleModel | ||
[estático]
This method lets you inject a custom implementation of the infrastructure data dictionary service. | ModuleModel | ||
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 | ||
Runs the client validations and raises events of the type
AssetValidationEvent for notifying validation result. | ModuleModel | ||
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 |
Método | Definido por | ||
---|---|---|---|
Fetches the data dictionary corresponding to the name specified. | ModuleModel |
Evento | Resumo | Definido por | ||
---|---|---|---|---|
[transmissão de evento] Despachado quando o Flash Player ou o aplicativo do AIR ganha o foco do sistema operacional e está se tornando inativo. | EventDispatcher | |||
[transmissão de evento] Despachado quando o Flash Player ou o aplicativo do AIR perde o foco do sistema operacional e está se tornando inativo. | EventDispatcher | |||
Dispatched when this Module is completely fetched from the server. | ModuleModel |
dataDictionary | propriedade |
dataDictionary:DataDictionary
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 typed DataDictionary
object being used by this module.
Assigning a value to this property updated the dataDictionaryName
as well but not the other way round.
Essa propriedade pode ser usada como a origem para o vínculo de dados. Quando essa propriedade é modificada, ela despacha o evento ddChange
.
Implementação
public function get dataDictionary():DataDictionary
public function set dataDictionary(value:DataDictionary):void
dataDictionaryName | propriedade |
dataDictionaryName:String
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 name of the data dictionary being used by this module.
Merely setting this property wouldn't cause the dataDictionary
to be retrieved. If the dataDictionary
needs to be updated,
setDataDictionaryName()
method must be used instead.
Essa propriedade pode ser usada como a origem para o vínculo de dados. Quando essa propriedade é modificada, ela despacha o evento ddNameChange
.
Implementação
public function get dataDictionaryName():String
public function set dataDictionaryName(value:String):void
Elementos da API relacionados
shallow | propriedade |
shallow: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 |
Flag to indicate if the underlying value object is shallow.
Essa propriedade pode ser usada como a origem para o vínculo de dados. Quando essa propriedade é modificada, ela despacha o evento propertyChange
.
Implementação
public function get shallow():Boolean
public function set shallow(value:Boolean):void
variables | propriedade |
createFromId | () | método |
public static function createFromId(moduleId:String):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 |
Fetches a module by the given id and constructs the domain module object on top of it.
Parâmetros
moduleId:String — The GUID of the module the domain object for which needs to be created.
|
ModuleModel — The module domain object.
|
fetchComplete | () | método |
public function fetchComplete():void
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 |
Fetches the complete value object via remoting call. This should be called when the underlying value object is shallow.
fetchDataDictionary | () | método |
protected function fetchDataDictionary():void
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 |
Fetches the data dictionary corresponding to the name specified.
isShallow | () | método |
public function isShallow():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 |
Indicates if the underlying value object is shallow.
RetornaBoolean — boolean indicating if the underlying value object is shallow.
|
setDataDictionaryName | () | método |
public function setDataDictionaryName(ddName:String, fetchDataDictionary:Boolean = true):void
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 |
Sets the data dictionary name to the one specified and also fetches the corresponding DataDictionary object from the server.
Parâmetros
ddName:String — Name of the data dictionary
| |
fetchDataDictionary:Boolean (default = true ) — flag to indicate if the corresponding data dictionary object
needs to be fetched from the server.
|
setDataDictRegistryService | () | método |
public static function setDataDictRegistryService(value:DataDictionaryRegistryService):void
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 |
This method lets you inject a custom implementation of the infrastructure data dictionary service.
By default, the class DataDictionaryRegistryServiceImpl
is used as the infrastructure service.
Parâmetros
value:DataDictionaryRegistryService — An implementation for DataDictionaryRegistryService.
|
validate | () | método |
public function validate():void
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 |
Runs the client validations and raises events of the type
AssetValidationEvent
for notifying validation result.
This method is always called implicitly whenever the save()
method is invoked on any of the concrete module domain classes.
fetchComplete | Evento |
flash.events.Event
propriedade Event.type =
flash.events.Event
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 |
Dispatched when this Module is completely fetched from the server. Modules are often kept shallow in the Asset Manager and fetched completely only when necessary. The fetchComplete event is dispatched when the Module has been retrieved completely from the server.
Wed Jun 13 2018, 11:10 AM Z