| Pakket | com.adobe.icc.editors.model |
| Klasse | public class VariableModel |
| Overerving | VariableModel EventDispatcher Object |
| Subklassen | LetterVariableModel |
| Taalversie: | ActionScript 3.0 |
| Productversie: | Asset Composer Building Block 9.5 |
| Runtimeversies: | 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.
| Eigenschap | Gedefinieerd door | ||
|---|---|---|---|
![]() | constructor : Object
Verwijzing naar het klasseobject of de constructorfunctie van een bepaalde objectinstantie. | Object | |
| dataType : String
The data-type of the variable
| VariableModel | ||
| id : String [alleen-lezen]
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 | Gedefinieerd door | ||
|---|---|---|---|
![]() | addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registreert een gebeurtenislistenerobject bij een object EventDispatcher, zodat de listener een melding van een gebeurtenis ontvangt. | EventDispatcher | |
![]() |
Verzendt een gebeurtenis naar de gebeurtenisstroom. | EventDispatcher | |
Compares two Variable domain objects for equality. | VariableModel | ||
![]() |
Controleert of het object EventDispatcher listeners heeft geregistreerd voor een specifiek type gebeurtenis. | EventDispatcher | |
![]() |
Geeft aan of voor een object een opgegeven eigenschap is gedefinieerd. | Object | |
![]() |
Geeft aan of een instantie van de klasse Object zich in de prototypeketen van het object bevindt dat als parameter is opgegeven. | Object | |
![]() |
Geeft aan of de opgegeven eigenschap bestaat en kan worden opgesomd. | Object | |
![]() |
Verwijdert een listener uit het object EventDispatcher. | EventDispatcher | |
![]() |
Stelt de beschikbaarheid van een dynamische eigenschap voor lusbewerkingen in. | Object | |
![]() |
Geeft de tekenreeksweergave van dit object weer, geformatteerd volgens de locatiespecifieke conventies. | Object | |
![]() |
Retourneert een tekenreeksrepresentatie van het opgegeven object. | Object | |
![]() |
Retourneert de primitieve waarde van het opgegeven object. | Object | |
![]() |
Controleert of een gebeurtenislistener is geregistreerd bij dit object EventDispatcher of een van de voorouders voor het opgegeven type gebeurtenis. | EventDispatcher | |
| Constante | Gedefinieerd door | ||
|---|---|---|---|
| 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 | eigenschap |
id | eigenschap |
module | eigenschap |
module:ModuleModel| Taalversie: | ActionScript 3.0 |
| Productversie: | Asset Composer Building Block 9.5 |
| Runtimeversies: | 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
Deze eigenschap kan als de bron voor gegevensbinding worden gebruikt. Wanneer deze eigenschap wordt gewijzigd, wordt de gebeurtenis propertyChange verzonden.
Implementatie
public function get module():ModuleModel public function set module(value:ModuleModel):voidname | eigenschap |
protect | eigenschap |
protect:Boolean| Taalversie: | ActionScript 3.0 |
| Productversie: | Asset Composer Building Block 9.5 |
| Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The protect property of the underlying variable value object.
Implementatie
public function get protect():Boolean public function set protect(value:Boolean):voidsubType | eigenschap |
subType:String| Taalversie: | ActionScript 3.0 |
| Productversie: | Asset Composer Building Block 10 |
| Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
The sub type of the variable. The possible values are defined by the
class constant SUBTYPE_ENUM
Implementatie
public function get subType():String public function set subType(value:String):voidtype | eigenschap |
type:String| Taalversie: | ActionScript 3.0 |
| Productversie: | Asset Composer Building Block 9.5 |
| Runtimeversies: | 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
Implementatie
public function get type():String public function set type(value:String):voidvalueSet | eigenschap |
vo | eigenschap |
vo:Variable| Taalversie: | ActionScript 3.0 |
| Productversie: | Asset Composer Building Block 9.5 |
| Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The underlying value object corresponding to this variable.
Implementatie
public function get vo():Variable public function set vo(value:Variable):voidequals | () | methode |
public function equals(obj:VariableModel):Boolean| Taalversie: | ActionScript 3.0 |
| Productversie: | Asset Composer Building Block 9.5 |
| Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Compares two Variable domain objects for equality.
Parameters
obj:VariableModel — The variable domain object this object should be compared with.
|
Boolean — true, if the two domain objects are logically equal.
|
TYPE_DDE | Constante |
public static const TYPE_DDE:String = "DDE"| Taalversie: | ActionScript 3.0 |
| Productversie: | Asset Composer Building Block 9.5 |
| Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The constant corresponding to the data dictionary variables.
TYPE_PLACEHOLDER | Constante |
public static const TYPE_PLACEHOLDER:String = "PLACEHOLDER"| Taalversie: | ActionScript 3.0 |
| Productversie: | Asset Composer Building Block 9.5 |
| Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The constant corresponding to the placeholder variables.
Wed Jun 13 2018, 11:42 AM Z
Overerfde openbare eigenschappen verbergen
Overerfde openbare eigenschappen weergeven