Pakiet | mx.automation |
Klasa | public class AutomationMethodDescriptor |
Dziedziczenie | AutomationMethodDescriptor Object |
Implementuje | IAutomationMethodDescriptor |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Właściwości publiczne
Właściwość | Zdefiniowane przez | ||
---|---|---|---|
constructor : Object
Odwołanie do obiektu klasy lub funkcji konstruktora, dotyczące danej instancji obiektu. | Object | ||
name : String [tylko do odczytu]
The name of the method. | AutomationMethodDescriptor | ||
returnType : String [tylko do odczytu]
| AutomationMethodDescriptor |
Metody publiczne
Metoda | Zdefiniowane przez | ||
---|---|---|---|
AutomationMethodDescriptor | |||
Returns an Array of argument descriptors for this method. | AutomationMethodDescriptor | ||
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 | ||
Encodes an automation event arguments into an Array. | AutomationMethodDescriptor | ||
Decodes an argument array and invokes a method. | AutomationMethodDescriptor | ||
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 |
Szczegół właściwości
name | właściwość |
returnType | właściwość |
Konstruktor Szczegół
AutomationMethodDescriptor | () | Konstruktor |
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.
|
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 |
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.
|
Object — Whatever the method invoked returns.
|
Tue Jun 12 2018, 12:06 PM Z