Class idx.grid.cells.RadioButton


Extends idx.grid.cells.CheckBox.
Always shows a radio button in each cell.
Defined in: <idx\grid\cells.js>.

Constructor Summary

Constructor Attributes Constructor Name and Description
 
Fields borrowed from class idx.grid.cells.CheckBox:
allCheckable, labelText

Method Summary

Method Attributes Method Name and Description
 
apply(index)
Applies the value to the item with checking off the previously checked button.
 
formatter(value, index)
Tracks selected index.
Methods borrowed from class idx.grid.cells.CheckBox:
checkAll, isAllChecked

Constructor Detail

idx.grid.cells.RadioButton()

Method Detail

apply(index)

Applies the value to the item with checking off the previously checked button.
Parameters:
{Number} index

{Widget} formatter(value, index)

Tracks selected index.
Parameters:
{Boolean} value
{Number} index
Returns:
{Widget}