gpt4 book ai didi

java - 将 ButtonElement 包裹到 Button

转载 作者:行者123 更新时间:2023-12-02 07:26:20 26 4
gpt4 key购买 nike

我正在尝试将 ButtonElement 包装到 Button 中:

@UiField ButtonElement myButton;

Button theButton = Button.wrap(myButton);

但是,我收到此错误:

@UiField myButton, template field and owner field types don't match: com.google.gwt.dom.client.ButtonElement is not assignable to com.google.gwt.user.client.ui.Button

最佳答案

这意味着虽然您有 ButtonElement在你的java代码中,名为“myButton”的uibinder标签实际上是一个Button小部件,不是ButtonElement埃尔特。

更改 uibinder 以实际使用 <button> ,或更改@UiField成为一个按钮(并删除 wrap(...) 调用)。

关于java - 将 ButtonElement 包裹到 Button,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13549704/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com