Constructordojox.grid.selection

dojo.require("dojox.grid._grid.selection");
defined in dojox/grid/_grid/selection.js

Manages row selection for grid. Owned by grid and used internally for selection. Override to implement custom selection.

Usage

function (inGrid) (view source)
parametertypedescription
inGrid  

Jump to PropertiesFunctionsBack to top

FunctionaddToSelection(inIndex)
FunctionclickSelect(inIndex, inCtrlKey, inShiftKey)
Functiondeselect(inIndex)
Functioninsert(inIndex)
FunctionisSelected(inIndex)
FunctiononCanDeselect(inIndex)
FunctiononCanSelect(inIndex)
FunctiononDeselected(inIndex)
FunctiononSelected(inIndex)
Functionremove(inIndex)
Functionselect(inIndex)
FunctionsetSelected(inIndex, inSelect)
FunctionshiftSelect(inFrom, inTo)
FunctiontoggleSelect(inIndex)
FunctionunselectAll(inExcept)

Jump to FunctionsPropertiesBack to top