黑莓定制HorizontalFieldManager
在 Blackberry 中,我想创建一个扩展 HorizontalFieldManager 的类,以便我可以在同一行上显示标签和图像,标签在左侧,图像在右侧。
我希望用户能够与 HorizontalFieldManager 交互,就好像它是单个字段一样。我还希望每个 HorizontalFieldManager 在添加到 VerticalFieldManager 时都可以聚焦。我还想要 clik 动作事件。
In Blackberry I want to create a class that extends HorizontalFieldManager so that I can display a label and an image on the same line with the label to the left and the image to the right.
I want the user to be able to interact with the HorizontalFieldManager as if it were a single field. I also want each HorizontalFieldManager to be focusable when added to a VeriticalFieldManager. I also want the clcik action events.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
听起来您想要开始编写自己的 Field 类,下面是一个帮助您入门的示例:
Sounds like you'll be wanting to start writing your own Field classes, here's an example to get you started: