gridx
Legend: Array Boolean Constructor Date DomNode Error Function Namespace Number Object RegExp Singleton String

gridx.modules.IndirectSelect

Object » _Module » gridx.modules.IndirectSelect
dojo.require("gridx.modules.IndirectSelect");
Defined in gridx/modules/IndirectSelect.js

This module relies on an implementation of the RowHeader module, and an implementation of the SelectRow module. This module will check whether the SelectRow module provides the functionality of "select rows by index" (which means the "selectByIndex" method exists). If so, a "select all" checkbox can be provided in the header node of the row header column. This module will also check whether the SelectRow module is configured to "single selection" mode (which means the "multiple" attribute is set to false). If so, radio button instead of checkbox will be used in row headers.

Properties

grid
Overrides _Module

Methods

_createCheckBox
Overrides _Module
ParameterTypeDescription
selected
partial
_createSelectAllBox
Overrides _Module
_createSelector
Overrides _Module
ParameterTypeDescription
row
_getDijitClass
Overrides _Module
_getPageId
Overrides _Module
_initFocus
Overrides _Module
_isSingle
Overrides _Module
_onClear
Overrides _Module
_onHighlightChange
Overrides _Module
ParameterTypeDescription
target
toHighlight
_onMouseOut
Overrides _Module
_onMouseOver
Overrides _Module
_onSelectAll
Overrides _Module
_onSelectionChange
Overrides _Module
ParameterTypeDescription
selected
preload
Overrides _Module