X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/d41dc04ad17d1d9125fb2cf72db2b4782dbe3a8c..7a654f8d43fdb43d78b63d90528bed6e86b608cc:/docs/output/Ext.grid.CellSelectionModel.html diff --git a/docs/output/Ext.grid.CellSelectionModel.html b/docs/output/Ext.grid.CellSelectionModel.html deleted file mode 100644 index 542720ea..00000000 --- a/docs/output/Ext.grid.CellSelectionModel.html +++ /dev/null @@ -1,559 +0,0 @@ -
-
- 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. The object stored -as the selection and returned by getSelectedCell contains the following properties: -
    -
  • record : Ext.data.record

    The Record -which provides the data for the row containing the selection

  • -
  • cell : Ext.data.record

    An object containing the -following properties: -

      -
    • rowIndex : Number

      The index of the selected row

    • -
    • cellIndex : Number

      The index of the selected cell
      -Note that due to possible column reordering, the cellIndex should not be used as an index into -the Record's data. Instead, the name of the selected field should be determined -in order to retrieve the data value from the record by name:

      var fieldName = grid.getColumnModel().getDataIndex(cellIndex);
      -    var data = record.get(fieldName);

    • -

  • -
- -
- -

Config Options

- - - - - - - - - - -
Config OptionsDefined By
- -

Public Properties

-
This class has no public properties.
-

Public Methods

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
MethodDefined By
- -

Public Events

- - - - - - - - - - - - - - - - - - - - -
EventDefined By
- -
\ No newline at end of file