Pacote | com.adobe.icc.dc.domain |
Classe | public class VariableInstance |
Herança | VariableInstance EventDispatcher Object |
Implementações | IDataInstance |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Composer Building Block 10.0 |
Versões de runtime: | AIR (unsupported), Flash Player 10.2 |
Propriedade | Definido por | ||
---|---|---|---|
caption : String [somente leitura]
The caption property of the underlying value object. | VariableInstance | ||
constructor : Object
Uma referência ao objeto de classe ou à função de construtor de uma determinada ocorrência de objeto. | Object | ||
dataType : String [somente leitura]
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 [somente leitura]
True if the underlying object is editable. | VariableInstance | ||
name : String [somente leitura]
The name property of the underlying value object. | VariableInstance | ||
optional : Boolean [somente leitura]
True if the underlying object is optional. | VariableInstance | ||
subType : String [somente leitura]
The sub type of the data element in case when type of data element specified is ENUM. | VariableInstance | ||
toolTip : String [somente leitura]
The toolTip property of the underlying value object. | VariableInstance | ||
valid : Boolean [somente leitura]
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 [somente leitura]
The list of value of the data element in case when type of data element specified is ENUM. | VariableInstance |
Método | Definido por | ||
---|---|---|---|
VariableInstance(value:VariableData)
Constructor. | VariableInstance | ||
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registra um objeto de ouvinte de evento em um objeto EventDispatcher, de forma que o ouvinte receba a notificação de um 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 | ||
Envia um evento para o fluxo de eventos. | 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 o objeto EventDispatcher tem ouvintes registrados para um tipo específico de evento. | EventDispatcher | ||
Indica se um objeto tem uma propriedade especificada definida. | Object | ||
Indica se uma ocorrência da classe Object está na cadeia de protótipos do objeto especificado como o parâmetro. | Object | ||
Indica se a propriedade especificada existe e é enumerável. | Object | ||
Refresh should be called when item is selected. | VariableInstance | ||
Remove um ouvinte do objeto EventDispatcher. | EventDispatcher | ||
Define a disponibilidade de uma propriedade dinâmica para operações de repetição. | Object | ||
The function to prepare the Variable instance for use. | VariableInstance | ||
Retorna a representação da string deste objeto, formatado segundo as convenções específicas para a localidade. | Object | ||
Retorna a representação de string do objeto especificado. | Object | ||
Retorna o valor primitivo do objeto especificado. | Object | ||
Verifica se um ouvinte de evento está registrado nesse objeto EventDispatcher ou em qualquer um de seus ancestrais para o tipo de evento especificado. | EventDispatcher |
Método | Definido por | ||
---|---|---|---|
variableDataChangeHandler(event:VariableDataEvent):void
Called when the variable's value changes (which could be the result of a linked variable/field). | VariableInstance |
caption | propriedade |
dataType | propriedade |
dataTypeValid | propriedade |
dataTypeValid:Boolean
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Composer Building Block 10.0 |
Versões de 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.
Essa propriedade pode ser usada como a origem para o vínculo de dados. Quando essa propriedade é modificada, ela despacha o evento propertyChange
.
Implementação
public function get dataTypeValid():Boolean
public function set dataTypeValid(value:Boolean):void
editable | propriedade |
name | propriedade |
optional | propriedade |
subType | propriedade |
subType:String
[somente leitura] Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Composer Building Block 10.0 |
Versões de runtime: | AIR (unsupported), Flash Player 10.2 |
The sub type of the data element in case when type of data element specified is ENUM.
Implementação
public function get subType():String
toolTip | propriedade |
valid | propriedade |
valid:Boolean
[somente leitura] Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Composer Building Block 10.0 |
Versões de runtime: | AIR (unsupported), Flash Player 10.2 |
Boolean indicating whether the content is valid
Essa propriedade pode ser usada como a origem para o vínculo de dados. Quando essa propriedade é modificada, ela despacha o evento propertyChange
.
Implementação
public function get valid():Boolean
value | propriedade |
value:*
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Composer Building Block 10.0 |
Versões de runtime: | AIR (unsupported), Flash Player 10.2 |
The value of the data element(variable or field) associated with the letter instance.
Essa propriedade pode ser usada como a origem para o vínculo de dados. Quando essa propriedade é modificada, ela despacha o evento propertyChange
.
Implementação
public function get value():*
public function set value(value:any):void
valueSet | propriedade |
valueSet:IList
[somente leitura] Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Composer Building Block 10.0 |
Versões de 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.
Implementação
public function get valueSet():IList
VariableInstance | () | Construtor |
public function VariableInstance(value:VariableData)
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Composer Building Block 10.0 |
Versões de runtime: | AIR (unsupported), Flash Player 10.2 |
Constructor.
Parâmetrosvalue:VariableData — The VariableData object associated with VariableInstance.
|
addModuleInstance | () | método |
public function addModuleInstance(moduleInstance:IModuleInstance):void
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Composer Building Block 10.0 |
Versões de runtime: | AIR (unsupported), Flash Player 10.2 |
Add the given moduleInstance
to this VariableInstance, as a source of the associated Variable.
Parâmetros
moduleInstance:IModuleInstance — The IModuleInstance object to be added to this VariableInstance.
|
destroy | () | método |
public function destroy():void
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Composer Building Block 10.0 |
Versões de 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 | () | método |
public function getModuleInstance():IList
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Composer Building Block 10.0 |
Versões de runtime: | AIR (unsupported), Flash Player 10.2 |
Get the List of IModuleInstances for all modules that this VariableInstance's Variable is derived from.
RetornaIList —
|
getVariable | () | método |
refresh | () | método |
public function refresh():void
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Composer Building Block 10.0 |
Versões de 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 | () | método |
public function setup():void
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Composer Building Block 10.0 |
Versões de runtime: | AIR (unsupported), Flash Player 10.2 |
The function to prepare the Variable instance for use.
variableDataChangeHandler | () | método |
protected function variableDataChangeHandler(event:VariableDataEvent):void
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Composer Building Block 10.0 |
Versões de runtime: | AIR (unsupported), Flash Player 10.2 |
Called when the variable's value changes (which could be the result of a linked variable/field).
Parâmetros
event:VariableDataEvent — The VariableDataEvent event dispatched on variable data change.
|
Wed Jun 13 2018, 11:10 AM Z