如何使用 LWUIT 显示带有搜索列表的对话框?
我需要在用户按下按钮时显示带有搜索列表的对话框。如何使用 LWUIT 做到这一点?
I need to show the dialog with searching list while user pressing the button. How to do it with LWUIT?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请参阅此链接。这里明确的说了如何在
Form
中做到这一点。您必须在Dialog
上执行同样的操作。单击按钮时显示Dialog
。因此,您已经为此按钮添加了actionListener
。看到这个样本,See this link. Here clearly said how to do this in the
Form
. Same thing you have to do on theDialog
. Show theDialog
while clicking the button. So you have add theactionListener
for this button. See this sample,