ActionScript® 3.0 — dokumentacja dla platformy Adobe® Flash®
Strona główna  |  Ukryj listę pakietów i klas |  Pakiety  |  Klasy  |  Nowości  |  Indeks  |  Dodatki  |  Dlaczego język angielski?
Filtry: Pobieranie danych z serwera...
Pobieranie danych z serwera...
mx.automation 

IAutomationMethodDescriptor  - AS3 Flex

Pakietmx.automation
Interfejspublic interface IAutomationMethodDescriptor
Implementory AutomationMethodDescriptor

Wersja języka: ActionScript 3.0
Wersja produktu: Flex 3
Wersje środowiska wykonawczego: Flash Player 9, AIR 1.1

The IAutomationMethodDescriptor interface defines the interface for a method descriptor.



Właściwości publiczne
 WłaściwośćZdefiniowane przez
  name : String
[tylko do odczytu] The name of the method.
IAutomationMethodDescriptor
  returnType : String
[tylko do odczytu] The return type of the method.
IAutomationMethodDescriptor
Metody publiczne
 MetodaZdefiniowane przez
  
Returns an Array of argument descriptors for this method.
IAutomationMethodDescriptor
  
Encodes an automation event arguments into an Array.
IAutomationMethodDescriptor
  
Decodes an argument array and invokes a method.
IAutomationMethodDescriptor
Szczegół właściwości

name

właściwość
name:String  [tylko do odczytu]

Wersja języka: ActionScript 3.0
Wersja produktu: Flex 3
Wersje środowiska wykonawczego: Flash Player 9, AIR 1.1

The name of the method.



Implementacja
    public function get name():String

returnType

właściwość 
returnType:String  [tylko do odczytu]

Wersja języka: ActionScript 3.0
Wersja produktu: Flex 3
Wersje środowiska wykonawczego: Flash Player 9, AIR 1.1

The return type of the method.



Implementacja
    public function get returnType():String
Szczegół metody

getArgDescriptors

()metoda
public function getArgDescriptors(obj:IAutomationObject):Array

Wersja języka: ActionScript 3.0
Wersja produktu: Flex 3
Wersje środowiska wykonawczego: Flash Player 9, AIR 1.1

Returns an Array of argument descriptors for this method.

Parametry

obj:IAutomationObject — Instance of the IAutomationObject that supports this method.

Zwraca
Array — Array of argument descriptors for this method.

record

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

Wersja języka: ActionScript 3.0
Wersja produktu: Flex 3
Wersje środowiska wykonawczego: Flash Player 9, AIR 1.1

Encodes an automation event arguments into an Array. Not all method descriptors support recording.

Parametry

target:IAutomationObject — Automation event that is being recorded.
 
event:Event

Zwraca
Array — Array of argument descriptors.

replay

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

Wersja języka: ActionScript 3.0
Wersja produktu: Flex 3
Wersje środowiska wykonawczego: Flash Player 9, AIR 1.1

Decodes an argument array and invokes a method.

Parametry

target:IAutomationObject — Automation object to replay the method on.
 
args:Array — Array of argument values and descriptors to be used to invoke the method.

Zwraca
Object — Whatever the method invoked returns.




[ X ]Dlaczego język angielski?
Treść dokumentacji języka ActionScript 3.0 wyświetlana w języku angielskim

Niektóre części dokumentacji języka ActionScript 3.0 nie są przetłumaczone na poszczególne języki. Gdy element nie jest przetłumaczony na dany język, jest wyświetlany tekst angielski. Na przykład opis klasy ga.controls.HelpBox nie jest przetłumaczony na żaden dodatkowy język. Z tego powodu polska wersja dokumentacji zawiera opis klasy ga.controls.HelpBox w języku angielskim.