Since you mention columns and rows I'm going to assume you're using some sort of HTMLTable. Add a click handler to your table and once you get the click event back pass it to the method HTMLTable.getCellForEvent() to determine what was clicked.
On Jan 16, 5:23 am, gwt_dev <[email protected]> wrote: > Hi, > How do i call an listener when i click on html text. i want to show > dailouge message when user click on specific column of any row. > for ex i have 10 column and i want to show dialouge message box when > click on selected column. > it is working fine for button but not working with text. > Thanks
-- 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.
