X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/c930e9176a5a85509c5b0230e2bff5c22a591432..0494b8d9b9bb03ab6c22b34dae81261e3cd7e3e6:/docs/output/Ext.grid.CellSelectionModel.html diff --git a/docs/output/Ext.grid.CellSelectionModel.html b/docs/output/Ext.grid.CellSelectionModel.html index 047d3fbb..37dcf5ee 100644 --- a/docs/output/Ext.grid.CellSelectionModel.html +++ b/docs/output/Ext.grid.CellSelectionModel.html @@ -1,4 +1,6 @@ -
Properties Methods Events Config Options Direct Link
Observable
  AbstractSelectionModel
    CellSelectionModel

Class Ext.grid.CellSelectionModel

Package:Ext.grid
Defined In:CellSelectionModel.js
Class:CellSelectionModel
Extends:AbstractSelectionModel
This class provides the basic implementation for single cell selection in a grid. +
Observable
+  AbstractSelectionModel
+    CellSelectionModel

Class Ext.grid.CellSelectionModel

Package:Ext.grid
Defined In:CellSelectionModel.js
Class:CellSelectionModel
Extends:AbstractSelectionModel
This class provides the basic implementation for single cell selection in a grid. The object stored as the selection contains the following properties:
  • cell : see getSelectedCell @@ -60,9 +62,11 @@ Ext.DomObserver = Ext.extend(Object, { mode: 'local', triggerAction: 'all' });

Observable

Public Properties

PropertyDefined By
 grid : Object
The GridPanel for which this SelectionModel is handling selection. Read-only.
AbstractSelectionModel

Public Methods

MethodDefined By