blob: 4c9434617402d52b79d24ac8f2555a32496d3a2b [file] [log] [blame]
{ "type": "class",
"qname": "spark.components.gridClasses.GridView",
"baseClassname": "spark.components.Group"
,
"description": "This class is internal to the DataGrid implementation. A Grid element (child) that displays a rectangular region within the Grid. The GridView's region is defined by four GridViewLayout properties: viewRowIndex and viewColumnIndex - the origin of the region, viewRowCount and viewColumnCount - the size of the region. The GridView contains GridLayers which contain all of the Grid's visual elements, the renderers, indicators, separators, etc. GridViews are created automatically by the Grid class, based on the values of the lockedRowCount and lockedColumnCount Grid properties.",
"members": [
{ "type": "method",
"qname": "spark.components.gridClasses.GridView",
"namespace": "",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Creates a GridView group with its layout set to a private GridView specific value.",
"return": "",
"params": []}
,
{ "type": "accessor",
"access": "read-only",
"return": "spark.components.gridClasses.GridViewLayout",
"qname": "gridViewLayout",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Return this GridView's GridViewLayout."},
{ "type": "method",
"qname": "containsMouseEvent",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "True if this GridView's bounds contain the event. Currently this method does not account for the possibility that this GridView has been rotated or scaled.",
"return": "Boolean",
"params": [{ "name": "event", "type": "mx.events.MouseEvent"}]}
,
{ "type": "method",
"qname": "getNextVisibleColumnIndex",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Returns the view-relative index of the next GridColumn.visible==true column after index. Returns -1 if there are no more visible columns. To find the first GridColumn.visible==true column index, use getNextVisibleColumnIndex(-1).",
"return": "int",
"params": [{ "name": "index", "type": "int"}]}
,
{ "type": "method",
"qname": "getPreviousVisibleColumnIndex",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Returns the view-relative index of the previous GridColumn.visible==true column before index. Returns -1 if there are no more visible columns. To find the last GridColumn.visible==true column index, use getPreviousVisibleColumnIndex(columns.length).",
"return": "int",
"params": [{ "name": "index", "type": "int"}]}
]
}