6.3.5.2.3. checkboxcell

Last page update: November 23, 2011

TODO

GnrGridStruct.checkboxcell(field=None, falseclass=None, trueclass=None, nullclass=None, classes='row_checker', action=None, name=' ', calculated=False, radioButton=False, threestate=False, **kwargs)

Return a checkboxcell

Parameters:
  • field – TODO
  • falseclass – the css class for the false state
  • trueclass – the css class for the true state
  • nullclass – the css class for the null state, the optional third state that you can specify through the threestate parameter
  • classes – TODO
  • action – allow to execute a javascript callback. For more information, check the action page
  • name – TODO
  • calculated – boolean. TODO
  • radioButton – boolean. TODO
  • threestate – boolean. If True, create a third state (the “null” state) besides the True and the False state

Previous topic

6.3.5.2.2. fieldcell

Next topic

6.3.6. palettes

This Page