Paket | com.adobe.icc.dc.domain |
Sınıf | public class FieldInstance |
Miras Alma | FieldInstance EventDispatcher Object |
Uygular | IDataInstance |
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 |
Özellik | Tanımlayan: | ||
---|---|---|---|
caption : String [salt okunur]
The caption property of the underlying value object. | FieldInstance | ||
constructor : Object
Belirli bir nesne örneği için sınıf nesnesine veya yapıcı işlevine bir başvuru. | Object | ||
dataType : String [salt okunur]
Return the field type
| FieldInstance | ||
dataTypeValid : Boolean
True if the field's value filled by the user fits in well as per the data type of the field. | FieldInstance | ||
editable : Boolean [salt okunur]
True if the underlying object is editable. | FieldInstance | ||
formSomExpression : String [salt okunur]
The SOM Expression of the target. | FieldInstance | ||
isNewField : Boolean [salt okunur]
[Applicable during reload]
True if this is a new Field, that did not exist when the Letter was submitted. | FieldInstance | ||
isRemoved : Boolean [salt okunur]
[Applicable during reload]
True if this Field has been removed from the latest version of the layout. | FieldInstance | ||
name : String [salt okunur]
The name property of the underlying value object. | FieldInstance | ||
optional : Boolean [salt okunur]
True if the underlying object is optional. | FieldInstance | ||
order : int [salt okunur]
The order of a field represents the order in which it is laid out in the layout or fragment of a letter. | FieldInstance | ||
subType : String [salt okunur]
The sub type of the data element in case when type of data element specified is ENUM. | FieldInstance | ||
toolTip : String [salt okunur]
The toolTip property of the underlying value object. | FieldInstance | ||
valid : Boolean [salt okunur]
Boolean indicating whether the content is valid
| FieldInstance | ||
value : *
The value of the data element(variable or field) associated with the letter instance. | FieldInstance | ||
valueSet : IList [salt okunur]
The list of value of the data element in case when type of data element specified is ENUM. | FieldInstance |
Yöntem | Tanımlayan: | ||
---|---|---|---|
FieldInstance(value:FieldData)
Constructor. | FieldInstance | ||
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
EventDispatcher nesnesi olan bir olay dinleyici nesnesini, dinleyicinin bir olayın bildirimini alması için kaydeder. | EventDispatcher | ||
Olay akışına bir olay gönderir. | EventDispatcher | ||
EventDispatcher nesnesinin belirli bir olay türü için kayıtlı dinleyicisi olup olmadığını kontrol eder. | EventDispatcher | ||
Bir nesnenin belirli bir özelliğinin tanımlı olup olmadığını gösterir. | Object | ||
Object sınıfının bir örneğinin parametre olarak belirtilen nesnenin prototip zincirinde olup olmadığını gösterir. | Object | ||
Belirtilen özelliğin bulunup bulunmadığını ve numaralandırılabilir olup olmadığını gösterir. | Object | ||
Refresh should be called when item is selected. | FieldInstance | ||
EventDispatcher nesnesinden bir dinleyiciyi kaldırır. | EventDispatcher | ||
Dinamik bir özelliğin döngü işlemlerinde kullanılabilirliğini ayarlar. | Object | ||
Bu nesnenin, yerel ayara özel kurallara göre biçimlendirilmiş dize temsilini döndürür. | Object | ||
Belirtilen nesnenin dize olarak temsil edilen halini döndürür. | Object | ||
Belirtilen nesnenin temel değerini döndürür. | Object | ||
Bir olay dinleyicisinin bu EventDispatcher nesnesiyle mi, yoksa onun belirtilen olay türüne yönelik üst öğelerinden biriyle mi kayıtlı olduğunu kontrol eder. | EventDispatcher |
caption | özellik |
dataType | özellik |
dataTypeValid | özellik |
dataTypeValid:Boolean
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 |
True if the field's value filled by the user fits in well as per the data type of the field. for e.g dataTypeValid attribute is false when a string is filled in for a Number-type field.
Bu özellik veri ciltleme kaynağı olarak kullanılabilir. Bu özellik değiştirildiğinde, propertyChange
olayını gönderir.
Uygulama
public function get dataTypeValid():Boolean
public function set dataTypeValid(value:Boolean):void
editable | özellik |
formSomExpression | özellik |
isNewField | özellik |
isNewField:Boolean
[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 |
[Applicable during reload] True if this is a new Field, that did not exist when the Letter was submitted.
Varsayılan değer şudur false.
Bu özellik veri ciltleme kaynağı olarak kullanılabilir. Bu özellik değiştirildiğinde, propertyChange
olayını gönderir.
Uygulama
public function get isNewField():Boolean
isRemoved | özellik |
isRemoved:Boolean
[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 |
[Applicable during reload] True if this Field has been removed from the latest version of the layout.
Varsayılan değer şudur false.
Bu özellik veri ciltleme kaynağı olarak kullanılabilir. Bu özellik değiştirildiğinde, propertyChange
olayını gönderir.
Uygulama
public function get isRemoved():Boolean
name | özellik |
optional | özellik |
order | özellik |
order:int
[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 order of a field represents the order in which it is laid out in the layout or fragment of a letter.
Uygulama
public function get order():int
subType | özellik |
toolTip | özellik |
valid | özellik |
valid:Boolean
[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 |
Boolean indicating whether the content is valid
Bu özellik veri ciltleme kaynağı olarak kullanılabilir. Bu özellik değiştirildiğinde, propertyChange
olayını gönderir.
Uygulama
public function get valid():Boolean
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
FieldInstance | () | Yapıcı |
public function FieldInstance(value:FieldData)
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 |
Constructor.
Parametrelervalue:FieldData — The FieldData object represented by FieldInstance.
|
refresh | () | yöntem |
public function refresh():void
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 |
Refresh should be called when item is selected. This is useful in case when the the item is deselcted. In that case, if there is any change in variable value/ field value etc., those changes may not be propagated to module.
Tue Jun 12 2018, 01:09 PM Z