| { "type": "interface", | |
| "qname": "org.apache.royale.core.IParent", | |
| "description": "The IParent interface is the basic interface for a component that contains subcomponents, including the application class.", | |
| "tags": [ | |
| { "tagName": "playerversion", | |
| "values": ["Flash 10.2", "AIR 2.6"]}, | |
| { "tagName": "productversion", | |
| "values": ["Royale 0.0"]}, | |
| { "tagName": "langversion", | |
| "values": ["3.0"]} ], | |
| "members": [ | |
| { "type": "method", | |
| "qname": "addElement", | |
| "namespace": "public", | |
| "bindable": [], | |
| "details": [], | |
| "deprecated": {}, | |
| "description": "Add a component to the parent.", | |
| "tags": [ | |
| { "tagName": "param", | |
| "values": ["c The subcomponent to add.", "dispatchEvent Whether to dispatch an event after adding the child."]}, | |
| { "tagName": "playerversion", | |
| "values": ["Flash 10.2", "AIR 2.6"]}, | |
| { "tagName": "productversion", | |
| "values": ["Royale 0.0"]}, | |
| { "tagName": "langversion", | |
| "values": ["3.0"]} ], | |
| "return": "void", | |
| "params": [{ "name": "c", "type": "org.apache.royale.core.IChild"}, | |
| { "name": "dispatchEvent", "type": "Boolean"}]} | |
| , | |
| { "type": "method", | |
| "qname": "addElementAt", | |
| "namespace": "public", | |
| "bindable": [], | |
| "details": [], | |
| "deprecated": {}, | |
| "description": "Add a component to the parent at the specified index.", | |
| "tags": [ | |
| { "tagName": "param", | |
| "values": ["c The subcomponent to add.", "c The index where the subcomponent should be added.", "dispatchEvent Whether to dispatch an event after adding the child."]}, | |
| { "tagName": "playerversion", | |
| "values": ["Flash 10.2", "AIR 2.6"]}, | |
| { "tagName": "productversion", | |
| "values": ["Royale 0.0"]}, | |
| { "tagName": "langversion", | |
| "values": ["3.0"]} ], | |
| "return": "void", | |
| "params": [{ "name": "c", "type": "org.apache.royale.core.IChild"}, | |
| { "name": "index", "type": "int"}, | |
| { "name": "dispatchEvent", "type": "Boolean"}]} | |
| , | |
| { "type": "method", | |
| "qname": "getElementIndex", | |
| "namespace": "public", | |
| "bindable": [], | |
| "details": [], | |
| "deprecated": {}, | |
| "description": "Gets the index of this subcomponent.", | |
| "tags": [ | |
| { "tagName": "param", | |
| "values": ["c The subcomponent to retrieve the index."]}, | |
| { "tagName": "playerversion", | |
| "values": ["Flash 10.2", "AIR 2.6"]}, | |
| { "tagName": "productversion", | |
| "values": ["Royale 0.0"]}, | |
| { "tagName": "return", | |
| "values": ["The index (zero-based)."]}, | |
| { "tagName": "langversion", | |
| "values": ["3.0"]} ], | |
| "return": "int", | |
| "params": [{ "name": "c", "type": "org.apache.royale.core.IChild"}]} | |
| , | |
| { "type": "method", | |
| "qname": "removeElement", | |
| "namespace": "public", | |
| "bindable": [], | |
| "details": [], | |
| "deprecated": {}, | |
| "description": "Remove a component from the parent.", | |
| "tags": [ | |
| { "tagName": "param", | |
| "values": ["c The subcomponent to remove.", "dispatchEvent Whether to dispatch an event after removing the child."]}, | |
| { "tagName": "playerversion", | |
| "values": ["Flash 10.2", "AIR 2.6"]}, | |
| { "tagName": "productversion", | |
| "values": ["Royale 0.0"]}, | |
| { "tagName": "langversion", | |
| "values": ["3.0"]} ], | |
| "return": "void", | |
| "params": [{ "name": "c", "type": "org.apache.royale.core.IChild"}, | |
| { "name": "dispatchEvent", "type": "Boolean"}]} | |
| , | |
| { "type": "accessor", | |
| "access": "read-only", | |
| "return": "int", | |
| "qname": "numElements", | |
| "namespace": "public", | |
| "bindable": [], | |
| "details": [], | |
| "deprecated": {}, | |
| "description": "The number of elements in the parent.", | |
| "tags": [ | |
| { "tagName": "playerversion", | |
| "values": ["Flash 10.2", "AIR 2.6"]}, | |
| { "tagName": "productversion", | |
| "values": ["Royale 0.0"]}, | |
| { "tagName": "langversion", | |
| "values": ["3.0"]} ]}, | |
| { "type": "method", | |
| "qname": "getElementAt", | |
| "namespace": "public", | |
| "bindable": [], | |
| "details": [], | |
| "deprecated": {}, | |
| "description": "Get a component from the parent at specified index.", | |
| "tags": [ | |
| { "tagName": "param", | |
| "values": ["c The index of the subcomponent."]}, | |
| { "tagName": "playerversion", | |
| "values": ["Flash 10.2", "AIR 2.6"]}, | |
| { "tagName": "productversion", | |
| "values": ["Royale 0.0"]}, | |
| { "tagName": "langversion", | |
| "values": ["3.0"]} ], | |
| "return": "org.apache.royale.core.IChild", | |
| "params": [{ "name": "index", "type": "int"}]} | |
| ] | |
| } |