I recommend that you use SafeHtmlCell, and be careful to ensure that the link is in fact safe. Check out SafeHtmlTemplates<http://google-web-toolkit.googlecode.com/svn-history/r9089/javadoc/2.1/com/google/gwt/safehtml/client/SafeHtmlTemplates.html> to generate a SafeHtml string from a potentially unsafe URL and user text.
Thanks, John LaBanca [email protected] On Tue, Dec 21, 2010 at 10:57 PM, GregD <[email protected]> wrote: > I would like to create a Column of Cells (for a CellTable) where each > cell displays an HTML link (the link will send information to an > application running on the user's machine (the app is IGV)) that it > gets from the row data. > > Can SafeHtml be used for such a link? > > Should I extend SafeHtmlCell, or do I need to extend AbstractCell? > > TIA, > > Greg > > -- > 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]<google-web-toolkit%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > > -- 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.
