Adobe Flex 2 Language Reference - collected by
Jimbob
|
Back to MY RESOURCES
Adobe
®
Flex™ 2 Language Reference
All Packages
|
All Classes
|
Language Elements
|
Index
|
Appendixes
|
Frames
No Frames
Class DescribeTypeCacheRecord
Properties
|
Methods
Package
mx.utils
Class
public dynamic class DescribeTypeCacheRecord
Inheritance
DescribeTypeCacheRecord
Proxy
Object
This class represents a single cache entry, this gets created as part of the
describeType
method call on the
DescribeTypeCache
class.
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
setPropertyIsEnumerable
(name:
String
, isEnum:
Boolean
= true):void
Sets the availability of a dynamic property for loop operations.
Object
toString
():
String
Returns the string representation of the specified object.
Object
valueOf
():
Object
Returns the primitive value of the specified object.
Object
Protected Methods
Hide Inherited Protected Methods
Show Inherited Protected Methods
Method
Defined by
callProperty
(name:*,
...
rest):*
Overrides the behavior of an object property that can be called as a function.
Proxy
deleteProperty
(name:*):
Boolean
Overrides the request to delete a property.
Proxy
getDescendants
(name:*):*
Overrides the use of the
descendant
operator.
Proxy
getProperty
(name:*):*
Overrides any request for a property's value.
Proxy
hasProperty
(name:*):
Boolean
Overrides a request to check whether an object has a particular property by name.
Proxy
isAttribute
(name:*):
Boolean
Checks whether a supplied QName is also marked as an attribute.
Proxy
nextName
(index:
int
):
String
Allows enumeration of the proxied object's properties by index number to retrieve property names.
Proxy
nextNameIndex
(index:
int
):
int
Allows enumeration of the proxied object's properties by index number.
Proxy
nextValue
(index:
int
):*
Allows enumeration of the proxied object's properties by index number to retrieve property values.
Proxy
setProperty
(name:*, value:*):void
Overrides a call to change a property's value.
Proxy
© 2004-2006 Adobe Systems Incorporated. All rights reserved.
Fri Mar 16 2007, 2:46 PM GMT-07:00
collected by
Jimbob
2007.05