blob: 51f746c7dd3f0c5d1e12315aeed3647e32981a68 [file] [log] [blame]
{ "type": "class",
"qname": "org.apache.royale.textLayout.operations.MoveChildrenOperation",
"baseClassname": "org.apache.royale.textLayout.operations.FlowTextOperation"
,
"description": "The MoveChildrenOperation class allows moving a set of siblings out of its immediate parent chain, and the operation removes any empty ancestor chain left behind.",
"tags": [
{ "tagName": "see",
"values": ["org.apache.royale.textLayout.elements.FlowElement", "org.apache.royale.textLayout.edit.EditManager", "org.apache.royale.textLayout.events.FlowOperationEvent"]},
{ "tagName": "playerversion",
"values": ["Flash 10", "AIR 1.5"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"members": [
{ "type": "method",
"qname": "org.apache.royale.textLayout.operations.MoveChildrenOperation",
"namespace": "",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Creates a MoveChildrenOperation object. <p>This operation moves a consecutive number of children of source into the destination context. Also, if moving the children leaves the source element with no children, then source will be removed. The removal is done recursively such that if source's parent becomes empty from the removal of source, it too will be deleted, and on up the parent chain.</p>",
"tags": [
{ "tagName": "param",
"values": ["operationState Specifies the SelectionState of this operation", "source Specifies the parent of the item(s) to move.", "sourceIndex Specifies the index of the first item to move.", "numChildren Specifies the number of children to move.", "destination Specifies the new parent of the items.", "destinationIndex Specifies the new child index of the first element."]},
{ "tagName": "playerversion",
"values": ["Flash 10", "AIR 1.5"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"return": "",
"params": [{ "name": "operationState", "type": "org.apache.royale.textLayout.edit.SelectionState"},
{ "name": "source", "type": "org.apache.royale.textLayout.elements.IFlowGroupElement"},
{ "name": "sourceIndex", "type": "int"},
{ "name": "numChildren", "type": "int"},
{ "name": "destination", "type": "org.apache.royale.textLayout.elements.IFlowGroupElement"},
{ "name": "destinationIndex", "type": "int"}]}
,
{ "type": "accessor",
"access": "read-write",
"return": "org.apache.royale.textLayout.elements.IFlowGroupElement",
"qname": "source",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Specifies the parent of the item(s) to move.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10", "AIR 1.5"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "type": "accessor",
"access": "read-write",
"return": "int",
"qname": "sourceIndex",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Specifies the number of children to move.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10", "AIR 1.5"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "type": "accessor",
"access": "read-write",
"return": "int",
"qname": "numChildren",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Specifies the index of the first item to move.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10", "AIR 1.5"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "type": "accessor",
"access": "read-write",
"return": "org.apache.royale.textLayout.elements.IFlowGroupElement",
"qname": "destination",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Specifies the new parent of the items.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10", "AIR 1.5"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "type": "accessor",
"access": "read-write",
"return": "int",
"qname": "destinationIndex",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Specifies the new child index of the first element.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10", "AIR 1.5"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]}]
}