Constructordojox.grid.focus

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

Controls grid cell focus. Owned by grid and used internally for focusing. Note: grid cell actually receives keyboard input only when cell is being edited.

Usage

function (inGrid) (view source)
parametertypedescription
inGrid  

Jump to PropertiesFunctionsBack to top

FunctionfocusGrid(inSkipFocusCell)
FunctionisFocusCell(inCell: Object, inRowIndex: Integer)
states if the given cell is focused
Functionmove(inRowDelta: Integer, inColDelta: Integer)
focus grid cell based on position relative to current focus
Functionnext()
focus next grid cell
focus previous grid cell
FunctionsetFocusCell(inCell: Object, inRowIndex: Integer)
focuses the given grid cell
FunctionsetFocusIndex(inRowIndex: Integer, inCellIndex: Integer)
focuses the given grid cell
FunctionstyleRow(inRow)
FunctiontabOut(inFocusNode)

Jump to FunctionsPropertiesBack to top