blob: f9dba4541669006156c1d9dd497b47a3839e8cdb [file] [log] [blame]
{ "type": "class",
"qname": "org.apache.royale.html.supportClasses.PanelLayoutProxy",
"baseClassname": ""
,
"description": "The PanelLayoutProxy class is used by Panel in order for layouts to operate on the Panel itself. If Panel were being used, its numElements, getElementAt, etc. functions would actually redirect to its Container content. In order for a layout to work on the Panel directly (its TitleBar, Container, and ControlBar children), this proxy is used which will invoke the Panel's $numElements, $getElementAt, etc functions.",
"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": "org.apache.royale.html.supportClasses.PanelLayoutProxy",
"namespace": "",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Constructor.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.0"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"return": "",
"params": [{ "name": "host", "type": "Object"}]}
,
{ "type": "accessor",
"access": "read-only",
"return": "Object",
"qname": "host",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {}},
{ "type": "accessor",
"access": "read-only",
"return": "Number",
"qname": "width",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "The width of the bounding box.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "royaleignorecoercion",
"values": ["org.apache.royale.core.UIBase"]},
{ "tagName": "productversion",
"values": ["Royale 0.0"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "type": "accessor",
"access": "read-only",
"return": "Number",
"qname": "height",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "The height of the bounding box.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "royaleignorecoercion",
"values": ["org.apache.royale.core.UIBase"]},
{ "tagName": "productversion",
"values": ["Royale 0.0"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "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": "royaleignorecoercion",
"values": ["org.apache.royale.core.IContainerBaseStrandChildrenHost"]},
{ "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.",
"tags": [
{ "tagName": "param",
"values": ["c The index of the subcomponent."]},
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "royaleignorecoercion",
"values": ["org.apache.royale.core.IContainerBaseStrandChildrenHost"]},
{ "tagName": "productversion",
"values": ["Royale 0.0"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"return": "org.apache.royale.core.IChild",
"params": [{ "name": "index", "type": "int"}]}
,
{ "type": "method",
"qname": "getElementIndex",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Gets the index of this subcomponent.",
"tags": [
{ "tagName": "param",
"values": ["c The subcomponent to add."]},
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "royaleignorecoercion",
"values": ["org.apache.royale.core.IContainerBaseStrandChildrenHost"]},
{ "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": "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": "royaleignorecoercion",
"values": ["org.apache.royale.core.IContainerBaseStrandChildrenHost"]},
{ "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.",
"tags": [
{ "tagName": "param",
"values": ["c The subcomponent to add.", "index 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": "royaleignorecoercion",
"values": ["org.apache.royale.core.IContainerBaseStrandChildrenHost"]},
{ "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": "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": "royaleignorecoercion",
"values": ["org.apache.royale.core.IContainerBaseStrandChildrenHost"]},
{ "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"}]}
]
}