Pacote | mx.automation |
Classe | public class AutomationClass |
Herança | AutomationClass Object |
Implementações | IAutomationClass2 |
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
Propriedade | Definido por | ||
---|---|---|---|
constructor : Object
Uma referência ao objeto de classe ou à função de construtor de uma determinada ocorrência de objeto. | Object | ||
implementationVersion : int
Version of the implementation classes. | AutomationClass | ||
name : String [somente leitura]
the class name
| AutomationClass | ||
previousVersionClassNames : Array
An array of names of the classes that are compatible with current class. | AutomationClass | ||
propertyNameMap : Object [somente leitura]
private
| AutomationClass | ||
superClassName : String [somente leitura]
The name of the class's superclass. | AutomationClass |
Método | Definido por | ||
---|---|---|---|
AutomationClass | |||
Add Flex class names which match this class description. | AutomationClass | ||
[estático]
Fills in the AS types for the provided propertyDescriptors based
on the information provided in the describeType XML. | AutomationClass | ||
[estático]
Fills in the AS types for the provided propertyDescriptors based
on the information provided in the describeType XML. | AutomationClass | ||
[estático]
Returns the fully qualified name of the class to which the object belongs. | AutomationClass | ||
[estático]
Utility function that returns the class definition from the domain of a
object instance
| AutomationClass | ||
Translates between component event and Automation method descriptor
| AutomationClass | ||
AutomationClass | |||
Returns a full methodDescriptor from its name
| AutomationClass | ||
[estático]
Returns the major from current version number
| AutomationClass | ||
getPropertyDescriptors(objForInitialization:Object = null, forVerification:Boolean = true, forDescription:Boolean = true):Array
Returns the list of properties this class supports. | AutomationClass | ||
Indica se um objeto tem uma propriedade especificada definida. | Object | ||
Indica se uma ocorrência da classe Object está na cadeia de protótipos do objeto especificado como o parâmetro. | Object | ||
Indica se a propriedade especificada existe e é enumerável. | Object | ||
Define a disponibilidade de uma propriedade dinâmica para operações de repetição. | Object | ||
Retorna a representação da string deste objeto, formatado segundo as convenções específicas para a localidade. | Object | ||
AutomationClass | |||
Retorna o valor primitivo do objeto especificado. | Object |
implementationVersion | propriedade |
implementationVersion:int
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 4 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Version of the implementation classes. This version is supposed to be unique for all implementation classes of a single ClassInfo tag in XML
Implementação
public function get implementationVersion():int
public function set implementationVersion(value:int):void
name | propriedade |
previousVersionClassNames | propriedade |
previousVersionClassNames:Array
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 4 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
An array of names of the classes that are compatible with current class.
Implementação
public function get previousVersionClassNames():Array
public function set previousVersionClassNames(value:Array):void
propertyNameMap | propriedade |
superClassName | propriedade |
AutomationClass | () | Construtor |
addImplementationClassName | () | método |
fillInASTypesFromMethods | () | método |
public static function fillInASTypesFromMethods(dtForClass:XML, methodName:String, argDescriptors:Array):void
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Fills in the AS types for the provided propertyDescriptors based on the information provided in the describeType XML.
Parâmetros
dtForClass:XML | |
methodName:String | |
argDescriptors:Array |
fillInASTypesFromProperties | () | método |
public static function fillInASTypesFromProperties(dtForClass:XML, propertyDescriptors:Array):void
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Fills in the AS types for the provided propertyDescriptors based on the information provided in the describeType XML.
Parâmetros
dtForClass:XML | |
propertyDescriptors:Array |
getClassName | () | método |
public static function getClassName(obj:Object):String
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Returns the fully qualified name of the class to which the object belongs.
Parâmetros
obj:Object — The object whose class name is desired
|
String — Fully qualified name of the class
|
getDefinitionFromObjectDomain | () | método |
public static function getDefinitionFromObjectDomain(obj:Object, className:String):Class
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Utility function that returns the class definition from the domain of a object instance
Parâmetros
obj:Object | |
className:String |
Class |
getDescriptorForEvent | () | método |
public function getDescriptorForEvent(event:Event):IAutomationEventDescriptor
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Translates between component event and Automation method descriptor
Parâmetros
event:Event — The event object for which a method descrptor is required.
|
IAutomationEventDescriptor — The method descriptor for the event passed if one is available.
Otherwise null.
|
getDescriptorForEventByName | () | método |
public function getDescriptorForEventByName(eventName:String):IAutomationEventDescriptor
Parâmetros
eventName:String |
IAutomationEventDescriptor |
getDescriptorForMethodByName | () | método |
public function getDescriptorForMethodByName(methodName:String):IAutomationMethodDescriptor
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Returns a full methodDescriptor from its name
Parâmetros
methodName:String — The method name for which the descriptor is required.
|
IAutomationMethodDescriptor — The method descriptor for the name passed if one is available.
Otherwise null.
|
getMajorVersion | () | método |
getPropertyDescriptors | () | método |
public function getPropertyDescriptors(objForInitialization:Object = null, forVerification:Boolean = true, forDescription:Boolean = true):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 the list of properties this class supports.
Parâmetros
objForInitialization:Object (default = null ) — Object which can be used to find the
ActionScript type of the properties.
| |
forVerification:Boolean (default = true ) — If true , indicates that properties used
for verification should be included in the return value.
| |
forDescription:Boolean (default = true ) — If true , indicates that properties used
for object identitication should be included in the return value.
|
Array — Array containing property descriptions.
|
toString | () | método |
Wed Jun 13 2018, 11:10 AM Z