パッケージ | com.adobe.icc.editors.model |
クラス | public class VariableAssignmentModel |
継承 | VariableAssignmentModel 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. | VariableAssignmentModel | ||
bindingType : String
The type of binding between the field and its assignment. | VariableAssignmentModel | ||
caption : String
The caption property of the underlying value object. | VariableAssignmentModel | ||
constructor : Object
指定されたオブジェクトインスタンスのクラスオブジェクトまたはコンストラクター関数への参照です。 | Object | ||
dataModel : ModuleModel
The parent data module of the variable associated with this assignment
| VariableAssignmentModel | ||
editable : Boolean
The editable property of the underlying value object. | VariableAssignmentModel | ||
isEditableEnabled : Boolean [読み取り専用]
Specifies whether this assignement model is editable
| VariableAssignmentModel | ||
isOptionalEnabled : Boolean [読み取り専用]
Specifies whether this assignement model is optional
| VariableAssignmentModel | ||
letterModel : LetterModel
The domain object of the letter that this assignment belongs to. | VariableAssignmentModel | ||
optional : Boolean
The optional property of the underlying value object. | VariableAssignmentModel | ||
target : *
The field associated with this assignment. | VariableAssignmentModel | ||
toolTip : String
The toolTip property of the underlying value object. | VariableAssignmentModel | ||
type : String [読み取り専用]
Specifies the type of this assignment. | VariableAssignmentModel | ||
vo : VariableAssignment
The underlying variable assignment value object
| VariableAssignmentModel |
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):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
dataModel | プロパティ |
dataModel:ModuleModel
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Asset Composer Building Block 9.5 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The parent data module of the variable associated with this assignment
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 propertyChange
イベントが送出されます。
実装
public function get dataModel():ModuleModel
public function set dataModel(value:ModuleModel):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 | プロパティ |
isOptionalEnabled | プロパティ |
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.
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 propertyChange
イベントが送出されます。
実装
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
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.Variable
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 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.
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 targetChange
イベントが送出されます。
実装
public function get toolTip():String
public function set toolTip(value:String):void
type | プロパティ |
vo | プロパティ |
vo:VariableAssignment
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Asset Composer Building Block 9.5 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The underlying variable assignment value object
実装
public function get vo():VariableAssignment
public function set vo(value:VariableAssignment):void
Tue Jun 12 2018, 10:34 AM Z