blob: 22057d6049de0fdd8068e617092d5da4e1c257c5 [file] [log] [blame]
{ "type": "class",
"qname": "org.apache.royale.jewel.supportClasses.wizard.WizardLayoutProxy",
"baseClassname": ""
,
"description": "The WizardLayoutProxy class is used by Wizard in order for layouts to operate on the Wizard itself. If Wizard were being used, its numElements, getElementAt, etc. functions would actually redirect to its Container content. In order for a layout to work on the Wizard directly (its PreviousButton, NextButton and Container), this proxy is used which will invoke the Wizard's $numElements, $getElementAt, etc functions.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.9.4"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"members": [
{ "type": "method",
"qname": "org.apache.royale.jewel.supportClasses.wizard.WizardLayoutProxy",
"namespace": "",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Constructor.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.9.4"]},
{ "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.9.4"]},
{ "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.9.4"]},
{ "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.9.4"]},
{ "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.9.4"]},
{ "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.9.4"]},
{ "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.9.4"]},
{ "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.9.4"]},
{ "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.9.4"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"return": "void",
"params": [{ "name": "c", "type": "org.apache.royale.core.IChild"},
{ "name": "dispatchEvent", "type": "Boolean"}]}
]
}