Re: CellTable and CeckboxCell

2010-09-02 Thread jaga
I got the multiple selection to work as I and Jocke want by adding a ButtonCell adjacent to the CheckboxCell. The code is in Bike Shed. The ButtonCell is also bound to the Selection Model. This takes care of what seem to be two bugs: 1) the CheckboxCell is not firing a setFieldUpdater event 2) the

Re: CellTable and CeckboxCell

2010-08-28 Thread Thomas Broyer
On 27 août, 21:14, jocke eriksson jock...@gmail.com wrote: I have a column of CheckboxCells. The use case is pretty like the one for gmail, you can check a checkbox without jumping in to the message. So if it is not supported then i think that it should be, or some good workaround at least.

CellTable and CeckboxCell

2010-08-27 Thread jocke eriksson
I having trouble with a CheckboxCell, the problem is that if a user clicks on the checkbox the event bubbles up to the row element. This behaver is not what I want, what is the best way to cancel the event from bubbling up. -- You received this message because you are subscribed to the Google

Re: CellTable and CeckboxCell

2010-08-27 Thread Thomas Broyer
On 27 août, 10:45, jocke eriksson jock...@gmail.com wrote: I having trouble with a CheckboxCell, the problem is that if a user clicks on the checkbox the event bubbles up to the row element. This behaver is not what I want, what is the best way to cancel the event from bubbling up. Well,

Re: CellTable and CeckboxCell

2010-08-27 Thread jocke eriksson
That's correct I don't want the click to update the selectionModel. Creating the Cell like new CheckboxCell(true); makes the SelectionModel to get no events at all. On the other hand if I pass in false all events gets pass. I guess I will have to use the Event.NativePreviewHandler Regards Jocke

Re: CellTable and CeckboxCell

2010-08-27 Thread Thomas Broyer
On 27 août, 12:09, jocke eriksson jock...@gmail.com wrote: That's correct I don't want the click to update the selectionModel. Creating the Cell like new CheckboxCell(true); makes the SelectionModel to get no events at all. On the other hand if I pass in false all events gets pass. I guess I

Re: CellTable and CeckboxCell

2010-08-27 Thread jocke eriksson
I have a column of CheckboxCells. The use case is pretty like the one for gmail, you can check a checkbox without jumping in to the message. So if it is not supported then i think that it should be, or some good workaround at least. 2010/8/27 Thomas Broyer t.bro...@gmail.com On 27 août,