Create a CheckboxCell that handles selection and put it into the header like
subhrajyotim suggested.  Call Header#setUpdater(ValueUpdater) to handle
events when the checkbox is clicked.

You'll probably want to use a DefaultSelectionModel, which supports
selecting rows by default, then adding exceptions to the rule.

Thanks,
John LaBanca
[email protected]


On Wed, Dec 15, 2010 at 10:33 AM, Dominik <[email protected]> wrote:

> Hi,
> what do you want to do,
> do you want to have a CheckBox in every row to select the row and a
> selectbox in the header to select every row at once or
> do just want to select every row without the ability to select a
> single row?
>
> On 14 Dez., 20:17, Diyko <[email protected]> wrote:
> > I need add checkbox in header and implement "check/uncheck all rows"
> > functionality?
> > Anybody did it already?
>
> --
> 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.

Reply via email to