标签: gwt
我想在GWT中添加可编辑的组合框,请告诉我解决方案?
答案 0 :(得分:5)
尝试Advanced GWT Components,特别是
org.gwt.advanced.client.ui.widget.ComboBox
您可以在演示页here中查看它们,只需选择Text & Button Widgets标签,然后查看其背后的源代码。
Text & Button Widgets