blob: 0e51fc7530f3f0df77890043b4cf309f3523df83 [file] [log] [blame]
{ "type": "class",
"qname": "org.apache.royale.core.ContainerBase",
"baseClassname": "org.apache.royale.core.GroupBase"
,
"description": "The ContainerBase class is the base class for most containers in Royale. It is usable as the root tag of MXML documents and UI controls and containers are added to it.",
"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.core.ContainerBase",
"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": []}
,
{ "type": "accessor",
"access": "read-only",
"return": "org.apache.royale.core.IParent",
"qname": "strandChildren",
"namespace": "public",
"bindable": [],
"details": ["override"],
"deprecated": {},
"description": "",
"tags": [
{ "tagName": "private",
"values": []} ]},
{ "type": "accessor",
"access": "read-only",
"return": "int",
"qname": "$numElements",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Support strandChildren.",
"tags": [
{ "tagName": "private",
"values": []},
{ "tagName": "suppress",
"values": ["{undefinedNames}"]} ]}]
,
"events": [
{ "qname": "stateChangeComplete",
"type": "org.apache.royale.events.Event"
,
"description": "Indicates that the state change has completed. All properties that need to change have been changed, and all transitinos that need to run have completed. However, any deferred work may not be completed, and the screen may not be updated until code stops executing.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.0"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "qname": "initComplete",
"type": "org.apache.royale.events.Event"
,
"description": "Indicates that the initialization of the container is complete.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.0"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "qname": "childrenAdded",
"type": "org.apache.royale.events.Event"
,
"description": "Indicates that the children of the container is have been added.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.0"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]}]
}