[qooxdoo-devel] boolean cell

2007-10-09 Thread Tobias Koller (GERMO GmbH)
Hi, why is the click-functionality of the boolean-cellrenderer not implemented directly into qooxdoo? Why do I have to catch the click-event of my table and make something like: if (this.getTableColumnModel().getDataCellRenderer(column) instanceof qx.ui.table.cellrenderer.Boolean) {

Re: [qooxdoo-devel] boolean cell

2007-10-09 Thread Tobias Koller (GERMO GmbH)
: Dienstag, 9. Oktober 2007 08:57 An: qooxdoo Development Betreff: [qooxdoo-devel] boolean cell Hi, why is the click-functionality of the boolean-cellrenderer not implemented directly into qooxdoo? Why do I have to catch the click-event of my table and make something like