petoendre / google-web-toolkit-incubator

Automatically exported from code.google.com/p/google-web-toolkit-incubator
0 stars 0 forks source link

Select programatically a row in a table #180

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Implement a method so i could select programatically a row in a table,
possibly in the SelectionGrid.

Original issue reported on code.google.com by lucasmog...@gmail.com on 5 Nov 2008 at 1:14

GoogleCodeExporter commented 9 years ago

Original comment by ecc%google.com@gtempaccount.com on 1 Dec 2008 at 5:59

GoogleCodeExporter commented 9 years ago
The gen2 SelectionGrid has two methods for programatically selecting rows.

selectRows(int, boolean) allows you to select a row normally.

selectRow(int, boolean, boolean) allows you to select a row as if the user held 
down
some combination of ctrl and shift.

Original comment by jlaba...@google.com on 25 Mar 2009 at 6:07