Paket | mx.automation |
Arabirim | public interface IAutomationMethodDescriptor |
Uygulayıcılar | AutomationMethodDescriptor |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
Genel Özellikler
Özellik | Tanımlayan: | ||
---|---|---|---|
name : String [salt okunur]
The name of the method. | IAutomationMethodDescriptor | ||
returnType : String [salt okunur]
The return type of the method. | IAutomationMethodDescriptor |
Genel Yöntemler
Yöntem | Tanımlayan: | ||
---|---|---|---|
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 |
Özellik Ayrıntısı
name | özellik |
returnType | özellik |
Yöntem Ayrıntısı
getArgDescriptors | () | yöntem |
public function getArgDescriptors(obj:IAutomationObject):Array
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
Returns an Array of argument descriptors for this method.
Parametreler
obj:IAutomationObject — Instance of the IAutomationObject that
supports this method.
|
Array — Array of argument descriptors for this method.
|
record | () | yöntem |
public function record(target:IAutomationObject, event:Event):Array
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
Encodes an automation event arguments into an Array. Not all method descriptors support recording.
Parametreler
target:IAutomationObject — Automation event that is being recorded.
| |
event:Event |
Array — Array of argument descriptors.
|
replay | () | yöntem |
public function replay(target:IAutomationObject, args:Array):Object
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
Decodes an argument array and invokes a method.
Parametreler
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, 01:09 PM Z