blob: d67647a937a0598bc3dbef13205f75446a0146d9 [file] [log] [blame]
{ "type": "class",
"qname": "spark.components.gridClasses.CellPosition",
"baseClassname": ""
,
"description": "The CellPosition class defines a data structure used by the Spark data grid classes to represent selected cells in the control. Each selected cell is represented by an instance of this class.",
"tags": [
{ "tagName": "see",
"values": ["spark.components.DataGrid#selectedCell", "spark.components.DataGrid#selectedCells", "spark.components.Grid#selectedCell", "spark.components.Grid#selectedCells"]},
{ "tagName": "playerversion",
"values": ["Flash 10", "AIR 2.5"]},
{ "tagName": "productversion",
"values": ["Flex 4.5"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"members": [
{ "type": "method",
"qname": "spark.components.gridClasses.CellPosition",
"namespace": "",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Constructor. A value of -1 indicates that the value is not set. A value of -1 indicates that the value is not set.",
"tags": [
{ "tagName": "param",
"values": ["rowIndex The 0-based row index of the cell.", "columnIndex The 0-based column index of the cell."]},
{ "tagName": "playerversion",
"values": ["Flash 10", "AIR 2.5"]},
{ "tagName": "productversion",
"values": ["Flex 4.5"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"return": "",
"params": [{ "name": "rowIndex", "type": "int"},
{ "name": "columnIndex", "type": "int"}]}
,
{ "type": "accessor",
"access": "read-write",
"return": "int",
"qname": "columnIndex",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "The 0-based column index of the cell. A value of -1 indicates that the value is not set.",
"tags": [
{ "tagName": "default",
"values": ["-1"]},
{ "tagName": "playerversion",
"values": ["Flash 10", "AIR 2.5"]},
{ "tagName": "productversion",
"values": ["Flex 4.5"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "type": "accessor",
"access": "read-write",
"return": "int",
"qname": "rowIndex",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "The 0-based row index of the cell. A value of -1 indicates that the value is not set.",
"tags": [
{ "tagName": "default",
"values": ["-1"]},
{ "tagName": "playerversion",
"values": ["Flash 10", "AIR 2.5"]},
{ "tagName": "productversion",
"values": ["Flex 4.5"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]}]
}