• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Does GWT-EXT have a Hyperlink Class? Where is they HyperLink class?

 
author and cow tipper
Posts: 5009
1
Hibernate Spring Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm just digging around GWT-EXT, and trying to do something as silly as create a HyperLink, but there is no HyperLink class defined! The Google Web Toolkit extensions seem to define everything from a Button to a Toolbar, but nothing in the realm of the simple HyperLink. Hmmm?

JavaDoc for Google Web Toolkit Extension (GWT-EXT) Classes


This links suggests using just a simple Hyperlink from GWT, but I've done so well not mixing any GWT and GWTEXT classes in my project.

Using GWT Hyperlinks in GWT-EXT Applications

Of course, I'm sure there is something I'm missing here. I spent a silly amount of time trying to figure out how to put a GWT image inside a GWT hyperlink to make the image clickable. Of course, in the end, you just add a ClickHandler to the image - no GWT HtmlLink object is needed at all.



-Cameron McKenzie





 
Morning came much too soon and it brought along a friend named Margarita Hangover, and a tiny ad.
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic