blob: a0d36cb097634b61b2d189016ceb5bb7f72c2d07 [file] [log] [blame]
{ "type": "class",
"qname": "org.apache.royale.html.beads.GroupView",
"baseClassname": "org.apache.royale.core.BeadViewBase"
,
"description": "The GroupView is a bead that manages the layout bead (if any) attached to a Group. This class also provides support for background and border styles for a Group on the SWF platform.",
"tags": [
{ "tagName": "viewbead",
"values": []},
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.8"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"members": [
{ "type": "method",
"qname": "org.apache.royale.html.beads.GroupView",
"namespace": "",
"bindable": [],
"details": [],
"deprecated": {},
"description": "The GroupView class is the default view for the org.apache.royale.html.Group class. It lets you use some CSS styles to manage the border, background and padding around the content area.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.8"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"return": "",
"params": []}
,
{ "type": "accessor",
"access": "read-only",
"return": "org.apache.royale.core.ILayoutView",
"qname": "contentView",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "The sub-element used as the parent of the container's elements. This does not include the chrome elements.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.8"]},
{ "tagName": "royaleignorecoercion",
"values": ["org.apache.royale.core.ILayoutView"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "type": "accessor",
"access": "read-only",
"return": "org.apache.royale.core.IUIBase",
"qname": "resizableView",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "The view that can be resized.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.8"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "type": "accessor",
"access": "write-only",
"return": "org.apache.royale.core.IStrand",
"qname": "strand",
"namespace": "public",
"bindable": [],
"details": ["override"],
"deprecated": {},
"description": "Strand setter.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.8"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "type": "method",
"qname": "handleInitComplete",
"namespace": "protected",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Handles the initComplete event by completing the setup and kicking off the presentation of the contents.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.8"]},
{ "tagName": "royaleignorecoercion",
"values": ["org.apache.royale.core.ILayoutChild"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"return": "void",
"params": [{ "name": "event", "type": "org.apache.royale.events.Event"}]}
,
{ "type": "method",
"qname": "deferredSizeHandler",
"namespace": "protected",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Handles the case where the size of the host is not immediately known, usually do to one of its dimensions being indicated as a percent size.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.8"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"return": "void",
"params": [{ "name": "event", "type": "org.apache.royale.events.Event"}]}
,
{ "type": "method",
"qname": "completeSetup",
"namespace": "protected",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Called when the host is ready to complete its setup (usually after its size has been determined).",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.8"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"return": "void",
"params": []}
,
{ "type": "method",
"qname": "resizeHandler",
"namespace": "protected",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Invoked in response to the strand being resized.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.8"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"return": "void",
"params": [{ "name": "event", "type": "org.apache.royale.events.Event"}]}
,
{ "type": "method",
"qname": "beforeLayout",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Provides a place for pre-layout actions.",
"tags": [
{ "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": "performLayout",
"namespace": "protected",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Executes the layout associated with this container. Once the layout has been run, it may affect the size of the host or may cause the host to present scroll bars view its viewport.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.8"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"return": "void",
"params": [{ "name": "event", "type": "org.apache.royale.events.Event"}]}
,
{ "type": "method",
"qname": "calculateContentSize",
"namespace": "protected",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Returns the size of the content area including the padding.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.0"]},
{ "tagName": "royaleignorecoercion",
"values": ["org.apache.royale.core.IBorderPaddingMarginValuesImpl"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"return": "org.apache.royale.geom.Size",
"params": []}
,
{ "type": "method",
"qname": "afterLayout",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Adjusts the size of the host after the layout has been run.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.0"]},
{ "tagName": "royaleignorecoercion",
"values": ["org.apache.royale.core.IBorderPaddingMarginValuesImpl"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"return": "void",
"params": []}
]
}