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

FieldAssignmentModel  - AS3 Asset Composer

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

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

This domain class represents the field assignments of a Letter.

関連する API エレメント

com.adobe.icc.editors.model.LetterModel.assignments
com.adobe.icc.editors.model.LetterModel.fieldAssignments


パブリックプロパティ
 プロパティ定義元
  binding : Object
This property holds the typed object that is bound to the field that this field assignment is associated with.
FieldAssignmentModel
  bindingType : String
The type of binding between the field and its assignment.
FieldAssignmentModel
  caption : String
The caption property of the underlying value object.
FieldAssignmentModel
 Inheritedconstructor : Object
指定されたオブジェクトインスタンスのクラスオブジェクトまたはコンストラクター関数への参照です。
Object
  containerLayoutAssignment : ContainerLayoutAssignmentModel
FieldAssignmentModel
  dynamic : Boolean
The dynamic property.
FieldAssignmentModel
  editable : Boolean
The editable property of the underlying value object.
FieldAssignmentModel
  isEditableEnabled : Boolean
[読み取り専用] Specifies whether this assignement model is editable
FieldAssignmentModel
  isOptionalEnabled : Boolean
[読み取り専用] Specifies whether this assignement model is optional
FieldAssignmentModel
  isTableField : Boolean
The isTableField property.
FieldAssignmentModel
  letterModel : LetterModel
The domain object of the letter that this assignment belongs to
FieldAssignmentModel
  optional : Boolean
The optional property of the underlying value object.
FieldAssignmentModel
  rowName : String
The row name property.
FieldAssignmentModel
  staticEventDispatcher : IEventDispatcher
[静的] [読み取り専用]
FieldAssignmentModel
  tableName : String
The table name property.
FieldAssignmentModel
  target : *
The field associated with this assignment.
FieldAssignmentModel
  toolTip : String
The toolTip property of the underlying value object.
FieldAssignmentModel
  type : String
[読み取り専用] Specifies the type of this assignment.
FieldAssignmentModel
  TYPE : String
[静的] Constant that specifies the assignment type as field assignment.
FieldAssignmentModel
  vo : FieldAssignment
The underlying field assignment value object
FieldAssignmentModel
パブリックメソッド
 メソッド定義元
 Inherited
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
イベントリスナーオブジェクトを EventDispatcher オブジェクトに登録し、リスナーがイベントの通知を受け取るようにします。
EventDispatcher
 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
プロパティの詳細

binding

プロパティ
binding:Object

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

This property holds the typed object that is bound to the field that this field assignment is associated with.

The type of this object varies as per the bindingType. The following table describes the 'type' of this property for all the possible cases.

Binding TypeThe object type of this property value
DDEcom.adobe.dct.transfer.DataDictionaryElement
CONSTString
DATAMODULEcom.adobe.icc.editors.model.ModuleModel
USERString
VARIABLEcom.adobe.icc.editors.model.VariableModel
FIELDcom.adobe.icc.vo.Field

このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 propertyChange イベントが送出されます。



実装
    public function get binding():Object
    public function set binding(value:Object):void

bindingType

プロパティ 
bindingType:String

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

The type of binding between the field and its assignment.

このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 propertyChange イベントが送出されます。



実装
    public function get bindingType():String
    public function set bindingType(value:String):void

caption

プロパティ 
caption:String

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

The caption property of the underlying value object.

このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 captionChange イベントが送出されます。



実装
    public function get caption():String
    public function set caption(value:String):void

containerLayoutAssignment

プロパティ 
containerLayoutAssignment:ContainerLayoutAssignmentModel



実装
    public function get containerLayoutAssignment():ContainerLayoutAssignmentModel
    public function set containerLayoutAssignment(value:ContainerLayoutAssignmentModel):void

dynamic

プロパティ 
dynamic:Boolean

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

The dynamic property.

このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 dynamicChange イベントが送出されます。



実装
    public function get dynamic():Boolean
    public function set dynamic(value:Boolean):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.

このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 editableChange イベントが送出されます。



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

isEditableEnabled

プロパティ 
isEditableEnabled:Boolean  [読み取り専用]

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

Specifies whether this assignement model is editable



実装
    public function get isEditableEnabled():Boolean

isOptionalEnabled

プロパティ 
isOptionalEnabled:Boolean  [読み取り専用]

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

Specifies whether this assignement model is optional



実装
    public function get isOptionalEnabled():Boolean

isTableField

プロパティ 
isTableField:Boolean

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

The isTableField property.

このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 isTableFieldChange イベントが送出されます。



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

letterModel

プロパティ 
letterModel:LetterModel

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

The domain object of the letter that this assignment belongs to



実装
    public function get letterModel():LetterModel
    public function set letterModel(value:LetterModel):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.

このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 optionalChange イベントが送出されます。



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

rowName

プロパティ 
rowName:String

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

The row name property.

このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 rowNameChange イベントが送出されます。



実装
    public function get rowName():String
    public function set rowName(value:String):void

staticEventDispatcher

プロパティ 
staticEventDispatcher:IEventDispatcher  [読み取り専用]



実装
    public static function get staticEventDispatcher():IEventDispatcher

tableName

プロパティ 
tableName:String

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

The table name property.

このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 tableNameChange イベントが送出されます。



実装
    public function get tableName():String
    public function set tableName(value:String):void

target

プロパティ 
target:*

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

The field associated with this assignment. This is of the type com.adobe.icc.vo.Field

このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 targetChange イベントが送出されます。



実装
    public function get target():*
    public function set target(value:any):void

toolTip

プロパティ 
toolTip:String

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

The toolTip property of the underlying value object.

このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 toolTipChange イベントが送出されます。



実装
    public function get toolTip():String
    public function set toolTip(value:String):void

type

プロパティ 
type:String  [読み取り専用]

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

Specifies the type of this assignment.



実装
    public function get type():String

TYPE

プロパティ 
TYPE:String

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

Constant that specifies the assignment type as field assignment.

このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 propertyChange イベントが送出されます。



実装
    public static function get TYPE():String
    public static function set TYPE(value:String):void

vo

プロパティ 
vo:FieldAssignment

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

The underlying field assignment value object



実装
    public function get vo():FieldAssignment
    public function set vo(value:FieldAssignment):void




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

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