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 

IAutomationEventDescriptor  - AS3 Flex

Pakietmx.automation
Interfejspublic interface IAutomationEventDescriptor
Implementory AutomationEventDescriptor

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

The IAutomationEventDescriptor interface defines the interface for an event descriptor.



Właściwości publiczne
 WłaściwośćZdefiniowane przez
  eventClassName : String
[tylko do odczytu] The name of the class implementing this event.
IAutomationEventDescriptor
  eventType : String
[tylko do odczytu] The value of the type property used for this event.
IAutomationEventDescriptor
  name : String
[tylko do odczytu] The name of this event as the agent sees it.
IAutomationEventDescriptor
Metody publiczne
 MetodaZdefiniowane przez
  
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
Szczegół właściwości

eventClassName

właściwość
eventClassName: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 class implementing this event.



Implementacja
    public function get eventClassName():String

eventType

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

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

The value of the type property used for this event.



Implementacja
    public function get eventType():String

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 this event as the agent sees it. The AutomationManager fills the AutomationRecordEvent.name property with this name.



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

getArgDescriptors

()metoda
public function getArgDescriptors(target: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 event.

Parametry

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

Zwraca
Array — Array of argument descriptors for this event.

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 argument into an Array.

Parametry

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

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

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 replays the event.

Parametry

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

Zwraca
Object — null




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