| Pacote | mx.automation |
| Interface | public interface IAutomationEventDescriptor |
| Implementadores | AutomationEventDescriptor |
| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Flex 3 |
| Versões de runtime: | Flash Player 9, AIR 1.1 |
Mais exemplos
Propriedades públicas
| Propriedade | Definido por | ||
|---|---|---|---|
| eventClassName : String [somente leitura]
The name of the class implementing this event. | IAutomationEventDescriptor | ||
| eventType : String [somente leitura]
The value of the type property used for this event. | IAutomationEventDescriptor | ||
| name : String [somente leitura]
The name of this event as the agent sees it. | IAutomationEventDescriptor | ||
Métodos públicos
| Método | Definido por | ||
|---|---|---|---|
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 | ||
Detalhes da propriedade
eventClassName | propriedade |
eventType | propriedade |
name | propriedade |
name:String [somente leitura] | Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Flex 3 |
| Versões de runtime: | 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.
Implementação
public function get name():StringDetalhes do método
getArgDescriptors | () | método |
public function getArgDescriptors(target:IAutomationObject):Array| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Flex 3 |
| Versões de runtime: | Flash Player 9, AIR 1.1 |
Returns an Array of argument descriptors for this event.
Parâmetros
target:IAutomationObject — Instance of the IAutomationObject that
supports this event.
|
Array — Array of argument descriptors for this event.
|
record | () | método |
public function record(target:IAutomationObject, event:Event):Array| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Flex 3 |
| Versões de runtime: | Flash Player 9, AIR 1.1 |
Encodes an automation event argument into an Array.
Parâmetros
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 | () | método |
public function replay(target:IAutomationObject, args:Array):Object| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Flex 3 |
| Versões de runtime: | Flash Player 9, AIR 1.1 |
Decodes an argument Array and replays the event.
Parâmetros
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
|
Wed Jun 13 2018, 11:10 AM Z