You can only add handlers to Widgets. So you will have to create a
widget, set the widget's element equal to the table element you
created. Then add this widget to the vertical panel. To get the table
element you can use something like
Document.get().getElementById("details");I haven't tried this so you may need to experiment a bit to get it to work. -- 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.
