Paket | com.adobe.icc.dc.domain |
Arabirim | public interface IDataInstance extends IValidation , IEventDispatcher |
Uygulayıcılar | FieldInstance, VariableInstance |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Asset Composer Building Block 10.0 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 10.2 |
Genel Özellikler
Özellik | Tanımlayan: | ||
---|---|---|---|
caption : String [salt okunur]
The caption property of the underlying value object. | IDataInstance | ||
dataType : String [salt okunur]
Return the field type
| IDataInstance | ||
editable : Boolean [salt okunur]
True if the underlying object is editable. | IDataInstance | ||
name : String [salt okunur]
The name property of the underlying value object. | IDataInstance | ||
optional : Boolean [salt okunur]
True if the underlying object is optional. | IDataInstance | ||
subType : String [salt okunur]
The sub type of the data element in case when type of data element specified is ENUM. | IDataInstance | ||
toolTip : String [salt okunur]
The toolTip property of the underlying value object. | IDataInstance | ||
valid : Boolean [salt okunur]
Boolean indicating whether the content is valid
| IValidation | ||
value : *
The value of the data element(variable or field) associated with the letter instance. | IDataInstance | ||
valueSet : IList [salt okunur]
The list of value of the data element in case when type of data element specified is ENUM. | IDataInstance |
Özellik Ayrıntısı
caption | özellik |
dataType | özellik |
editable | özellik |
name | özellik |
optional | özellik |
subType | özellik |
toolTip | özellik |
value | özellik |
value:*
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Asset Composer Building Block 10.0 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 10.2 |
The value of the data element(variable or field) associated with the letter instance.
Bu özellik veri ciltleme kaynağı olarak kullanılabilir. Bu özellik değiştirildiğinde, propertyChange
olayını gönderir.
Uygulama
public function get value():*
public function set value(value:any):void
valueSet | özellik |
valueSet:IList
[salt okunur] Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Asset Composer Building Block 10.0 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 10.2 |
The list of value of the data element in case when type of data element specified is ENUM.
Uygulama
public function get valueSet():IList
Tue Jun 12 2018, 01:09 PM Z