パッケージ | com.adobe.icc.editors.model |
クラス | public class ModuleAssignmentModel |
継承 | ModuleAssignmentModel EventDispatcher Object |
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Asset Composer Building Block 9.5 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
関連する API エレメント
パブリックプロパティ
プロパティ | 定義元 | ||
---|---|---|---|
constructor : Object
指定されたオブジェクトインスタンスのクラスオブジェクトまたはコンストラクター関数への参照です。 | 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 [読み取り専用]
The list of variables exposed by the module associated
with this assignment. | ModuleAssignmentModel | ||
vo : ModuleAssignment
The underlying value object for this module assignment. | ModuleAssignmentModel |
パブリックメソッド
メソッド | 定義元 | ||
---|---|---|---|
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
イベントリスナーオブジェクトを EventDispatcher オブジェクトに登録し、リスナーがイベントの通知を受け取るようにします。 | EventDispatcher | ||
[静的]
Constructs the domain object from a data module. | ModuleAssignmentModel | ||
[静的]
Constructs the domain object from its value object counterpart. | ModuleAssignmentModel | ||
イベントをイベントフローに送出します。 | EventDispatcher | ||
EventDispatcher オブジェクトに、特定のイベントタイプに対して登録されたリスナーがあるかどうかを確認します。 | EventDispatcher | ||
オブジェクトに指定されたプロパティが定義されているかどうかを示します。 | Object | ||
Object クラスのインスタンスが、パラメーターとして指定されたオブジェクトのプロトタイプチェーン内にあるかどうかを示します。 | Object | ||
指定されたプロパティが存在し、列挙できるかどうかを示します。 | Object | ||
EventDispatcher オブジェクトからリスナーを削除します。 | EventDispatcher | ||
ループ処理に対するダイナミックプロパティの可用性を設定します。 | Object | ||
ロケール固有の規則に従って書式設定された、このオブジェクトのストリング表現を返します。 | Object | ||
指定されたオブジェクトのストリング表現を返します。 | Object | ||
指定されたオブジェクトのプリミティブな値を返します。 | Object | ||
指定されたイベントタイプについて、この EventDispatcher オブジェクトまたはその祖先にイベントリスナーが登録されているかどうかを確認します。 | EventDispatcher |
プロパティの詳細
dataModel | プロパティ |
dataModel:ModuleModel
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Asset Composer Building Block 9.5 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The domain object of the module associated with this assignment.
実装
public function get dataModel():ModuleModel
public function set dataModel(value:ModuleModel):void
dataModule | プロパティ |
dataModule:DataModule
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Asset Composer Building Block 9.5 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The value object of the module associated with this assignment.
実装
public function get dataModule():DataModule
public function set dataModule(value:DataModule):void
editable | プロパティ |
indentationLevel | プロパティ |
indentationLevel:Number
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Asset Composer Building Block 9.5 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The indentationLevel property of the underlying value object.
実装
public function get indentationLevel():Number
public function set indentationLevel(value:Number):void
optional | プロパティ |
position | プロパティ |
preSelected | プロパティ |
preSelected:Boolean
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Asset Composer Building Block 9.5 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The preSelected property of the underlying value object.
実装
public function get preSelected():Boolean
public function set preSelected(value:Boolean):void
variables | プロパティ |
vo | プロパティ |
vo:ModuleAssignment
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Asset Composer Building Block 9.5 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The underlying value object for this module assignment.
実装
public function get vo():ModuleAssignment
public function set vo(value:ModuleAssignment):void
メソッドの詳細
createFromModule | () | メソッド |
public static function createFromModule(module:*):ModuleAssignmentModel
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Asset Composer Building Block 9.5 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructs the domain object from a data module.
パラメーター
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 | () | メソッド |
public static function createFromVO(vo:ModuleAssignment):ModuleAssignmentModel
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Asset Composer Building Block 9.5 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructs the domain object from its value object counterpart.
パラメーター
vo:ModuleAssignment — The module assignment value object.
|
ModuleAssignmentModel — The module assignment domain object.
|
Tue Jun 12 2018, 10:34 AM Z