You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Web Toolkit
Hi All,
I am using UIBinder for my application in which I have added a
FlexTable to show my details. I want to add a clickHandler or a row
select functionality where on clicking the row of flexTable I give a
popup.
So, i wanted to know how to add a rowClick for the FlexTable? Could
anyone please give me a example for it??
Thanks in advance.
Thomas Broyer
unread,
Oct 22, 2011, 8:21:39 AM10/22/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-we...@googlegroups.com
You'll use a ClickHandler and use getCellForEvent to know which cell (and thus which row) was clicked.