Packageflash.utils
Classpublic class Proxy
InheritanceProxy Inheritance Object



Public Properties
 PropertyDefined by
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
 Inheritedprototype : Object
[static] A reference to the prototype object of a class or function object.
Object
Public Methods
 MethodDefined by
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of this object, formatted according to locale-specific conventions.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Protected Methods
 MethodDefined by
  
callProperty(name:*, ... rest):*
Proxy
  
Proxy
  
Proxy
  
getProperty(name:*):*
Proxy
  
Proxy
  
Proxy
  
Proxy
  
Proxy
  
nextValue(index:int):*
Proxy
  
setProperty(name:*, value:*):void
Proxy
Method detail
callProperty()method
flash_proxy function callProperty(name:*, ... rest):*Parameters
name:*
 
... rest

Returns
*
deleteProperty()method 
flash_proxy function deleteProperty(name:*):BooleanParameters
name:*

Returns
Boolean
getDescendants()method 
flash_proxy function getDescendants(name:*):*Parameters
name:*

Returns
*
getProperty()method 
flash_proxy function getProperty(name:*):*Parameters
name:*

Returns
*
hasProperty()method 
flash_proxy function hasProperty(name:*):BooleanParameters
name:*

Returns
Boolean
isAttribute()method 
flash_proxy function isAttribute(name:*):BooleanParameters
name:*

Returns
Boolean
nextName()method 
flash_proxy function nextName(index:int):StringParameters
index:int

Returns
String
nextNameIndex()method 
flash_proxy function nextNameIndex(index:int):intParameters
index:int

Returns
int
nextValue()method 
flash_proxy function nextValue(index:int):*Parameters
index:int

Returns
*
setProperty()method 
flash_proxy function setProperty(name:*, value:*):voidParameters
name:*
 
value:*