Hello, i have some data stored in an array which i print in my gwt application in a table like this. I need a button to implement some functionality like Update data. The procedure that button does is the very same for all the table.
[0] data0 data0 [button] [1] data1 data1 [button] [2] data2 data2 [button] ... [x] datax datax [button] What i need is to find a way , when the user presses the [button] my program to understand in which position it is and parse the right data. Is this possible? Because its very chaotic to implement X same buttons just to be sure that the parsed data is the correct. The position in the table is specific, so can i do something like getWidgetPosition() returns 0 for example if its in 0 line. Ty a lot. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
