Table - Select/Unselect all Items

Hi,

i’m new on vaadin. I think its a really cool system.
But now i have my first big problem.
I want one Button which selects all Items in a table, and a second Button which unselects all Items in the table.

Could anyone help me with my problem?

Thanks,
hohausfn

Hi,

I created a simple example application (source code included):


http://uilder.virtuallypreinstalled.com/run/Table_Selection_Sample/

Thank you very much for the example.
I was looking for similar feature…to ‘unselect’ any rows that may have been selected by the user previously.
I was trying table.select(null)…didn’t realize I should have tried table.setValue(null).

Hi,
firstly,i fill a form for reason to update information for a user,after submit the row must be selected in table
but i doesn’t found a solution
Can you help me please?
thanks