패키지 | mx.automation |
클래스 | public class AutomationClass |
상속 | AutomationClass Object |
구현 | IAutomationClass2 |
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 3 |
런타임 버전: | Flash Player 9, AIR 1.1 |
기타 예제
속성 | 정의 주체 | ||
---|---|---|---|
constructor : Object
지정된 객체 인스턴스의 클래스 객체 또는 생성자 함수에 대한 참조입니다. | Object | ||
implementationVersion : int
Version of the implementation classes. | AutomationClass | ||
name : String [읽기 전용]
the class name
| AutomationClass | ||
previousVersionClassNames : Array
An array of names of the classes that are compatible with current class. | AutomationClass | ||
propertyNameMap : Object [읽기 전용]
private
| AutomationClass | ||
superClassName : String [읽기 전용]
The name of the class's superclass. | AutomationClass |
메서드 | 정의 주체 | ||
---|---|---|---|
AutomationClass | |||
Add Flex class names which match this class description. | AutomationClass | ||
[정적]
Fills in the AS types for the provided propertyDescriptors based
on the information provided in the describeType XML. | AutomationClass | ||
[정적]
Fills in the AS types for the provided propertyDescriptors based
on the information provided in the describeType XML. | AutomationClass | ||
[정적]
Returns the fully qualified name of the class to which the object belongs. | AutomationClass | ||
[정적]
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 | ||
[정적]
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 | ||
지정된 속성이 객체에 정의되어 있는지 여부를 나타냅니다. | Object | ||
Object 클래스의 인스턴스가 매개 변수로 지정된 객체의 프로토타입 체인에 있는지 여부를 나타냅니다. | Object | ||
지정된 속성이 존재하고 열거 가능한지 여부를 나타냅니다. | Object | ||
루프 작업에서 동적 속성을 사용할 수 있는지 여부를 설정합니다. | Object | ||
로캘별 규칙에 따라 서식이 지정된 이 객체의 문자열 표현을 반환합니다. | Object | ||
AutomationClass | |||
지정된 객체의 프리미티브 값을 반환합니다. | Object |
implementationVersion | 속성 |
implementationVersion:int
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4 |
런타임 버전: | 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
구현
public function get implementationVersion():int
public function set implementationVersion(value:int):void
name | 속성 |
previousVersionClassNames | 속성 |
propertyNameMap | 속성 |
superClassName | 속성 |
AutomationClass | () | 생성자 |
addImplementationClassName | () | 메서드 |
fillInASTypesFromMethods | () | 메서드 |
public static function fillInASTypesFromMethods(dtForClass:XML, methodName:String, argDescriptors:Array):void
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 3 |
런타임 버전: | Flash Player 9, AIR 1.1 |
Fills in the AS types for the provided propertyDescriptors based on the information provided in the describeType XML.
매개 변수
dtForClass:XML | |
methodName:String | |
argDescriptors:Array |
fillInASTypesFromProperties | () | 메서드 |
public static function fillInASTypesFromProperties(dtForClass:XML, propertyDescriptors:Array):void
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 3 |
런타임 버전: | Flash Player 9, AIR 1.1 |
Fills in the AS types for the provided propertyDescriptors based on the information provided in the describeType XML.
매개 변수
dtForClass:XML | |
propertyDescriptors:Array |
getClassName | () | 메서드 |
public static function getClassName(obj:Object):String
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 3 |
런타임 버전: | Flash Player 9, AIR 1.1 |
Returns the fully qualified name of the class to which the object belongs.
매개 변수
obj:Object — The object whose class name is desired
|
String — Fully qualified name of the class
|
getDefinitionFromObjectDomain | () | 메서드 |
getDescriptorForEvent | () | 메서드 |
public function getDescriptorForEvent(event:Event):IAutomationEventDescriptor
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 3 |
런타임 버전: | Flash Player 9, AIR 1.1 |
Translates between component event and Automation method descriptor
매개 변수
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 | () | 메서드 |
public function getDescriptorForEventByName(eventName:String):IAutomationEventDescriptor
매개 변수
eventName:String |
IAutomationEventDescriptor |
getDescriptorForMethodByName | () | 메서드 |
public function getDescriptorForMethodByName(methodName:String):IAutomationMethodDescriptor
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 3 |
런타임 버전: | Flash Player 9, AIR 1.1 |
Returns a full methodDescriptor from its name
매개 변수
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 | () | 메서드 |
getPropertyDescriptors | () | 메서드 |
public function getPropertyDescriptors(objForInitialization:Object = null, forVerification:Boolean = true, forDescription:Boolean = true):Array
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 3 |
런타임 버전: | Flash Player 9, AIR 1.1 |
Returns the list of properties this class supports.
매개 변수
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 | () | 메서드 |
Tue Jun 12 2018, 03:17 PM Z