Re: [qooxdoo-devel] 0.6.x CheckBoxCellEditorFactory andBooleanDataCellRenderer

2007-10-14 Thread Tobias Koller (GERMO GmbH)
Hi simon, I think in qooxdoo 0.6.5 it is like this: getTableColumnModel().setDataCellRenderer(colNr, new qx.ui.table.BooleanDataCellRenderer()); //the value in this cell has to be true or false. //Then you have to catch the "click" event for the table and check if the selected cell is a boo

[qooxdoo-devel] 0.6.x CheckBoxCellEditorFactory and BooleanDataCellRenderer

2007-10-14 Thread Simon Bull
Hi List, I am using qx 0.6.5, and I want to create some editable booleans (checkboxes) within a table. Firstly a question: Does anyone know whether the CheckBoxCellEditorFactory is usable in the 0.6.x version of qx? I don't see any examples or references to it elsewhere in the code. Sec