Adobe® Flex® 4 Beta Language Reference
All Packages
|
All Classes
|
Language Elements
|
Index
|
Appendixes
|
Conventions
|
Show Frames
Hide Frames
AutomationIDPart
Properties
|
Methods
(Flex Data Visualization only)
Package
mx.automation
Class
public dynamic class AutomationIDPart
Inheritance
AutomationIDPart
Object
Language Version:
ActionScript 3.0
Product Version:
Flex 3
Runtime Versions:
Flash Player 9, AIR 1.1
The AutomationIDPart class represents a component instance to agents.
Public Properties
Hide Inherited Public Properties
Show Inherited Public Properties
Property
Defined By
constructor
:
Object
A reference to the class object or constructor function for a given object instance.
Object
prototype
:
Object
[static] A reference to the prototype object of a class or function object.
Object
Public Methods
Hide Inherited Public Methods
Show Inherited Public Methods
Method
Defined By
hasOwnProperty
(name:
String
):
Boolean
Indicates whether an object has a specified property defined.
Object
isPrototypeOf
(theClass:
Object
):
Boolean
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
propertyIsEnumerable
(name:
String
):
Boolean
Indicates whether the specified property exists and is enumerable.
Object
setPropertyIsEnumerable
(name:
String
, isEnum:
Boolean
= true):
void
Sets the availability of a dynamic property for loop operations.
Object
toLocaleString
():
String
Returns the string representation of this object, formatted according to locale-specific conventions.
Object
toString
():
String
Returns the string representation of the specified object.
Object
valueOf
():
Object
Returns the primitive value of the specified object.
Object
© 2009 Adobe Systems Incorporated. All rights reserved.
Sat Oct 3 2009, 04:15 AM -07:00