Pacchetto | mx.automation |
Classe | public class AutomationMethodDescriptor |
Ereditarietà | AutomationMethodDescriptor Object |
Implementa | IAutomationMethodDescriptor |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Altri esempi
Proprietà pubbliche
Proprietà | Definito da | ||
---|---|---|---|
constructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto. | Object | ||
name : String [sola lettura]
The name of the method. | AutomationMethodDescriptor | ||
returnType : String [sola lettura]
| AutomationMethodDescriptor |
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
AutomationMethodDescriptor | |||
Returns an Array of argument descriptors for this method. | AutomationMethodDescriptor | ||
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 | ||
Encodes an automation event arguments into an Array. | AutomationMethodDescriptor | ||
Decodes an argument array and invokes a method. | AutomationMethodDescriptor | ||
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 delle proprietà
name | proprietà |
returnType | proprietà |
Descrizione della funzione di costruzione
AutomationMethodDescriptor | () | Funzione di costruzione |
Descrizione dei metodi
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 method.
Parametri
obj:IAutomationObject — Instance of the IAutomationObject that
supports this method.
|
Array — Array of argument descriptors for this method.
|
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 arguments into an Array. Not all method descriptors support recording.
Parametri
target:IAutomationObject — Automation event that is being recorded.
| |
event:Event |
Array — Array of argument descriptors.
|
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 invokes a method.
Parametri
target:IAutomationObject — Automation object to replay the method on.
| |
args:Array — Array of argument values and descriptors to
be used to invoke the method.
|
Object — Whatever the method invoked returns.
|
Tue Jun 12 2018, 02:44 PM Z