Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 GWT MenuBar,我需要在其中添加一个带有复选框的 MenuItem,该复选框可以通过单击它来设置或重置。我在 smartgwt 上看到过类似的功能。有没有办法在标准 GWT 上使用它?
我不知道这样的小部件。我的建议是覆盖 MenuItem 并在其中添加该复选框。