In my case, i get the row/column index of the cell that was clicked, and look that up in the data object I used to build the table from. Not as OO as extending the ScrollTable class, but it is doing the trick for me.
-Jeremiah On Mon, Aug 25, 2008 at 5:15 PM, wt <[EMAIL PROTECTED]> wrote: > > I am using the incubator ScrollTable and I can load a List<Entity> > into it to get the entities displayed. When the user selects a row in > the table, I need to retrieve the entity corresponding to the row. It > seems that I can only get the selected row index from the data grid, > so how can I achieve this? I appreciate if someone can help me with > this. > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
