Packagecom.godpaper.as3.utils
Classpublic dynamic class ProxyArray
InheritanceProxyArray Inheritance flash.utils.Proxy

ProxyArray.as class with num/obj sum and clear dynamic functions support.

See also

http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/utils/Proxy.html


Public Methods
 MethodDefined By
  
ProxyArray(source:Array)
ProxyArray
Protected Methods
 MethodDefined By
  
callProperty(methodName:*, ... args):*
[override]
ProxyArray
  
getProperty(name:*):*
[override]
ProxyArray
  
setProperty(name:*, value:*):void
[override]
ProxyArray
Constructor Detail
ProxyArray()Constructor
public function ProxyArray(source:Array)



Parameters
source:Array
Method Detail
callProperty()method
override flash_proxy function callProperty(methodName:*, ... args):*

Parameters

methodName:*
 
... args

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

Parameters

name:*

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

Parameters

name:*
 
value:*