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 <[email protected]> > > > On 27 août, 12:09, jocke eriksson <[email protected]> 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 will have to use the Event.NativePreviewHandler > > Thinking about it, maybe it's not a supported use-case. I mean, if you > have editable cells, you should use a NoSelectionModel *or* have a > column of CheckboxCell used to select/unselect lines. I suspect you'll > have the exact same problem with any AbstractEditableCell, or > ButtonCell, ActionCell or ClickableTextCell. > > -- > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-web-toolkit%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
