Guida di riferimento di ActionScript® 3.0 per la piattaforma Adobe® Flash®
Home  |  Nascondi elenco pacchetti e classi |  Pacchetti  |  Classi  |  Novità  |  Indice  |  Appendici  |  Perché in inglese?
Filtri: Recupero dati dal server...
Recupero dati dal server...
com.adobe.icc.dc.domain 

IDataInstance  - AS3 Asset Composer

Pacchettocom.adobe.icc.dc.domain
Interfacciapublic interface IDataInstance extends IValidation , IEventDispatcher
Implementatori FieldInstance, VariableInstance

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Asset Composer 10.0
Versioni runtime: AIR (unsupported), Flash Player 10.2

Represents the Data elements used in the letter which can be a variable or a field type data instance.



Proprietà pubbliche
 ProprietàDefinito da
  caption : String
[sola lettura] The caption property of the underlying value object.
IDataInstance
  dataType : String
[sola lettura] Return the field type
IDataInstance
  editable : Boolean
[sola lettura] True if the underlying object is editable.
IDataInstance
  name : String
[sola lettura] The name property of the underlying value object.
IDataInstance
  optional : Boolean
[sola lettura] True if the underlying object is optional.
IDataInstance
  subType : String
[sola lettura] The sub type of the data element in case when type of data element specified is ENUM.
IDataInstance
  toolTip : String
[sola lettura] The toolTip property of the underlying value object.
IDataInstance
 Inheritedvalid : Boolean
[sola lettura] Boolean indicating whether the content is valid
IValidation
  value : *
The value of the data element(variable or field) associated with the letter instance.
IDataInstance
  valueSet : IList
[sola lettura] The list of value of the data element in case when type of data element specified is ENUM.
IDataInstance
Metodi pubblici
 MetodoDefinito da
 Inherited
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.
IEventDispatcher
 Inherited
Invia un evento nel flusso di eventi.
IEventDispatcher
 Inherited
Verifica se per l'oggetto EventDispatcher sono presenti listener registrati per un tipo specifico di evento.
IEventDispatcher
 Inherited
Refresh should be called when item is selected.
IValidation
 Inherited
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
Rimuove un listener dall'oggetto EventDispatcher.
IEventDispatcher
 Inherited
Verifica se un listener di eventi è registrato con questo oggetto EventDispatcher o qualsiasi suo antenato per il tipo di evento specificato.
IEventDispatcher
Descrizione delle proprietà

caption

proprietà
caption: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 caption property of the underlying value object.



Implementazione
    public function get caption():String

dataType

proprietà 
dataType:String  [sola lettura]

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Asset Composer 10.0
Versioni runtime: AIR (unsupported), Flash Player 10.2

Return the field type



Implementazione
    public function get dataType():String

Elementi API correlati

editable

proprietà 
editable:Boolean  [sola lettura]

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Asset Composer 10.0
Versioni runtime: AIR (unsupported), Flash Player 10.2

True if the underlying object is editable.



Implementazione
    public function get editable():Boolean

name

proprietà 
name: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 name property of the underlying value object.



Implementazione
    public function get name():String

optional

proprietà 
optional:Boolean  [sola lettura]

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Asset Composer 10.0
Versioni runtime: AIR (unsupported), Flash Player 10.2

True if the underlying object is optional.



Implementazione
    public function get optional():Boolean

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à 
toolTip: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 toolTip property of the underlying value object.



Implementazione
    public function get toolTip():String

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




[ X ]Perché in inglese?
Il contenuto della Guida di riferimento di ActionScript 3.0 appare in inglese

Non tutte le parti della Guida di riferimento di ActionScript 3.0 sono tradotte in tutte le lingue. Quando un elemento del linguaggio non è tradotto, viene riportato in inglese. Ad esempio, la classe ga.controls.HelpBox non è tradotta in nessuna lingua. Pertanto, nella versione italiana della guida di riferimento, la descrizione della classe ga.controls.HelpBox è riportata in inglese.