如何在 LWUIT 中创建多选列表或复选框组?
我正在开发 LWUIT 1.4,在我当前的应用程序中,我想向用户显示一个列表,用户可以选择尽可能多的选项。对于其他简单的情况(仅允许单个选择),我使用了 ComboBox,但对于多重选择我真的需要一个更好的解决方案。
带有复选框的 lwuit List 或 ChoiceGroup 的任何代码片段都会有很大帮助。
I am working on LWUIT 1.4 and in my current application I want to display a list to the user and user can select choices as many as possible.. For other simple cases (where only single selection is allowed) I have used ComboBox but for the multiple selection I really need a better solution.
Any code snippet of lwuit List or ChoiceGroup with checkboxes will be of a great help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请参阅这篇文章,LWUIT 列表复选框。 它会对您有所帮助,并且还可以查看此讨论。
See this article, LWUIT List Checkbox. It will helps you and also see this discussion.