Pacchetto | com.adobe.icc.dc.domain |
Classe | public class VariableInstance |
Ereditarietà | VariableInstance EventDispatcher Object |
Implementa | IDataInstance |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 10.0 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
Proprietà | Definito da | ||
---|---|---|---|
caption : String [sola lettura]
The caption property of the underlying value object. | VariableInstance | ||
constructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto. | Object | ||
dataType : String [sola lettura]
Return the field type
| VariableInstance | ||
dataTypeValid : Boolean
True if the variable's value filled by the user fits in well as per the data type of the variable. | VariableInstance | ||
editable : Boolean [sola lettura]
True if the underlying object is editable. | VariableInstance | ||
name : String [sola lettura]
The name property of the underlying value object. | VariableInstance | ||
optional : Boolean [sola lettura]
True if the underlying object is optional. | VariableInstance | ||
subType : String [sola lettura]
The sub type of the data element in case when type of data element specified is ENUM. | VariableInstance | ||
toolTip : String [sola lettura]
The toolTip property of the underlying value object. | VariableInstance | ||
valid : Boolean [sola lettura]
Boolean indicating whether the content is valid
| VariableInstance | ||
value : *
The value of the data element(variable or field) associated with the letter instance. | VariableInstance | ||
valueSet : IList [sola lettura]
The list of value of the data element in case when type of data element specified is ENUM. | VariableInstance |
Metodo | Definito da | ||
---|---|---|---|
VariableInstance(value:VariableData)
Constructor. | VariableInstance | ||
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registra un oggetto listener di eventi con un oggetto EventDispatcher, in modo che il listener riceva la notifica di un evento. | EventDispatcher | ||
Add the given moduleInstance to this VariableInstance, as a source of the associated Variable. | VariableInstance | ||
The function called when the Variable instance is no longer required.It does the clean up like removing event listeners from the dependencies. | VariableInstance | ||
Invia un evento nel flusso di eventi. | EventDispatcher | ||
Get the List of IModuleInstances for all modules that this VariableInstance's Variable is derived from. | VariableInstance | ||
Returns the instance of Variable associated with this underlying object. | VariableInstance | ||
Verifica se per l'oggetto EventDispatcher sono presenti listener registrati per un tipo specifico di evento. | EventDispatcher | ||
Indica se per un oggetto è definita una proprietà specifica. | Object | ||
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro. | Object | ||
Indica se la proprietà specificata esiste ed è enumerabile. | Object | ||
Refresh should be called when item is selected. | VariableInstance | ||
Rimuove un listener dall'oggetto EventDispatcher. | EventDispatcher | ||
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche. | Object | ||
The function to prepare the Variable instance for use. | VariableInstance | ||
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate. | Object | ||
Restituisce la rappresentazione in formato stringa dell'oggetto specificato. | Object | ||
Restituisce il valore di base dell'oggetto specificato. | Object | ||
Verifica se un listener di eventi è registrato con questo oggetto EventDispatcher o qualsiasi suo antenato per il tipo di evento specificato. | EventDispatcher |
Metodo | Definito da | ||
---|---|---|---|
variableDataChangeHandler(event:VariableDataEvent):void
Called when the variable's value changes (which could be the result of a linked variable/field). | VariableInstance |
caption | proprietà |
dataType | proprietà |
dataTypeValid | proprietà |
dataTypeValid:Boolean
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 10.0 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
True if the variable's value filled by the user fits in well as per the data type of the variable. for e.g dataTypeValid attribute is false when a string is filled in for a Number-type variable.
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento propertyChange
.
Implementazione
public function get dataTypeValid():Boolean
public function set dataTypeValid(value:Boolean):void
editable | proprietà |
name | proprietà |
optional | proprietà |
subType | proprietà |
subType:String
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 10.0 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
The sub type of the data element in case when type of data element specified is ENUM.
Implementazione
public function get subType():String
toolTip | proprietà |
valid | proprietà |
valid:Boolean
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 10.0 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
Boolean indicating whether the content is valid
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento propertyChange
.
Implementazione
public function get valid():Boolean
value | proprietà |
value:*
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 10.0 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
The value of the data element(variable or field) associated with the letter instance.
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento propertyChange
.
Implementazione
public function get value():*
public function set value(value:any):void
valueSet | proprietà |
valueSet:IList
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 10.0 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
The list of value of the data element in case when type of data element specified is ENUM.
Implementazione
public function get valueSet():IList
VariableInstance | () | Funzione di costruzione |
public function VariableInstance(value:VariableData)
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 10.0 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
Constructor.
Parametrivalue:VariableData — The VariableData object associated with VariableInstance.
|
addModuleInstance | () | metodo |
public function addModuleInstance(moduleInstance:IModuleInstance):void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 10.0 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
Add the given moduleInstance
to this VariableInstance, as a source of the associated Variable.
Parametri
moduleInstance:IModuleInstance — The IModuleInstance object to be added to this VariableInstance.
|
destroy | () | metodo |
public function destroy():void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 10.0 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
The function called when the Variable instance is no longer required.It does the clean up like removing event listeners from the dependencies.
getModuleInstance | () | metodo |
public function getModuleInstance():IList
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 10.0 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
Get the List of IModuleInstances for all modules that this VariableInstance's Variable is derived from.
RestituisceIList —
|
getVariable | () | metodo |
refresh | () | metodo |
public function refresh():void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 10.0 |
Versioni runtime: | 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.
setup | () | metodo |
public function setup():void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 10.0 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
The function to prepare the Variable instance for use.
variableDataChangeHandler | () | metodo |
protected function variableDataChangeHandler(event:VariableDataEvent):void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 10.0 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
Called when the variable's value changes (which could be the result of a linked variable/field).
Parametri
event:VariableDataEvent — The VariableDataEvent event dispatched on variable data change.
|
Tue Jun 12 2018, 02:44 PM Z