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...
mx.automation 

IAutomationEventDescriptor  - AS3 Flex

Pacchettomx.automation
Interfacciapublic interface IAutomationEventDescriptor
Implementatori AutomationEventDescriptor

Versione linguaggio: ActionScript 3.0
Versione prodotto: Flex 3
Versioni runtime: Flash Player 9, AIR 1.1

The IAutomationEventDescriptor interface defines the interface for an event descriptor.

Altri esempi



Proprietà pubbliche
 ProprietàDefinito da
  eventClassName : String
[sola lettura] The name of the class implementing this event.
IAutomationEventDescriptor
  eventType : String
[sola lettura] The value of the type property used for this event.
IAutomationEventDescriptor
  name : String
[sola lettura] The name of this event as the agent sees it.
IAutomationEventDescriptor
Metodi pubblici
 MetodoDefinito da
  
Returns an Array of argument descriptors for this event.
IAutomationEventDescriptor
  
Encodes an automation event argument into an Array.
IAutomationEventDescriptor
  
Decodes an argument Array and replays the event.
IAutomationEventDescriptor
Descrizione delle proprietà

eventClassName

proprietà
eventClassName:String  [sola lettura]

Versione linguaggio: ActionScript 3.0
Versione prodotto: Flex 3
Versioni runtime: Flash Player 9, AIR 1.1

The name of the class implementing this event.



Implementazione
    public function get eventClassName():String

eventType

proprietà 
eventType:String  [sola lettura]

Versione linguaggio: ActionScript 3.0
Versione prodotto: Flex 3
Versioni runtime: Flash Player 9, AIR 1.1

The value of the type property used for this event.



Implementazione
    public function get eventType():String

name

proprietà 
name:String  [sola lettura]

Versione linguaggio: ActionScript 3.0
Versione prodotto: Flex 3
Versioni runtime: Flash Player 9, AIR 1.1

The name of this event as the agent sees it. The AutomationManager fills the AutomationRecordEvent.name property with this name.



Implementazione
    public function get name():String
Descrizione dei metodi

getArgDescriptors

()metodo
public function getArgDescriptors(target:IAutomationObject):Array

Versione linguaggio: ActionScript 3.0
Versione prodotto: Flex 3
Versioni runtime: Flash Player 9, AIR 1.1

Returns an Array of argument descriptors for this event.

Parametri

target:IAutomationObject — Instance of the IAutomationObject that supports this event.

Restituisce
Array — Array of argument descriptors for this event.

record

()metodo 
public function record(target:IAutomationObject, event:Event):Array

Versione linguaggio: ActionScript 3.0
Versione prodotto: Flex 3
Versioni runtime: Flash Player 9, AIR 1.1

Encodes an automation event argument into an Array.

Parametri

target:IAutomationObject — Automation object on which to record the event.
 
event:Event — Automation event that is being recorded.

Restituisce
Array — Array of property values of the event described by the PropertyDescriptors.

replay

()metodo 
public function replay(target:IAutomationObject, args:Array):Object

Versione linguaggio: ActionScript 3.0
Versione prodotto: Flex 3
Versioni runtime: Flash Player 9, AIR 1.1

Decodes an argument Array and replays the event.

Parametri

target:IAutomationObject — Automation object on which to replay the event.
 
args:Array — Array of argument values to be used to replay the event.

Restituisce
Object — null




[ 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.