| パッケージ | com.adobe.icc.editors.model |
| クラス | public class FieldAssignmentModel |
| 継承 | FieldAssignmentModel EventDispatcher Object |
| 実装 | IAssignmentModel |
| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Asset Composer Building Block 9.5 |
| ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
関連する API エレメント
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 | ||
![]() | constructor : 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 | ||
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 Type | The object type of this property value |
|---|---|
| DDE | com.adobe.dct.transfer.DataDictionaryElement |
| CONST | String |
| DATAMODULE | com.adobe.icc.editors.model.ModuleModel |
| USER | String |
| VARIABLE | com.adobe.icc.editors.model.VariableModel |
| FIELD | com.adobe.icc.vo.Field |
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 propertyChange イベントが送出されます。
実装
public function get binding():Object public function set binding(value:Object):voidbindingType | プロパティ |
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):voidcaption | プロパティ |
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):voidcontainerLayoutAssignment | プロパティ |
containerLayoutAssignment:ContainerLayoutAssignmentModel実装
public function get containerLayoutAssignment():ContainerLayoutAssignmentModel public function set containerLayoutAssignment(value:ContainerLayoutAssignmentModel):voiddynamic | プロパティ |
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):voideditable | プロパティ |
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):voidisEditableEnabled | プロパティ |
isOptionalEnabled | プロパティ |
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):voidletterModel | プロパティ |
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):voidoptional | プロパティ |
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):voidrowName | プロパティ |
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):voidstaticEventDispatcher | プロパティ |
staticEventDispatcher:IEventDispatcher [読み取り専用] 実装
public static function get staticEventDispatcher():IEventDispatchertableName | プロパティ |
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):voidtarget | プロパティ |
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):voidtoolTip | プロパティ |
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):voidtype | プロパティ |
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):voidvo | プロパティ |
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):voidTue Jun 12 2018, 10:34 AM Z
継承されるパブリックプロパティを隠す
継承されるパブリックプロパティを表示