如何使用 EXT-GWT 组合框
如何在 EXT-GWT 中使用包含静态数据的 ComboBox。 例如,我只想对名字列表进行硬编码(出于演示目的)并将其显示给用户。 我不想使用他们在示例中使用的任何虚拟对象。 在哪里可以找到字符串的简单示例?
How do I use ComboBox in EXT-GWT with static data.
For example I just want to hard code (for demo purposes) list of First Names and display it to the user.
I don't want to use any dummy objects that they are using in their samples. Where can I find simple example with Strings?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这是我在项目中使用的代码:
Here is the code I use in my project:
马克西姆,
我不确定这是否对你有帮助。 它基于组合框的 GWT-EXT。
我记得,它用 SimpleStore 对象包装了 String[]。
我希望它有帮助。
老虎
ps) 你尝试过这个例子吗?
Maksim,
I am not sure whether it helps you or not. It was based on the GWT-EXT for combobox.
As I remember that, it wraps the String[] with SimpleStore object.
I hope it helps.
Tiger
ps) Did you try this example ?