| Package | com.godpaper.as3.utils |
| Class | public dynamic class ProxyArray |
| Inheritance | ProxyArray flash.utils.Proxy |
See also
| Method | Defined By | ||
|---|---|---|---|
ProxyArray(source:Array) | ProxyArray | ||
| Method | Defined By | ||
|---|---|---|---|
callProperty(methodName:*, ... args):* [override] | ProxyArray | ||
getProperty(name:*):* [override] | ProxyArray | ||
setProperty(name:*, value:*):void [override] | ProxyArray | ||
| ProxyArray | () | Constructor |
public function ProxyArray(source:Array)source:Array |
| callProperty | () | method |
override flash_proxy function callProperty(methodName:*, ... args):*Parameters
methodName:* | |
... args |
* |
| getProperty | () | method |
override flash_proxy function getProperty(name:*):*Parameters
name:* |
* |
| setProperty | () | method |
override flash_proxy function setProperty(name:*, value:*):voidParameters
name:* | |
value:* |