blob: ab6154fa19b90b7d02606ed24372b14e68c4af11 [file] [log] [blame]
{ "type": "interface",
"qname": "org.apache.royale.textLayout.elements.IFlowGroupElement",
"baseInterfaceNames": [
"org.apache.royale.textLayout.elements.IFlowElement"]
,
"members": [
{ "type": "method",
"qname": "findLeaf",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"return": "org.apache.royale.textLayout.elements.IFlowLeafElement",
"params": [{ "name": "childRelativePos", "type": "int"}]}
,
{ "type": "method",
"qname": "getFirstLeaf",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"return": "org.apache.royale.textLayout.elements.IFlowLeafElement",
"params": []}
,
{ "type": "method",
"qname": "getLastLeaf",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"return": "org.apache.royale.textLayout.elements.IFlowLeafElement",
"params": []}
,
{ "type": "method",
"qname": "findChildIndexAtPosition",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"return": "int",
"params": [{ "name": "begStart", "type": "int"}]}
,
{ "type": "method",
"qname": "getChildAt",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"return": "org.apache.royale.textLayout.elements.IFlowElement",
"params": [{ "name": "begChildIdx", "type": "int"}]}
,
{ "type": "method",
"qname": "getChildIndex",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"return": "int",
"params": [{ "name": "child", "type": "org.apache.royale.textLayout.elements.IFlowElement"}]}
,
{ "type": "accessor",
"access": "read-only",
"return": "int",
"qname": "numChildren",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {}},
{ "type": "method",
"qname": "addChildAt",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"return": "org.apache.royale.textLayout.elements.IFlowElement",
"params": [{ "name": "index", "type": "uint"},
{ "name": "elem", "type": "org.apache.royale.textLayout.elements.IFlowElement"}]}
,
{ "type": "method",
"qname": "splitAtIndex",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"return": "org.apache.royale.textLayout.elements.IFlowGroupElement",
"params": [{ "name": "childIdx", "type": "int"}]}
,
{ "type": "method",
"qname": "replaceChildren",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"return": "void",
"params": [{ "name": "beginChildIndex", "type": "int"},
{ "name": "endChildIndex", "type": "int"},
{ "name": "rest", "type": "Array"}]}
,
{ "type": "accessor",
"access": "read-write",
"return": "Array",
"qname": "mxmlChildren",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {}},
{ "type": "method",
"qname": "addChild",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"return": "org.apache.royale.textLayout.elements.IFlowElement",
"params": [{ "name": "child", "type": "org.apache.royale.textLayout.elements.IFlowElement"}]}
,
{ "type": "method",
"qname": "removeChild",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"return": "org.apache.royale.textLayout.elements.IFlowElement",
"params": [{ "name": "child", "type": "org.apache.royale.textLayout.elements.IFlowElement"}]}
,
{ "type": "method",
"qname": "removeChildAt",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"return": "org.apache.royale.textLayout.elements.IFlowElement",
"params": [{ "name": "index", "type": "uint"}]}
,
{ "type": "method",
"qname": "hasBlockElement",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"return": "Boolean",
"params": []}
,
{ "type": "method",
"qname": "insertBlockElement",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"return": "void",
"params": [{ "name": "child", "type": "org.apache.royale.textLayout.elements.IFlowElement"},
{ "name": "block", "type": "org.apache.royale.text.engine.ContentElement"}]}
,
{ "type": "method",
"qname": "removeBlockElement",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"return": "void",
"params": [{ "name": "child", "type": "org.apache.royale.textLayout.elements.IFlowElement"},
{ "name": "block", "type": "org.apache.royale.text.engine.ContentElement"}]}
,
{ "type": "method",
"qname": "canOwnFlowElement",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"return": "Boolean",
"params": [{ "name": "elem", "type": "org.apache.royale.textLayout.elements.IFlowElement"}]}
,
{ "type": "method",
"qname": "getNextLeafHelper",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"return": "org.apache.royale.textLayout.elements.IFlowLeafElement",
"params": [{ "name": "limitElement", "type": "org.apache.royale.textLayout.elements.IFlowGroupElement"},
{ "name": "child", "type": "org.apache.royale.textLayout.elements.IFlowElement"}]}
,
{ "type": "method",
"qname": "getPreviousLeafHelper",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"return": "org.apache.royale.textLayout.elements.IFlowLeafElement",
"params": [{ "name": "limitElement", "type": "org.apache.royale.textLayout.elements.IFlowGroupElement"},
{ "name": "child", "type": "org.apache.royale.textLayout.elements.IFlowElement"}]}
,
{ "type": "method",
"qname": "createContentAsGroup",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"return": "org.apache.royale.text.engine.GroupElement",
"params": [{ "name": "pos", "type": "int"}]}
,
{ "type": "method",
"qname": "addChildAfterInternal",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"return": "void",
"params": [{ "name": "child", "type": "org.apache.royale.textLayout.elements.IFlowElement"},
{ "name": "newChild", "type": "org.apache.royale.textLayout.elements.IFlowElement"}]}
]
}