blob: 787cab65a479596864389cf57d33e47da24293c8 [file] [log] [blame]
{ "type": "class",
"qname": "org.apache.royale.textLayout.compose.TextFlowTableBlock",
"baseClassname": "org.apache.royale.textLayout.compose.TextFlowLine"
,
"description": "",
"members": [
{ "type": "method",
"qname": "org.apache.royale.textLayout.compose.TextFlowTableBlock",
"namespace": "",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Constructor - creates a new TextFlowTableBlock instance. <p><strong>Note</strong>: No client should call this. It's exposed for writing your own composer.</p>",
"tags": [
{ "tagName": "param",
"values": ["index The index in the Table text flow."]} ],
"return": "",
"params": [{ "name": "index", "type": "uint"}]}
,
{ "type": "accessor",
"access": "read-only",
"return": "Boolean",
"qname": "composable",
"namespace": "public",
"bindable": [],
"details": ["override"],
"deprecated": {}},
{ "type": "method",
"qname": "initialize",
"namespace": "public",
"bindable": [],
"details": ["override"],
"deprecated": {},
"description": "",
"tags": [
{ "tagName": "inheritDoc",
"values": []} ],
"return": "void",
"params": [{ "name": "paragraph", "type": "org.apache.royale.textLayout.elements.IParagraphElement"},
{ "name": "outerTargetWidth", "type": "Number"},
{ "name": "lineOffset", "type": "Number"},
{ "name": "absoluteStart", "type": "int"},
{ "name": "numChars", "type": "int"},
{ "name": "textLine", "type": "org.apache.royale.text.engine.ITextLine"}]}
,
{ "type": "method",
"qname": "setController",
"namespace": "public",
"bindable": [],
"details": ["override"],
"deprecated": {},
"return": "void",
"params": [{ "name": "cont", "type": "org.apache.royale.textLayout.container.IContainerController"},
{ "name": "colNumber", "type": "int"}]}
,
{ "type": "field",
"qname": "blockIndex",
"return": "uint",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "The index of this block in the table text flow layout"},
{ "type": "method",
"qname": "getCellsInRange",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Returns a vector of table cell elements in the given cell range.",
"return": "Vector.<org.apache.royale.textLayout.elements.ITableCellElement>",
"params": [{ "name": "anchorCoords", "type": "org.apache.royale.textLayout.elements.CellCoordinates"},
{ "name": "activeCoords", "type": "org.apache.royale.textLayout.elements.CellCoordinates"}]}
,
{ "type": "method",
"qname": "clear",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Clears the cells in the table block. Wraps clearCells().",
"return": "void",
"params": []}
,
{ "type": "method",
"qname": "clearCells",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Clears the cells in the table block",
"return": "void",
"params": []}
,
{ "type": "method",
"qname": "addCell",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Adds a cell container to table container. This adds it to the display list. If the cell is already added it does not add it twice.",
"return": "void",
"params": [{ "name": "cell", "type": "org.apache.royale.textLayout.elements.CellContainer"}]}
,
{ "type": "method",
"qname": "drawBackground",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"return": "void",
"params": [{ "name": "backgroundInfo", "type": "*"}]}
,
{ "type": "accessor",
"access": "read-only",
"return": "org.apache.royale.textLayout.elements.TableBlockContainer",
"qname": "container",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Container that displays this collection of cells"},
{ "type": "method",
"qname": "updateCompositionShapes",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Triggers drawing of composed cell contents",
"return": "void",
"params": []}
,
{ "type": "accessor",
"access": "read-write",
"return": "Number",
"qname": "height",
"namespace": "public",
"bindable": [],
"details": ["override"],
"deprecated": {},
"description": "Sets the height of the container"},
{ "type": "accessor",
"access": "read-write",
"return": "Number",
"qname": "width",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Sets the width of the container"},
{ "type": "accessor",
"access": "read-write",
"return": "Number",
"qname": "x",
"namespace": "public",
"bindable": [],
"details": ["override"],
"deprecated": {},
"description": "Sets the x position of the container"},
{ "type": "accessor",
"access": "read-write",
"return": "Number",
"qname": "y",
"namespace": "public",
"bindable": [],
"details": ["override"],
"deprecated": {},
"description": "Sets the y value of the container"},
{ "type": "method",
"qname": "getTableCells",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Returns a vector of table cell elements.",
"return": "Vector.<org.apache.royale.textLayout.elements.ITableCellElement>",
"params": []}
,
{ "type": "accessor",
"access": "read-only",
"return": "Number",
"qname": "textHeight",
"namespace": "public",
"bindable": [],
"details": ["override"],
"deprecated": {}},
{ "type": "method",
"qname": "hiliteBlockSelection",
"namespace": "public",
"bindable": [],
"details": ["override"],
"deprecated": {},
"return": "void",
"params": [{ "name": "selObj", "type": "org.apache.royale.graphics.ICompoundGraphic"},
{ "name": "selFormat", "type": "org.apache.royale.textLayout.edit.SelectionFormat"},
{ "name": "container", "type": "org.apache.royale.core.IParentIUIBase"},
{ "name": "begIdx", "type": "int"},
{ "name": "endIdx", "type": "int"},
{ "name": "prevLine", "type": "org.apache.royale.textLayout.compose.ITextFlowLine"},
{ "name": "nextLine", "type": "org.apache.royale.textLayout.compose.ITextFlowLine"}]}
,
{ "type": "accessor",
"access": "read-write",
"return": "org.apache.royale.textLayout.elements.ITableElement",
"qname": "parentTable",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {}}]
}