Pacchetto | mx.automation |
Classe | public class AutomationClass |
Ereditarietà | AutomationClass Object |
Implementa | IAutomationClass2 |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Altri esempi
Proprietà | Definito da | ||
---|---|---|---|
constructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto. | Object | ||
implementationVersion : int
Version of the implementation classes. | AutomationClass | ||
name : String [sola lettura]
the class name
| AutomationClass | ||
previousVersionClassNames : Array
An array of names of the classes that are compatible with current class. | AutomationClass | ||
propertyNameMap : Object [sola lettura]
private
| AutomationClass | ||
superClassName : String [sola lettura]
The name of the class's superclass. | AutomationClass |
Metodo | Definito da | ||
---|---|---|---|
AutomationClass | |||
Add Flex class names which match this class description. | AutomationClass | ||
[statico]
Fills in the AS types for the provided propertyDescriptors based
on the information provided in the describeType XML. | AutomationClass | ||
[statico]
Fills in the AS types for the provided propertyDescriptors based
on the information provided in the describeType XML. | AutomationClass | ||
[statico]
Returns the fully qualified name of the class to which the object belongs. | AutomationClass | ||
[statico]
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 | ||
[statico]
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 per un oggetto è definita una proprietà specifica. | Object | ||
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro. | Object | ||
Indica se la proprietà specificata esiste ed è enumerabile. | Object | ||
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche. | Object | ||
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate. | Object | ||
AutomationClass | |||
Restituisce il valore di base dell'oggetto specificato. | Object |
implementationVersion | proprietà |
implementationVersion:int
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4 |
Versioni 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
Implementazione
public function get implementationVersion():int
public function set implementationVersion(value:int):void
name | proprietà |
previousVersionClassNames | proprietà |
previousVersionClassNames:Array
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
An array of names of the classes that are compatible with current class.
Implementazione
public function get previousVersionClassNames():Array
public function set previousVersionClassNames(value:Array):void
propertyNameMap | proprietà |
superClassName | proprietà |
AutomationClass | () | Funzione di costruzione |
addImplementationClassName | () | metodo |
fillInASTypesFromMethods | () | metodo |
public static function fillInASTypesFromMethods(dtForClass:XML, methodName:String, argDescriptors:Array):void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni 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.
Parametri
dtForClass:XML | |
methodName:String | |
argDescriptors:Array |
fillInASTypesFromProperties | () | metodo |
public static function fillInASTypesFromProperties(dtForClass:XML, propertyDescriptors:Array):void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni 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.
Parametri
dtForClass:XML | |
propertyDescriptors:Array |
getClassName | () | metodo |
public static function getClassName(obj:Object):String
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Returns the fully qualified name of the class to which the object belongs.
Parametri
obj:Object — The object whose class name is desired
|
String — Fully qualified name of the class
|
getDefinitionFromObjectDomain | () | metodo |
public static function getDefinitionFromObjectDomain(obj:Object, className:String):Class
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Utility function that returns the class definition from the domain of a object instance
Parametri
obj:Object | |
className:String |
Class |
getDescriptorForEvent | () | metodo |
public function getDescriptorForEvent(event:Event):IAutomationEventDescriptor
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Translates between component event and Automation method descriptor
Parametri
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 | () | metodo |
public function getDescriptorForEventByName(eventName:String):IAutomationEventDescriptor
Parametri
eventName:String |
IAutomationEventDescriptor |
getDescriptorForMethodByName | () | metodo |
public function getDescriptorForMethodByName(methodName:String):IAutomationMethodDescriptor
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Returns a full methodDescriptor from its name
Parametri
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 | () | metodo |
getPropertyDescriptors | () | metodo |
public function getPropertyDescriptors(objForInitialization:Object = null, forVerification:Boolean = true, forDescription:Boolean = true):Array
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Returns the list of properties this class supports.
Parametri
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 | () | metodo |
Tue Jun 12 2018, 02:44 PM Z