Pakiet | mx.automation |
Interfejs | public interface IAutomationMethodDescriptor |
Implementory | AutomationMethodDescriptor |
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 | ||
---|---|---|---|
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
Metoda | Zdefiniowane 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ść |
returnType | właściwość |
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