【发布时间】:2013-05-02 11:46:53
【问题描述】:
我是 GWT 和 MGWT 的初学者。在我的项目中,我有一个必须启用的要求 并禁用 MGWT 按钮。当前版本的 MGWT 中没有给出直接方法。 我在 GWT 按钮中看到过。
com.google.gwt.user.client.ui.Button b = new com.google.gwt.user.client.ui.Button();
b.setEnable(boolean);
但在 MGWT 中没有给出。 请帮助我,我们如何使用 CSS/其他东西来实现上述功能
【问题讨论】: