@UiField Hyperlink historyLink;
this.historyLink.getElement().setAttribute("rel", "nofollow");
これは、含まれているdivのrel属性を設定します。HyperLinkウィジェットのrel属性を設定するにはどうすればよいですか?
<div class="gwt-Hyperlink" rel="nofollow"><a href="#!h:home">history</a></div>
a
タグはどうやって入手できますか?
InlineHyperlinkは、ハイパーリンクを使用したほうがよいと思われます。 –