Paket | com.adobe.icc.editors.model |
Arabirim | public interface IAssignmentModel |
Uygulayıcılar | FieldAssignmentModel, VariableAssignmentModel |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Asset Composer Building Block 9.5\ |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Özellik | Tanımlayan: | ||
---|---|---|---|
binding : Object
This property holds the typed object that is bound to the field
that this field assignment is associated with. | IAssignmentModel | ||
bindingType : String
The type of binding between the field and its assignment. | IAssignmentModel | ||
caption : String
The caption property of the underlying value object. | IAssignmentModel | ||
editable : Boolean
The editable property of the underlying value object. | IAssignmentModel | ||
isEditableEnabled : Boolean [salt okunur]
Specifies whether this assignement model is editable
| IAssignmentModel | ||
isOptionalEnabled : Boolean [salt okunur]
Specifies whether this assignement model is optional
| IAssignmentModel | ||
optional : Boolean
The optional property of the underlying value object. | IAssignmentModel | ||
target : *
The target associated with this assignment. | IAssignmentModel | ||
toolTip : String
The toolTip property of the underlying value object. | IAssignmentModel | ||
type : String [salt okunur]
Specifies the type of this assignment. | IAssignmentModel |
binding | özellik |
binding:Object
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Asset Composer Building Block 9.5 |
Çalışma Zamanı Sürümleri: | 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 |
Bu özellik veri ciltleme kaynağı olarak kullanılabilir. Bu özellik değiştirildiğinde, bindingChange
olayını gönderir.
Uygulama
public function get binding():Object
public function set binding(value:Object):void
bindingType | özellik |
bindingType:String
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Asset Composer Building Block 9.5 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The type of binding between the field and its assignment.
Bu özellik veri ciltleme kaynağı olarak kullanılabilir. Bu özellik değiştirildiğinde, bindingChange
olayını gönderir.
Uygulama
public function get bindingType():String
public function set bindingType(value:String):void
caption | özellik |
caption:String
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Asset Composer Building Block 9.5 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The caption property of the underlying value object.
Uygulama
public function get caption():String
public function set caption(value:String):void
editable | özellik |
editable:Boolean
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Asset Composer Building Block 9.5 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The editable property of the underlying value object.
Bu özellik veri ciltleme kaynağı olarak kullanılabilir. Bu özellik değiştirildiğinde, editableChange
olayını gönderir.
Uygulama
public function get editable():Boolean
public function set editable(value:Boolean):void
isEditableEnabled | özellik |
isEditableEnabled:Boolean
[salt okunur] Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Asset Composer Building Block 9.5 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Specifies whether this assignement model is editable
Uygulama
public function get isEditableEnabled():Boolean
isOptionalEnabled | özellik |
isOptionalEnabled:Boolean
[salt okunur] Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Asset Composer Building Block 9.5 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Specifies whether this assignement model is optional
Uygulama
public function get isOptionalEnabled():Boolean
optional | özellik |
optional:Boolean
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Asset Composer Building Block 9.5 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The optional property of the underlying value object.
Uygulama
public function get optional():Boolean
public function set optional(value:Boolean):void
target | özellik |
target:*
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Asset Composer Building Block 9.5 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The target associated with this assignment. The type is determined by the concrete implementation.
Uygulama
public function get target():*
public function set target(value:any):void
toolTip | özellik |
toolTip:String
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Asset Composer Building Block 9.5 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The toolTip property of the underlying value object.
Uygulama
public function get toolTip():String
public function set toolTip(value:String):void
type | özellik |
Tue Jun 12 2018, 01:09 PM Z