| Paket | com.adobe.icc.editors.model |
| Klasse | public class VariableModel |
| Vererbung | VariableModel EventDispatcher Object |
| Unterklassen | LetterVariableModel |
| Sprachversion: | ActionScript 3.0 |
| Produktversion: | Baustein „Asset Composer“ 9.5 |
| Laufzeitversionen: | 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.
| Eigenschaft | Definiert von | ||
|---|---|---|---|
![]() | constructor : Object
Ein Verweis auf das Klassenobjekt oder die Konstruktorfunktion für eine angegebene Objektinstanz. | Object | |
| dataType : String
The data-type of the variable
| VariableModel | ||
| id : String [schreibgeschützt]
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 | ||
| Methode | Definiert von | ||
|---|---|---|---|
![]() | addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registriert ein Ereignis-Listener-Objekt bei einem EventDispatcher-Objekt, sodass der Listener über ein Ereignis benachrichtigt wird. | EventDispatcher | |
![]() |
Sendet ein Ereignis in den Ereignisablauf. | EventDispatcher | |
Compares two Variable domain objects for equality. | VariableModel | ||
![]() |
Überprüft, ob das EventDispatcher-Objekt Listener für einen bestimmten Ereignistyp registriert hat. | EventDispatcher | |
![]() |
Gibt an, ob für ein Objekt eine bestimmte Eigenschaft definiert wurde. | Object | |
![]() |
Gibt an, ob eine Instanz der Object-Klasse in der Prototypkette des Objekts vorhanden ist, das als Parameter angegeben wurde. | Object | |
![]() |
Gibt an, ob die angegebene Eigenschaft vorhanden ist und durchlaufen werden kann. | Object | |
![]() |
Entfernt einen Listener aus dem EventDispatcher-Objekt. | EventDispatcher | |
![]() |
Legt die Verfügbarkeit einer dynamischen Eigenschaft für Schleifenoperationen fest. | Object | |
![]() |
Gibt die Stringdarstellung dieses Objekts zurück, formatiert entsprechend den Konventionen des Gebietsschemas. | Object | |
![]() |
Gibt das angegebene Objekt als String zurück. | Object | |
![]() |
Gibt den Grundwert des angegebenen Objekts zurück. | Object | |
![]() |
Überprüft, ob bei diesem EventDispatcher-Objekt oder bei einem seiner Vorgänger ein Ereignis-Listener für einen bestimmten Ereignistyp registriert ist. | EventDispatcher | |
| Konstante | Definiert von | ||
|---|---|---|---|
| TYPE_DDE : String = "DDE" [statisch]
The constant corresponding to the data dictionary variables. | VariableModel | ||
| TYPE_PLACEHOLDER : String = "PLACEHOLDER" [statisch]
The constant corresponding to the placeholder variables. | VariableModel | ||
dataType | Eigenschaft |
id | Eigenschaft |
module | Eigenschaft |
module:ModuleModel| Sprachversion: | ActionScript 3.0 |
| Produktversion: | Baustein „Asset Composer“ 9.5 |
| Laufzeitversionen: | 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
Diese Eigenschaft kann als Quelle für die Datenbindung verwendet werden. Beim Ändern dieser Eigenschaft wird das propertyChange -Ereignis ausgelöst.
Implementierung
public function get module():ModuleModel public function set module(value:ModuleModel):voidname | Eigenschaft |
name:String| Sprachversion: | ActionScript 3.0 |
| Produktversion: | Baustein „Asset Composer“ 9.5 |
| Laufzeitversionen: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The name of the underlying variable value object.
Implementierung
public function get name():String public function set name(value:String):voidprotect | Eigenschaft |
protect:Boolean| Sprachversion: | ActionScript 3.0 |
| Produktversion: | Baustein „Asset Composer“ 9.5 |
| Laufzeitversionen: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The protect property of the underlying variable value object.
Implementierung
public function get protect():Boolean public function set protect(value:Boolean):voidsubType | Eigenschaft |
subType:String| Sprachversion: | ActionScript 3.0 |
| Produktversion: | Baustein „Asset Composer“ 10 |
| Laufzeitversionen: | AIR (unsupported), Flash Player 10.2 |
The sub type of the variable. The possible values are defined by the
class constant SUBTYPE_ENUM
Implementierung
public function get subType():String public function set subType(value:String):voidtype | Eigenschaft |
type:String| Sprachversion: | ActionScript 3.0 |
| Produktversion: | Baustein „Asset Composer“ 9.5 |
| Laufzeitversionen: | 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
Implementierung
public function get type():String public function set type(value:String):voidvalueSet | Eigenschaft |
vo | Eigenschaft |
vo:Variable| Sprachversion: | ActionScript 3.0 |
| Produktversion: | Baustein „Asset Composer“ 9.5 |
| Laufzeitversionen: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The underlying value object corresponding to this variable.
Implementierung
public function get vo():Variable public function set vo(value:Variable):voidequals | () | Methode |
public function equals(obj:VariableModel):Boolean| Sprachversion: | ActionScript 3.0 |
| Produktversion: | Baustein „Asset Composer“ 9.5 |
| Laufzeitversionen: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Compares two Variable domain objects for equality.
Parameter
obj:VariableModel — The variable domain object this object should be compared with.
|
Boolean — true, if the two domain objects are logically equal.
|
TYPE_DDE | Konstante |
public static const TYPE_DDE:String = "DDE"| Sprachversion: | ActionScript 3.0 |
| Produktversion: | Baustein „Asset Composer“ 9.5 |
| Laufzeitversionen: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The constant corresponding to the data dictionary variables.
TYPE_PLACEHOLDER | Konstante |
public static const TYPE_PLACEHOLDER:String = "PLACEHOLDER"| Sprachversion: | ActionScript 3.0 |
| Produktversion: | Baustein „Asset Composer“ 9.5 |
| Laufzeitversionen: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The constant corresponding to the placeholder variables.
Tue Jun 12 2018, 10:04 AM Z
Vererbte öffentliche Eigenschaften ausblenden
Vererbte öffentliche Eigenschaften anzeigen