使用gwt场所和活动实现超链接

时间:2014-04-18 17:59:19

标签: gwt

我想了解如何在gwt场所和活动中使用超链接。我不确定eclipse为什么会出错。

@UiField Hyperlink entInvoiceCompare;


public SimplePanel getCenterPanel () {
    return centerPanel;
}


entInvoiceCompare.addClickHandler(new ClickHandler() {
     @Override
     public void onClick(ClickEvent event) {
         SmartEBRM.getClientFactory().getPlaceController().goTo(new EnterpriseInvoiceCompareViewPlace());
     }

});

}

1 个答案:

答案 0 :(得分:0)

我不确定Hyperlink小部件是否适用于“活动和地点”。

改用标签。您可以将其样式设置为CSS中的按钮或链接。