blob: a3fee58ba4769045ea8c3daceba6e9bb7fae6875 [file] [log] [blame]
{ "type": "class",
"qname": "org.apache.royale.textLayout.elements.TableRowElement",
"baseClassname": "org.apache.royale.textLayout.elements.TableFormattedElement"
,
"description": "TableRowElement is an item in a TableElement. It most commonly contains one or more TableCellElement objects, A TableRowElement always appears within a TableElement, TableBodyElement.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10", "AIR 1.5"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"members": [
{ "type": "field",
"qname": "x",
"return": "Number",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {}},
{ "type": "field",
"qname": "y",
"return": "Number",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {}},
{ "type": "field",
"qname": "height",
"return": "Number",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {}},
{ "type": "field",
"qname": "parcelIndex",
"return": "int",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {}},
{ "type": "field",
"qname": "columnIndex",
"return": "Number",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {}},
{ "type": "field",
"qname": "iMaxRowDepth",
"return": "Number",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {}},
{ "type": "field",
"qname": "beyondParcel",
"return": "Boolean",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {}},
{ "type": "method",
"qname": "org.apache.royale.textLayout.elements.TableRowElement",
"namespace": "",
"bindable": [],
"details": [],
"deprecated": {},
"return": "",
"params": [{ "name": "format", "type": "org.apache.royale.textLayout.formats.ITextLayoutFormat"}]}
,
{ "type": "accessor",
"access": "read-only",
"return": "String",
"qname": "className",
"namespace": "public",
"bindable": [],
"details": ["override"],
"deprecated": {}},
{ "type": "accessor",
"access": "read-only",
"return": "Boolean",
"qname": "abstract",
"namespace": "protected",
"bindable": [],
"details": ["override"],
"deprecated": {},
"description": "@private"},
{ "type": "accessor",
"access": "read-only",
"return": "String",
"qname": "defaultTypeName",
"namespace": "public",
"bindable": [],
"details": ["override"],
"deprecated": {},
"description": "@private"},
{ "type": "method",
"qname": "getCells",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Returns a vector of table cell elements or null if the row contains no cells",
"return": "Vector.<org.apache.royale.textLayout.elements.ITableCellElement>",
"params": []}
,
{ "type": "accessor",
"access": "read-only",
"return": "Array",
"qname": "cells",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Get an array of cells or null if the row contains no cells"},
{ "type": "accessor",
"access": "read-only",
"return": "int",
"qname": "numCells",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Returns the number of cells in this row."},
{ "type": "method",
"qname": "getCellAt",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Returns the cell at the specified index or null if out of range.",
"return": "org.apache.royale.textLayout.elements.ITableCellElement",
"params": [{ "name": "index", "type": "int"}]}
,
{ "type": "method",
"qname": "addCell",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Adds a table cell to the row",
"return": "org.apache.royale.textLayout.elements.ITableCellElement",
"params": [{ "name": "cell", "type": "org.apache.royale.textLayout.elements.ITableCellElement"}]}
,
{ "type": "method",
"qname": "addCellAt",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Adds a table cell to the row",
"return": "org.apache.royale.textLayout.elements.ITableCellElement",
"params": [{ "name": "index", "type": "int"}]}
,
{ "type": "method",
"qname": "getColumnCount",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Get an estimate column count for this row. This is temporary. TODO loop through cells and check for column span.",
"return": "int",
"params": []}
,
{ "type": "accessor",
"access": "read-write",
"return": "Number",
"qname": "composedHeight",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {}},
{ "type": "accessor",
"access": "read-write",
"return": "int",
"qname": "rowIndex",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {}},
{ "type": "accessor",
"access": "read-write",
"return": "Boolean",
"qname": "isMaxHeight",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {}},
{ "type": "accessor",
"access": "read-write",
"return": "Number",
"qname": "totalHeight",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {}}]
}