Adobe® Flash® Platform 用 ActionScript® 3.0 リファレンスガイド
ホーム  |  パッケージおよびクラスリストの非表示 |  パッケージ  |  クラス  |  新機能  |  索引  |  付録  |  英語で表示される理由
フィルター: サーバーからデータを取得しています...
サーバーからデータを取得しています...
com.adobe.icc.editors.model 

ModuleAssignmentModel  - AS3 Asset Composer

パッケージcom.adobe.icc.editors.model
クラスpublic class ModuleAssignmentModel
継承ModuleAssignmentModel Inheritance EventDispatcher Inheritance Object

言語バージョン: ActionScript 3.0
製品バージョン: Asset Composer Building Block 9.5
ランタイムバージョン: AIR (unsupported), Flash Player 9, Flash Player 10

The domain class for the module assignments in a Letter's target area assignment.

関連する API エレメント



パブリックプロパティ
 プロパティ定義元
 Inheritedconstructor : 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
パブリックメソッド
 メソッド定義元
 Inherited
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
 Inherited
イベントをイベントフローに送出します。
EventDispatcher
 Inherited
EventDispatcher オブジェクトに、特定のイベントタイプに対して登録されたリスナーがあるかどうかを確認します。
EventDispatcher
 Inherited
オブジェクトに指定されたプロパティが定義されているかどうかを示します。
Object
 Inherited
Object クラスのインスタンスが、パラメーターとして指定されたオブジェクトのプロトタイプチェーン内にあるかどうかを示します。
Object
 Inherited
指定されたプロパティが存在し、列挙できるかどうかを示します。
Object
 Inherited
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
EventDispatcher オブジェクトからリスナーを削除します。
EventDispatcher
 Inherited
ループ処理に対するダイナミックプロパティの可用性を設定します。
Object
 Inherited
ロケール固有の規則に従って書式設定された、このオブジェクトのストリング表現を返します。
Object
 Inherited
指定されたオブジェクトのストリング表現を返します。
Object
 Inherited
指定されたオブジェクトのプリミティブな値を返します。
Object
 Inherited
指定されたイベントタイプについて、この EventDispatcher オブジェクトまたはその祖先にイベントリスナーが登録されているかどうかを確認します。
EventDispatcher
イベント
 イベント 概要 定義元
 Inherited[ブロードキャストイベント] Flash Player または AIR アプリケーションがオペレーティングシステムのフォーカスを取得して、アクティブになったときに送出されます。EventDispatcher
 Inherited[ブロードキャストイベント] Flash Player または AIR アプリケーションがオペレーティングシステムのフォーカスを失って、非アクティブになったときに送出されます。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

プロパティ 
editable:Boolean

言語バージョン: ActionScript 3.0
製品バージョン: Asset Composer Building Block 9.5
ランタイムバージョン: AIR (unsupported), Flash Player 9, Flash Player 10

The editable property of the underlying value object.



実装
    public function get editable():Boolean
    public function set editable(value:Boolean):void

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

プロパティ 
optional:Boolean

言語バージョン: ActionScript 3.0
製品バージョン: Asset Composer Building Block 9.5
ランタイムバージョン: AIR (unsupported), Flash Player 9, Flash Player 10

The optional property of the underlying value object.



実装
    public function get optional():Boolean
    public function set optional(value:Boolean):void

position

プロパティ 
position:int

言語バージョン: ActionScript 3.0
製品バージョン: Asset Composer Building Block 10
ランタイムバージョン: AIR (unsupported), Flash Player 10.2

Fetches the position of Module relative to other modules in the target area.



実装
    public function get position():int
    public function set position(value:int):void

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

プロパティ 
variables:IList  [読み取り専用]

言語バージョン: ActionScript 3.0
製品バージョン: Asset Composer Building Block 9.5
ランタイムバージョン: AIR (unsupported), Flash Player 9, Flash Player 10

The list of variables exposed by the module associated with this assignment.



実装
    public function get variables():IList

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.




[ X ]英語で表示される理由
ActionScript 3.0 リファレンスガイドのコンテンツが英語で表示されます。

ActionScript 3.0 リファレンスガイドのすべての部分がすべての言語に翻訳されているわけではありません。言語エレメントが翻訳されていない場合、そのエレメントは英語で表示されます。例えば、ga.controls.HelpBox クラスはどの言語にも訳されていません。このため、リファレンスガイドの日本語バージョンでは、ga.controls.HelpBox クラスは英語で表示されます。