Пакет | com.adobe.icc.editors.model |
Класс | public class ModuleModel |
Наследование | ModuleModel AssetModel EventDispatcher Object |
Подклассы | ConditionModel, ImageModel, ListModel, TextModel |
Язык версии: | ActionScript 3.0 |
Версия продукта: | Asset Composer Building Block 9.5 |
Версии среды выполнения: | 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.
Свойство | Определено | ||
---|---|---|---|
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
Ссылка на объект класса или функцию конструктора для данного экземпляра объекта. | 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 [только для чтения]
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 |
Метод | Определено | ||
---|---|---|---|
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Регистрирует объект прослушивателя события на объекте EventDispatcher для получения прослушивателем уведомления о событии. | EventDispatcher | ||
[статические]
Fetches a module by the given id and constructs the domain module object on top of it. | ModuleModel | ||
Посылает событие в поток событий. | EventDispatcher | ||
Fetches the complete value object via remoting call. | ModuleModel | ||
Проверяет, имеет ли объект EventDispatcher прослушиватели, зарегистрированные для определенного типа события. | EventDispatcher | ||
Показывает, определено ли заданное свойство для объекта. | Object | ||
Показывает, есть ли экземпляр класса Object в цепи прототипов объекта, заданного в качестве параметра. | Object | ||
Indicates if the underlying value object is shallow. | ModuleModel | ||
Показывает наличие заданного свойства и его перечисляемость. | Object | ||
Удаляет прослушиватель из объекта 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 | ||
[статические]
This method lets you inject a custom implementation of the infrastructure data dictionary service. | ModuleModel | ||
Задает доступность динамического свойства для операций цикла. | Object | ||
Возвращает строковое представление этого объекта, отформатированного в соответствии со стандартами, принятыми для данной локали. | Object | ||
Возвращает строковое представление заданного объекта. | Object | ||
Runs the client validations and raises events of the type
AssetValidationEvent for notifying validation result. | ModuleModel | ||
Возвращает элементарное значение заданного объекта. | Object | ||
Проверяет, зарегистрирован ли прослушиватель события для указанного типа события с данным объектом EventDispatcher или любым его предшественником. | EventDispatcher |
Метод | Определено | ||
---|---|---|---|
Fetches the data dictionary corresponding to the name specified. | ModuleModel |
Событие | Сводка | Определено | ||
---|---|---|---|---|
[многоадресное событие] Отправляется, когда проигрыватель Flash Player или приложение AIR перемещается в фокус операционной системы и становится активным. | EventDispatcher | |||
[многоадресное событие] Отправляется, когда проигрыватель Flash Player или приложение AIR теряет фокус системы и становится неактивным. | EventDispatcher | |||
Dispatched when this Module is completely fetched from the server. | ModuleModel |
dataDictionary | свойство |
dataDictionary:DataDictionary
Язык версии: | ActionScript 3.0 |
Версия продукта: | Asset Composer Building Block 9.5 |
Версии среды выполнения: | 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.
Это свойство можно использовать в качестве источника для связывания данных. При изменении этого свойства отправляется событие ddChange
.
Реализация
public function get dataDictionary():DataDictionary
public function set dataDictionary(value:DataDictionary):void
dataDictionaryName | свойство |
dataDictionaryName:String
Язык версии: | ActionScript 3.0 |
Версия продукта: | Asset Composer Building Block 9.5 |
Версии среды выполнения: | 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.
Это свойство можно использовать в качестве источника для связывания данных. При изменении этого свойства отправляется событие ddNameChange
.
Реализация
public function get dataDictionaryName():String
public function set dataDictionaryName(value:String):void
Связанные элементы API
shallow | свойство |
shallow:Boolean
Язык версии: | ActionScript 3.0 |
Версия продукта: | Asset Composer Building Block 9.5 |
Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Flag to indicate if the underlying value object is shallow.
Это свойство можно использовать в качестве источника для связывания данных. При изменении этого свойства отправляется событие propertyChange
.
Реализация
public function get shallow():Boolean
public function set shallow(value:Boolean):void
variables | свойство |
createFromId | () | метод |
public static function createFromId(moduleId:String):ModuleModel
Язык версии: | ActionScript 3.0 |
Версия продукта: | Asset Composer Building Block 9.5 |
Версии среды выполнения: | 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.
Параметры
moduleId:String — The GUID of the module the domain object for which needs to be created.
|
ModuleModel — The module domain object.
|
fetchComplete | () | метод |
public function fetchComplete():void
Язык версии: | ActionScript 3.0 |
Версия продукта: | Asset Composer Building Block 9.5 |
Версии среды выполнения: | 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 | () | метод |
protected function fetchDataDictionary():void
Язык версии: | ActionScript 3.0 |
Версия продукта: | Asset Composer Building Block 9.5 |
Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Fetches the data dictionary corresponding to the name specified.
isShallow | () | метод |
public function isShallow():Boolean
Язык версии: | ActionScript 3.0 |
Версия продукта: | Asset Composer Building Block 9.5 |
Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Indicates if the underlying value object is shallow.
ВозвращаетBoolean — boolean indicating if the underlying value object is shallow.
|
setDataDictionaryName | () | метод |
public function setDataDictionaryName(ddName:String, fetchDataDictionary:Boolean = true):void
Язык версии: | ActionScript 3.0 |
Версия продукта: | Asset Composer Building Block 9.5 |
Версии среды выполнения: | 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.
Параметры
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 | () | метод |
public static function setDataDictRegistryService(value:DataDictionaryRegistryService):void
Язык версии: | ActionScript 3.0 |
Версия продукта: | Asset Composer Building Block 9.5 |
Версии среды выполнения: | 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.
Параметры
value:DataDictionaryRegistryService — An implementation for DataDictionaryRegistryService.
|
validate | () | метод |
public function validate():void
Язык версии: | ActionScript 3.0 |
Версия продукта: | Asset Composer Building Block 9.5 |
Версии среды выполнения: | 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 | Событие |
flash.events.Event
свойство Event.type =
flash.events.Event
Язык версии: | ActionScript 3.0 |
Версия продукта: | Asset Composer Building Block 10 |
Версии среды выполнения: | 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.
Tue Jun 12 2018, 11:34 AM Z