パッケージ | com.adobe.icc.editors.model |
クラス | public class AssetModel |
継承 | AssetModel EventDispatcher Object |
サブクラス | FragmentLayoutModel, LayoutModel, LetterModel, ModuleModel |
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Asset Composer Building Block 9.5 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
This class is supposedly abstract and should not be instantiated as is.
To work on a particular asset, its corresponding domain model class must
be used e.g. TextModel
, LayoutModel
etc.
It contains several properties and methods pulled up from the concrete classes. In case, a new asset 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 | ||
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 | ||
state : int
The state of the underlying value object. | AssetModel | ||
subCategory : Category
The Sub-Category of the underlying value object. | AssetModel | ||
version : int
The version of the underlying value object. | AssetModel | ||
vo : *
The value object which this asset domain object is built atop. | AssetModel |
プロパティ | 定義元 | ||
---|---|---|---|
isCopy : Boolean
Indicates that the object is a copy of an existing Asset. | AssetModel | ||
oldId : String
Id of the Asset which was cloned to create this copy. | AssetModel | ||
preferencesManager : PreferencesManager
To manage user preferences for category, subcategory and data dictionary. | AssetModel |
メソッド | 定義元 | ||
---|---|---|---|
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
イベントリスナーオブジェクトを EventDispatcher オブジェクトに登録し、リスナーがイベントの通知を受け取るようにします。 | EventDispatcher | ||
イベントをイベントフローに送出します。 | EventDispatcher | ||
EventDispatcher オブジェクトに、特定のイベントタイプに対して登録されたリスナーがあるかどうかを確認します。 | EventDispatcher | ||
オブジェクトに指定されたプロパティが定義されているかどうかを示します。 | Object | ||
Object クラスのインスタンスが、パラメーターとして指定されたオブジェクトのプロトタイプチェーン内にあるかどうかを示します。 | Object | ||
指定されたプロパティが存在し、列挙できるかどうかを示します。 | Object | ||
EventDispatcher オブジェクトからリスナーを削除します。 | EventDispatcher | ||
Saves the user edits for any asset. | AssetModel | ||
ループ処理に対するダイナミックプロパティの可用性を設定します。 | Object | ||
ロケール固有の規則に従って書式設定された、このオブジェクトのストリング表現を返します。 | Object | ||
指定されたオブジェクトのストリング表現を返します。 | Object | ||
指定されたオブジェクトのプリミティブな値を返します。 | Object | ||
指定されたイベントタイプについて、この EventDispatcher オブジェクトまたはその祖先にイベントリスナーが登録されているかどうかを確認します。 | EventDispatcher |
イベント | 概要 | 定義元 | ||
---|---|---|---|---|
[ブロードキャストイベント] Flash Player または AIR アプリケーションがオペレーティングシステムのフォーカスを取得して、アクティブになったときに送出されます。 | EventDispatcher | |||
[ブロードキャストイベント] Flash Player または AIR アプリケーションがオペレーティングシステムのフォーカスを失って、非アクティブになったときに送出されます。 | EventDispatcher | |||
Dispatched when this Asset is completely fetched from the server. | AssetModel |
activeEndDate | プロパティ |
activeEndDate:Date
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Asset Composer Building Block 9.5 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The activeEndDate of the underlying value object.
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 fetchComplete
イベントが送出されます。
実装
public function get activeEndDate():Date
public function set activeEndDate(value:Date):void
activeStartDate | プロパティ |
activeStartDate:Date
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Asset Composer Building Block 9.5 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The activeStartDate date of the underlying value object.
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 fetchComplete
イベントが送出されます。
実装
public function get activeStartDate():Date
public function set activeStartDate(value:Date):void
category | プロパティ |
category:Category
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Asset Composer Building Block 9.5 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The Category of the underlying value object.
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 categoryChange
イベントが送出されます。
実装
public function get category():Category
public function set category(value:Category):void
comment | プロパティ |
comment:String
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Asset Composer Building Block 9.5 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The comment of the underlying value object.
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 fetchComplete
イベントが送出されます。
実装
public function get comment():String
public function set comment(value:String):void
crxVersion | プロパティ |
crxVersion:String
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Asset Composer Building Block 10 |
ランタイムバージョン: | AIR (unsupported), Flash Player 10.2 |
The crx version of the underlying value object.
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 fetchComplete
イベントが送出されます。
実装
public function get crxVersion():String
public function set crxVersion(value:String):void
description | プロパティ |
description:String
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Asset Composer Building Block 9.5 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The description of the underlying value object.
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 fetchComplete
イベントが送出されます。
実装
public function get description():String
public function set description(value:String):void
extendedProperties | プロパティ |
extendedProperties:Object
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Asset Composer Building Block 10 |
ランタイムバージョン: | AIR (unsupported), Flash Player 10.2 |
The extended properties of the underlying value object.
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 extendedPropertiesChange
イベントが送出されます。
実装
public function get extendedProperties():Object
public function set extendedProperties(value:Object):void
id | プロパティ |
id:String
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Asset Composer Building Block 9.5 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The GUID of the underlying value object.
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 fetchComplete
イベントが送出されます。
実装
public function get id():String
public function set id(value:String):void
isCopy | プロパティ |
protected var isCopy:Boolean
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Asset Composer Building Block 9.5 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Indicates that the object is a copy of an existing Asset.
isNew | プロパティ |
public var isNew:Boolean
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Asset Composer Building Block 9.5 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Indicates if this Asset is new. New Asset objects are existent purely on the client side until they are saved.
lastChangeBy | プロパティ |
lastChangeBy:String
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Asset Composer Building Block 9.5 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The lastChangeBy property of the underlying value object.
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 fetchComplete
イベントが送出されます。
実装
public function get lastChangeBy():String
public function set lastChangeBy(value:String):void
name | プロパティ |
name:String
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Asset Composer Building Block 9.5 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The name of the underlying value object.
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 fetchComplete
イベントが送出されます。
実装
public function get name():String
public function set name(value:String):void
oldId | プロパティ |
protected var oldId:String
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Asset Composer Building Block 9.5 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Id of the Asset which was cloned to create this copy. This is applicable only when this Asset is a copy of an existing Asset.
preferencesManager | プロパティ |
protected var preferencesManager:PreferencesManager
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Asset Composer Building Block 9.5 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
To manage user preferences for category, subcategory and data dictionary.
state | プロパティ |
state:int
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Asset Composer Building Block 9.5 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The state of the underlying value object.
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 fetchComplete
イベントが送出されます。
実装
public function get state():int
public function set state(value:int):void
subCategory | プロパティ |
subCategory:Category
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Asset Composer Building Block 9.5 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The Sub-Category of the underlying value object.
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 categoryChange
イベントが送出されます。
実装
public function get subCategory():Category
public function set subCategory(value:Category):void
version | プロパティ |
version:int
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Asset Composer Building Block 9.5 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The version of the underlying value object.
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 fetchComplete
イベントが送出されます。
実装
public function get version():int
public function set version(value:int):void
vo | プロパティ |
vo:*
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Asset Composer Building Block 9.5 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The value object which this asset domain object is built atop. The type of the value object corresponds to the type of the domain object.
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 valueObjectChange
イベントが送出されます。
実装
public function get vo():*
public function set vo(value:any):void
save | () | メソッド |
public function save():void
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Asset Composer Building Block 10 |
ランタイムバージョン: | AIR (unsupported), Flash Player 10.2 |
Saves the user edits for any asset.
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 Asset is completely fetched from the server. Assets are often kept shallow in the Asset Manager and fetched completely only when necessary. The fetchComplete event is dispatched when the Asset has been retrieved completely from the server.
Tue Jun 12 2018, 10:34 AM Z