I want a GWT `Label` which acts like an hyperlink.
Basically, the label should have an on click method which when clicked opens up a website.I don't want to implement this using an IFrame.
Is there any way i can do this?
Sorry if the question is pathetically easy to solve.
Have a look at this thread: stackoverflow.com/questions/1076616/gwt-link-button . Another option, if you don't mind mixing libs, is to use the LinkItem from SmartGWT. Or, you can just use the HyperLink that ships with gwt.
以上就是GWT Label like Hyperink的详细内容,更多请关注web前端其它相关文章!