blob: e01cd5c22281e1be2f87c9bb72d080fcdc314b0e [file] [log] [blame]
{ "type": "class",
"qname": "org.apache.royale.html.UIModule",
"baseClassname": "org.apache.royale.html.Group"
,
"description": "The UIModule class is the base class for modules of user interface controls 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.html.UIModule",
"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": "method",
"qname": "info",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "An Object containing information generated by the compiler that is useful at startup time.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.0"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"return": "Object",
"params": []}
,
{ "type": "accessor",
"access": "write-only",
"return": "org.apache.royale.core.IValuesImpl",
"qname": "valuesImpl",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "The org.apache.royale.core.IValuesImpl that is used by the loading application or module. A new instance is not created as the main one is shared but this adds the required depedencies for the JS compiler optimizer and adds the values for this module",
"tags": [
{ "tagName": "see",
"values": ["org.apache.royale.core.SimpleCSSValuesImpl"]},
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.0"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]}]
,
"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"]} ]}]
}