Pakiet | mx.automation |
Interfejs | public interface IAutomationEventDescriptor |
Implementory | AutomationEventDescriptor |
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 | ||
---|---|---|---|
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
Metoda | Zdefiniowane 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ść |
eventType | właściwość |
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.
|
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.
|
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.
|
Object — null
|
Tue Jun 12 2018, 12:06 PM Z