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 

AutomationMethodDescriptor  - AS3 Flex

Pacchettomx.automation
Classepublic class AutomationMethodDescriptor
EreditarietàAutomationMethodDescriptor Inheritance Object
Implementa IAutomationMethodDescriptor

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

Basic method descriptor class. Generates descriptor from event parameters, if necessary

Altri esempi



Proprietà pubbliche
 ProprietàDefinito da
 Inheritedconstructor : 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
 MetodoDefinito da
  
AutomationMethodDescriptor(name:String, asMethodName:String, returnType:String, args:Array)
AutomationMethodDescriptor
  
Returns an Array of argument descriptors for this method.
AutomationMethodDescriptor
 Inherited
Indica se per un oggetto è definita una proprietà specifica.
Object
 Inherited
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro.
Object
 Inherited
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
 Inherited
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche.
Object
 Inherited
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate.
Object
 Inherited
Restituisce la rappresentazione in formato stringa dell'oggetto specificato.
Object
 Inherited
Restituisce il valore di base dell'oggetto specificato.
Object
Descrizione delle proprietà

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 the method.



Implementazione
    public function get name():String

returnType

proprietà 
returnType:String  [sola lettura]

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



Implementazione
    public function get returnType():String
Descrizione della funzione di costruzione

AutomationMethodDescriptor

()Funzione di costruzione
public function AutomationMethodDescriptor(name:String, asMethodName:String, returnType:String, args:Array)

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

Parametri
name:String
 
asMethodName:String
 
returnType:String
 
args:Array
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.

Restituisce
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

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

Restituisce
Object — Whatever the method invoked returns.




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