| Paket | com.adobe.icc.editors.model |
| Sınıf | public class VariableModel |
| Miras Alma | VariableModel EventDispatcher Object |
| Alt Sınıflar | LetterVariableModel |
| 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 |
Variables are defined by modules as a provision to replace a part of the content with a dynamically fetched value.
| Özellik | Tanımlayan: | ||
|---|---|---|---|
![]() | constructor : Object
Belirli bir nesne örneği için sınıf nesnesine veya yapıcı işlevine bir başvuru. | Object | |
| dataType : String
The data-type of the variable
| VariableModel | ||
| id : String [salt okunur]
The GUID of the underlying variable value object. | VariableModel | ||
| module : ModuleModel
The module to which this variables belongs. | VariableModel | ||
| name : String
The name of the underlying variable value object. | VariableModel | ||
| protect : Boolean
The protect property of the underlying variable value object. | VariableModel | ||
| subType : String
The sub type of the variable. | VariableModel | ||
| type : String
The type of the variable. | VariableModel | ||
| valueSet : IList
The set of values for the enum type variable. | VariableModel | ||
| vo : Variable
The underlying value object corresponding to this variable. | VariableModel | ||
| Yöntem | Tanımlayan: | ||
|---|---|---|---|
![]() | 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 | |
Compares two Variable domain objects for equality. | VariableModel | ||
![]() |
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 | |
![]() |
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 | |
| Sabit | Tanımlayan: | ||
|---|---|---|---|
| TYPE_DDE : String = "DDE" [statik]
The constant corresponding to the data dictionary variables. | VariableModel | ||
| TYPE_PLACEHOLDER : String = "PLACEHOLDER" [statik]
The constant corresponding to the placeholder variables. | VariableModel | ||
dataType | özellik |
id | özellik |
module | özellik |
module:ModuleModel| 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 module to which this variables belongs. The actual value of this property
is a concrete module type e.g. TextModel
Bu özellik veri ciltleme kaynağı olarak kullanılabilir. Bu özellik değiştirildiğinde, propertyChange olayını gönderir.
Uygulama
public function get module():ModuleModel public function set module(value:ModuleModel):voidname | özellik |
protect | özellik |
protect: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 protect property of the underlying variable value object.
Uygulama
public function get protect():Boolean public function set protect(value:Boolean):voidsubType | özellik |
subType:String| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Asset Composer Building Block 10 |
| Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 10.2 |
The sub type of the variable. The possible values are defined by the
class constant SUBTYPE_ENUM
Uygulama
public function get subType():String public function set subType(value:String):voidtype | özellik |
type: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 the variable. The possible values are defined by the
class constants TYPE_PLACEHOLDER and TYPE_DDE
Uygulama
public function get type():String public function set type(value:String):voidvalueSet | özellik |
vo | özellik |
vo:Variable| 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 underlying value object corresponding to this variable.
Uygulama
public function get vo():Variable public function set vo(value:Variable):voidequals | () | yöntem |
public function equals(obj:VariableModel):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 |
Compares two Variable domain objects for equality.
Parametreler
obj:VariableModel — The variable domain object this object should be compared with.
|
Boolean — true, if the two domain objects are logically equal.
|
TYPE_DDE | Sabit |
public static const TYPE_DDE:String = "DDE"| 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 constant corresponding to the data dictionary variables.
TYPE_PLACEHOLDER | Sabit |
public static const TYPE_PLACEHOLDER:String = "PLACEHOLDER"| 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 constant corresponding to the placeholder variables.
Tue Jun 12 2018, 01:09 PM Z
Miras Alınan Genel Özellikleri Gizle
Miras Alınan Genel Özellikleri Göster