Pacchetto | mx.automation |
Classe | public class AutomationEventDescriptor |
Ereditarietà | AutomationEventDescriptor Object |
Implementa | IAutomationEventDescriptor |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Altri esempi
Proprietà pubbliche
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
Constructor
| AutomationEventDescriptor | ||
Creates an event based on the class and type described in this
descriptor. | AutomationEventDescriptor | ||
Returns an Array of argument descriptors for this event. | AutomationEventDescriptor | ||
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 | ||
Decodes an argument Array and replays the event. | AutomationEventDescriptor | ||
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche. | Object | ||
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 |
Descrizione della funzione di costruzione
AutomationEventDescriptor | () | Funzione di costruzione |
Descrizione dei metodi
createEvent | () | metodo |
public function createEvent(obj:Object):Event
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Creates an event based on the class and type described in this descriptor.
Parametri
obj:Object — An object in whose applicationDomain the required event class
exists.
|
Event |
getArgDescriptors | () | metodo |
public function getArgDescriptors(obj: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
obj:IAutomationObject — Instance of the IAutomationObject that
supports this event.
|
Array — Array of argument descriptors for this event.
|
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.
|
Object — null
|
Tue Jun 12 2018, 02:44 PM Z