| { "type": "class", | |
| "qname": "mx.messaging.config.ConfigMap", | |
| "baseClassname": "org.apache.royale.utils.Proxy" | |
| , | |
| "description": "The ConfigMap class provides a mechanism to store the properties returned by the server with the ordering of the properties maintained.", | |
| "tags": [ | |
| { "tagName": "playerversion", | |
| "values": ["Flash 9", "AIR 1.1"]}, | |
| { "tagName": "productversion", | |
| "values": ["BlazeDS 4", "LCDS 3"]}, | |
| { "tagName": "langversion", | |
| "values": ["3.0"]} ], | |
| "members": [ | |
| { "type": "method", | |
| "qname": "mx.messaging.config.ConfigMap", | |
| "namespace": "", | |
| "bindable": [], | |
| "details": [], | |
| "deprecated": {}, | |
| "description": "Constructor.", | |
| "tags": [ | |
| { "tagName": "param", | |
| "values": ["item An Object containing name/value pairs."]}, | |
| { "tagName": "playerversion", | |
| "values": ["Flash 9", "AIR 1.1"]}, | |
| { "tagName": "productversion", | |
| "values": ["BlazeDS 4", "LCDS 3"]}, | |
| { "tagName": "langversion", | |
| "values": ["3.0"]} ], | |
| "return": "", | |
| "params": [{ "name": "item", "type": "Object"}]} | |
| , | |
| { "type": "field", | |
| "qname": "propertyList", | |
| "return": "Array", | |
| "namespace": "mx_internal", | |
| "bindable": [], | |
| "details": [], | |
| "deprecated": {}, | |
| "description": "Contains a list of all of the property names for the proxied object.", | |
| "tags": [ | |
| { "tagName": "playerversion", | |
| "values": ["Flash 9", "AIR 1.1"]}, | |
| { "tagName": "productversion", | |
| "values": ["BlazeDS 4", "LCDS 3"]}, | |
| { "tagName": "langversion", | |
| "values": ["3.0"]} ]}, | |
| { "type": "method", | |
| "qname": "getProperty", | |
| "namespace": "flash_proxy", | |
| "bindable": [], | |
| "details": ["override"], | |
| "deprecated": {}, | |
| "description": "Returns the specified property value of the proxied object. or possibly a QName where the property name is found by inspecting the <code>localName</code> property.", | |
| "tags": [ | |
| { "tagName": "param", | |
| "values": ["name Typically a string containing the name of the property,"]}, | |
| { "tagName": "playerversion", | |
| "values": ["Flash 9", "AIR 1.1"]}, | |
| { "tagName": "productversion", | |
| "values": ["BlazeDS 4", "LCDS 3"]}, | |
| { "tagName": "return", | |
| "values": ["The value of the property."]}, | |
| { "tagName": "langversion", | |
| "values": ["3.0"]} ], | |
| "return": "*", | |
| "params": [{ "name": "name", "type": "*"}]} | |
| , | |
| { "type": "method", | |
| "qname": "callProperty", | |
| "namespace": "flash_proxy", | |
| "bindable": [], | |
| "details": ["override"], | |
| "deprecated": {}, | |
| "description": "Returns the value of the proxied object's method with the specified name. called method.", | |
| "tags": [ | |
| { "tagName": "param", | |
| "values": ["name The name of the method being invoked.", "rest An array specifying the arguments to the"]}, | |
| { "tagName": "playerversion", | |
| "values": ["Flash 9", "AIR 1.1"]}, | |
| { "tagName": "productversion", | |
| "values": ["BlazeDS 4", "LCDS 3"]}, | |
| { "tagName": "return", | |
| "values": ["The return value of the called method."]}, | |
| { "tagName": "langversion", | |
| "values": ["3.0"]} ], | |
| "return": "*", | |
| "params": [{ "name": "name", "type": "*"}, | |
| { "name": "rest", "type": "Array"}]} | |
| , | |
| { "type": "method", | |
| "qname": "deleteProperty", | |
| "namespace": "flash_proxy", | |
| "bindable": [], | |
| "details": ["override"], | |
| "deprecated": {}, | |
| "description": "Deletes the specified property on the proxied object and sends notification of the delete to the handler. or possibly a QName where the property name is found by inspecting the <code>localName</code> property.", | |
| "tags": [ | |
| { "tagName": "param", | |
| "values": ["name Typically a string containing the name of the property,"]}, | |
| { "tagName": "playerversion", | |
| "values": ["Flash 9", "AIR 1.1"]}, | |
| { "tagName": "productversion", | |
| "values": ["BlazeDS 4", "LCDS 3"]}, | |
| { "tagName": "return", | |
| "values": ["A Boolean indicating if the property was deleted."]}, | |
| { "tagName": "langversion", | |
| "values": ["3.0"]} ], | |
| "return": "Boolean", | |
| "params": [{ "name": "name", "type": "*"}]} | |
| , | |
| { "type": "method", | |
| "qname": "hasProperty", | |
| "namespace": "flash_proxy", | |
| "bindable": [], | |
| "details": ["override"], | |
| "deprecated": {}, | |
| "description": "This is an internal function that must be implemented by a subclass of flash.utils.Proxy. for existence. otherwise <code>false</code>.", | |
| "tags": [ | |
| { "tagName": "see", | |
| "values": ["flash.utils.Proxy#hasProperty()"]}, | |
| { "tagName": "param", | |
| "values": ["name The property name that should be tested"]}, | |
| { "tagName": "playerversion", | |
| "values": ["Flash 9", "AIR 1.1"]}, | |
| { "tagName": "productversion", | |
| "values": ["BlazeDS 4", "LCDS 3"]}, | |
| { "tagName": "return", | |
| "values": ["If the property exists, <code>true</code>;"]}, | |
| { "tagName": "langversion", | |
| "values": ["3.0"]} ], | |
| "return": "Boolean", | |
| "params": [{ "name": "name", "type": "*"}]} | |
| , | |
| { "type": "method", | |
| "qname": "nextName", | |
| "namespace": "flash_proxy", | |
| "bindable": [], | |
| "details": ["override"], | |
| "deprecated": {}, | |
| "description": "This is an internal function that must be implemented by a subclass of flash.utils.Proxy. property.", | |
| "tags": [ | |
| { "tagName": "see", | |
| "values": ["flash.utils.Proxy#nextName()"]}, | |
| { "tagName": "param", | |
| "values": ["index The zero-based index of the object's"]}, | |
| { "tagName": "playerversion", | |
| "values": ["Flash 9", "AIR 1.1"]}, | |
| { "tagName": "productversion", | |
| "values": ["BlazeDS 4", "LCDS 3"]}, | |
| { "tagName": "return", | |
| "values": ["The property's name."]}, | |
| { "tagName": "langversion", | |
| "values": ["3.0"]} ], | |
| "return": "String", | |
| "params": [{ "name": "index", "type": "int"}]} | |
| , | |
| { "type": "method", | |
| "qname": "nextNameIndex", | |
| "namespace": "flash_proxy", | |
| "bindable": [], | |
| "details": ["override"], | |
| "deprecated": {}, | |
| "description": "This is an internal function that must be implemented by a subclass of flash.utils.Proxy. property.", | |
| "tags": [ | |
| { "tagName": "see", | |
| "values": ["flash.utils.Proxy#nextNameIndex()"]}, | |
| { "tagName": "param", | |
| "values": ["index The zero-based index of the object's"]}, | |
| { "tagName": "playerversion", | |
| "values": ["Flash 9", "AIR 1.1"]}, | |
| { "tagName": "productversion", | |
| "values": ["BlazeDS 4", "LCDS 3"]}, | |
| { "tagName": "return", | |
| "values": ["The zero-based index of the next proprety."]}, | |
| { "tagName": "langversion", | |
| "values": ["3.0"]} ], | |
| "return": "int", | |
| "params": [{ "name": "index", "type": "int"}]} | |
| , | |
| { "type": "method", | |
| "qname": "nextValue", | |
| "namespace": "flash_proxy", | |
| "bindable": [], | |
| "details": ["override"], | |
| "deprecated": {}, | |
| "description": "This is an internal function that must be implemented by a subclass of flash.utils.Proxy. property.", | |
| "tags": [ | |
| { "tagName": "see", | |
| "values": ["flash.utils.Proxy#nextValue()"]}, | |
| { "tagName": "param", | |
| "values": ["index The zero-based index value of the object's"]}, | |
| { "tagName": "playerversion", | |
| "values": ["Flash 9", "AIR 1.1"]}, | |
| { "tagName": "productversion", | |
| "values": ["BlazeDS 4", "LCDS 3"]}, | |
| { "tagName": "return", | |
| "values": ["The property's value."]}, | |
| { "tagName": "langversion", | |
| "values": ["3.0"]} ], | |
| "return": "*", | |
| "params": [{ "name": "index", "type": "int"}]} | |
| , | |
| { "type": "method", | |
| "qname": "setProperty", | |
| "namespace": "flash_proxy", | |
| "bindable": [], | |
| "details": ["override"], | |
| "deprecated": {}, | |
| "description": "Updates the specified property on the proxied object and sends notification of the update to the handler. should be updated on the proxied object.", | |
| "tags": [ | |
| { "tagName": "param", | |
| "values": ["name Object containing the name of the property that", "value Value that should be set on the proxied object."]}, | |
| { "tagName": "playerversion", | |
| "values": ["Flash 9", "AIR 1.1"]}, | |
| { "tagName": "productversion", | |
| "values": ["BlazeDS 4", "LCDS 3"]}, | |
| { "tagName": "langversion", | |
| "values": ["3.0"]} ], | |
| "return": "void", | |
| "params": [{ "name": "name", "type": "*"}, | |
| { "name": "value", "type": "*"}]} | |
| ] | |
| } |