blob: 5098a0f744c8f476a2f1fa9c132ed92fd6a51f15 [file] [log] [blame]
{ "type": "interface",
"qname": "org.apache.royale.core.ILayoutHost",
"description": "The ILayoutHost interface is the basic interface for the container views that have an IBeadLayout. The layout implementation often needs to know certain things about other objects in the view.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.0"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"members": [
{ "type": "accessor",
"access": "read-only",
"return": "org.apache.royale.core.ILayoutView",
"qname": "contentView",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "The container whose children are to be the subject of the layout.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.8"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "type": "method",
"qname": "beforeLayout",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Invoked prior to performing the layout.",
"tags": [
{ "tagName": "returns",
"values": ["false if it isn't worth laying out"]},
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.8"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"return": "Boolean",
"params": []}
,
{ "type": "method",
"qname": "afterLayout",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Invoked after performing the layout.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.8"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"return": "void",
"params": []}
]
}