X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/0494b8d9b9bb03ab6c22b34dae81261e3cd7e3e6..7a654f8d43fdb43d78b63d90528bed6e86b608cc:/docs/output/Ext.grid.RowSelectionModel.html diff --git a/docs/output/Ext.grid.RowSelectionModel.html b/docs/output/Ext.grid.RowSelectionModel.html deleted file mode 100644 index de47a26a..00000000 --- a/docs/output/Ext.grid.RowSelectionModel.html +++ /dev/null @@ -1,269 +0,0 @@ -
Properties Methods Events Config Options Direct Link
Observable
-  AbstractSelectionModel
-    RowSelectionModel

Class Ext.grid.RowSelectionModel

Package:Ext.grid
Defined In:RowSelectionModel.js
Class:RowSelectionModel
Subclasses:CheckboxSelectionModel
Extends:AbstractSelectionModel
The default SelectionModel used by Ext.grid.GridPanel. -It supports multiple selections and keyboard selection/navigation. The objects stored -as selections and returned by getSelected, and getSelections are -the Records which provide the data for the selected rows.

Config Options

Config OptionsDefined By
 singleSelect : Boolean
true to allow selection of only one row at a time (defaults to false -allowing multiple selections)
RowSelectionModel

Public Properties

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

Public Methods

MethodDefined By

Public Events

EventDefined By
\ No newline at end of file