blob: 080182e8d40cdf6637a8f472bc09b398d3c830f5 [file] [log] [blame]
{ "type": "class",
"qname": "org.apache.royale.jewel.beads.layouts.StyledLayoutBase",
"baseClassname": "org.apache.royale.core.LayoutBase"
,
"description": "The StyledLayoutBase class is an extension of LayoutBase to define various common layout features for the rest of child classes",
"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.beads.layouts.StyledLayoutBase",
"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": []}
,
{ "type": "field",
"qname": "LAYOUT_TYPE_NAMES",
"return": "String",
"namespace": "public",
"bindable": [],
"details": ["static"],
"deprecated": {},
"description": "",
"tags": [
{ "tagName": "royalesuppresspublicvarwarning",
"values": []} ]},
{ "type": "field",
"qname": "hostComponent",
"return": "org.apache.royale.core.StyledUIBase",
"namespace": "protected",
"bindable": [],
"details": [],
"deprecated": {}},
{ "type": "accessor",
"access": "write-only",
"return": "org.apache.royale.core.IStrand",
"qname": "strand",
"namespace": "public",
"bindable": [],
"details": ["override"],
"deprecated": {},
"description": "",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "copy",
"values": ["org.apache.royale.core.IBead#strand"]},
{ "tagName": "productversion",
"values": ["Royale 0.9.4"]},
{ "tagName": "royaleignorecoercion",
"values": ["org.apache.royale.core.IParentIUIBase", "org.apache.royale.core.WrappedHTMLElement"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "type": "method",
"qname": "beadsAddedHandler",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Add class selectors when the component is addedToParent Otherwise component will not get the class selectors when perform "removeElement" and then "addElement"",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.9.4"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"return": "void",
"params": [{ "name": "event", "type": "org.apache.royale.events.Event"}]}
,
{ "type": "method",
"qname": "applyStyleToLayout",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Get the component layout style and init to if exists",
"tags": [
{ "tagName": "param",
"values": ["component the IUIBase component that host this layout", "cssProperty the style property in css set for the component to retrieve"]},
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.9.4"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"return": "void",
"params": [{ "name": "component", "type": "org.apache.royale.core.IUIBase"},
{ "name": "cssProperty", "type": "String"}]}
,
{ "type": "field",
"qname": "itemsHorizontalAlignInitialized",
"return": "Boolean",
"namespace": "protected",
"bindable": [],
"details": [],
"deprecated": {}},
{ "type": "accessor",
"access": "read-write",
"return": "String",
"qname": "itemsHorizontalAlign",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Distribute all items horizontally Possible values are: - itemsLeft - itemsCenter - itemsRight - itemsSpaceBetween - itemsSpaceAround",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.9.4"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "type": "field",
"qname": "itemsVerticalAlignInitialized",
"return": "Boolean",
"namespace": "protected",
"bindable": [],
"details": [],
"deprecated": {}},
{ "type": "accessor",
"access": "read-write",
"return": "String",
"qname": "itemsVerticalAlign",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Distribute all items vertically Possible values are: - itemsSameHeight - itemsCenter - itemsTop - itemsBottom",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.9.4"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "type": "accessor",
"access": "read-write",
"return": "Boolean",
"qname": "itemsExpand",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "A boolean flag to activate "itemsExpand" effect selector. Make items resize to the fill all container space",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.9.4"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "type": "method",
"qname": "setHostComponentClass",
"namespace": "protected",
"bindable": [],
"details": [],
"deprecated": {},
"return": "void",
"params": [{ "name": "oldValue", "type": "String"},
{ "name": "newValue", "type": "String"}]}
,
{ "type": "field",
"qname": "waitForSize",
"return": "Boolean",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Allow user to wait for the host size to be set in case of unset or % or avoid and perform layout"},
{ "type": "method",
"qname": "checkHostSize",
"namespace": "protected",
"bindable": [],
"details": [],
"deprecated": {},
"description": "We call requestAnimationFrame until we get width and height",
"return": "void",
"params": []}
,
{ "type": "method",
"qname": "performLayout",
"namespace": "public",
"bindable": [],
"details": ["override"],
"deprecated": {},
"description": "Performs the layout in three parts: before, layout, after.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.9.8"]},
{ "tagName": "royaleignorecoercion",
"values": ["org.apache.royale.core.ILayoutParent", "org.apache.royale.events.IEventDispatcher"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"return": "void",
"params": []}
,
{ "type": "field",
"qname": "viewBead",
"return": "org.apache.royale.core.ILayoutHost",
"namespace": "protected",
"bindable": [],
"details": [],
"deprecated": {}},
{ "type": "method",
"qname": "executeLayout",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"return": "void",
"params": []}
,
{ "type": "accessor",
"access": "read-write",
"return": "org.apache.royale.core.layout.ILayoutChildren",
"qname": "layoutChildren",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "The org.apache.royale.core.ILayoutChildren used to initialize instances of item renderers.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.10.0"]},
{ "tagName": "royaleignorecoercion",
"values": ["org.apache.royale.core.IItemRendererInitializer"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]}]
}