Hello all, There are few CellTables in my application where I want to have an Anchor as the widget in that cell. Right now I have a LinkCell class which is very much like ClickableTextCell and a LinkRenderer class which is a lot like SimpleSafeHtmlRenderer. This problem I'm facing is that this makes the whole cell clickable, so when a user thinks they are clicking on white space to dismiss a dialog or drop-down menu they are activating the cell.
I've thought about rendering the link with an "href" or "onclick" that uses javascript to call back into the GWT code, but that feels a little kludgy. Could anyone point me to a elegant way of making a link in a CellTable that really behaves like a link. Thanks, Eric -- 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.
