Pakiet | mx.automation |
Klasa | public class AutomationEventDescriptor |
Dziedziczenie | AutomationEventDescriptor Object |
Implementuje | IAutomationEventDescriptor |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Właściwości publiczne
Metody publiczne
Metoda | Zdefiniowane przez | ||
---|---|---|---|
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 | ||
Wskazuje, czy dla obiektu zdefiniowano określoną właściwość. | Object | ||
Wskazuje, czy instancja klasy Object należy do łańcucha prototypów obiektu określonego jako parametr. | Object | ||
Wskazuje, czy określona właściwość istnieje i jest przeliczalna. | Object | ||
Decodes an argument Array and replays the event. | AutomationEventDescriptor | ||
Ustawia dostępność właściwości dynamicznej używanej w pętlach. | Object | ||
Zwraca ciąg reprezentujący obiekt — sformatowany zgodnie z konwencjami właściwymi dla ustawień regionalnych. | Object | ||
Zwraca ciąg reprezentujący określony obiekt. | Object | ||
Zwraca pierwotną wartość dla określonego obiektu. | Object |
Konstruktor Szczegół
AutomationEventDescriptor | () | Konstruktor |
public function AutomationEventDescriptor(name:String, eventClassName:String, eventType:String, args:Array)
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Constructor
Parametryname:String | |
eventClassName:String | |
eventType:String | |
args:Array |
Szczegół metody
createEvent | () | metoda |
public function createEvent(obj:Object):Event
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Creates an event based on the class and type described in this descriptor.
Parametry
obj:Object — An object in whose applicationDomain the required event class
exists.
|
Event |
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 event.
Parametry
obj:IAutomationObject — Instance of the IAutomationObject that
supports this event.
|
Array — Array of argument descriptors for this event.
|
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.
|
Object — null
|
Tue Jun 12 2018, 12:06 PM Z