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.
在诺基亚 S40 中,联系人的搜索字段如下所示
这TextField真的是互动的,如果我放一些文字,放大镜会变成 x Button。我试图TextField在 LWUIT 中创建并覆盖绘制方法以放置放大镜图像,但它不能用作按钮。
TextField
Button
是否有任何组件可以用来重新创建这样的东西(特别是使用 LWUIT)?或者也许诺基亚有任何现成的组件来创建这样的东西?
最好的祝福
你可以做类似的事情,但它看起来不像原生的 SearchField,但它会正常工作。
你能做的就是这个。TextField创建一个带有 boxLayoutX 的容器并将 a和 a放入其中Button。当您捕捉到TextField里面有文本时,将附加到的图像更改为ButtonX,就在这里。您只需要实现Button.
TextField 有一个setHintIcon方法可以让你做到这一点。
setHintIcon