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.
我的问题很简单。我想通过 UIBinder 创建和填充 GXT 组合框。我在任何地方搜索,但我没有找到。请有一个例子吗?
我正在使用 GXT3
谢谢
没有完整的解决方案,但我认为这段代码会带你走上正确的道路:
https://code.google.com/p/gxt-uibinder/source/browse/gxt-uibinder-test/src/com/jhickman/web/gwt/gxtuibindertest/client/view/combos/ComboBoxView.ui.xml?规格=svn147fc0190dcbfabc8b31366ae42c0b4484727de1&r=147fc0190dcbfabc8b31366ae42c0b4484727de1
取决于您愿意填充什么样的数据。比如说,对于复杂的项目(比如,一个完整的用户定义的/对象),ComboBox 组件很有用。对于更简单的项目,例如枚举、字符串或整数,您应该使用 SimpleComboBox 组件。无论哪种方式,请访问煎茶展示柜。那里有很多组合框的例子。
这是链接:http ://www.sencha.com/examples/