Object
|
+--YAHOO.ext.grid.DefaultSelectionModel
|
+--YAHOO.ext.grid.SingleSelectionModel
Extends YAHOO.ext.grid.DefaultSelectionModel to allow only one row to be selected at a time.
Defined in SelectionModel.js
| Fields inherited from class YAHOO.ext.grid.DefaultSelectionModel |
onRowSelect, onSelectionChange, events, locked, addListener, removeListener, fireEvent
|
| Constructor Summary | |
YAHOO.ext.grid.SingleSelectionModel
()
|
|
| Methods inherited from class YAHOO.ext.grid.DefaultSelectionModel |
lock, unlock, isLocked, selectRowsById, getCount, selectFirstRow, selectNext, selectPrevious, getSelectedRows, getSelectedRowIds, clearSelections, selectAll, hasSelection, isSelected, isSelectable, focusRow, selectRow, selectRows, deselectRow, selectRange, deselectRange
|
| Constructor Detail |
YAHOO.ext.grid.SingleSelectionModel()