ClickHandler for ImageResource in tablebuilder (GWT 2.5)
40 views
Skip to first unread message
James
unread,
Sep 21, 2012, 9:18:58 AM9/21/12
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
I have a CellTable that uses a table builder. In the table builder, there is one ImageResource. I get a html from ImageResource and append it to cellRender method in table builder. I cannot use a ClickableText or cell composite because this cell spans multiple columns. I can get whatever I need using tablebuilder with a problem how to handle click event from a image in CellTable. Do you have some suggestions or I need to change my implementation.