On 27 août, 21:14, jocke eriksson <[email protected]> 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.
And you are using the SelectionModel to "jump to the message" ? I think you'd rather use ClickableTextCell or similar, and "jump" from the ValueUpdater instead of SelectionModel (and you'd use a MultiSelectionModel with the CheckboxCell handling the selection). -- 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.
