简体   繁体   English

在Blackberry上显示大量文本的最佳方法

[英]Best approach to display large amount of text on Blackberry

I have a list of store addresses that I want to display (about 100). 我有一个要显示的商店地址列表(大约100个)。 The data is being read from a database. 正在从数据库中读取数据。

Each address will look like this: 每个地址如下所示:

Main Store 总店
29 Main Street, City, State 州立城市大街29号
Tel. 电话 (123) 456-7890 (123)456-7890
Fax. 传真。 (123) 456-7890 (123)456-7890

The name of the store will be bold and slighter larger font than the rest of the address. 商店的名称将为粗体,并且字体比地址的其余部分大。

Is my only option to read through the table, and for each record, add a new Textfield or LabelField to a VerticalManager? 我是通读表格的唯一选择,对于每条记录,将新的Textfield或LabelField添加到VerticalManager吗?

Or is there a better approach to handle large amounts of text that still require some formatting? 还是有更好的方法来处理仍需要某种格式的大量文本?

Looked at RichTextField, but it doesnt have any kind of appendText method, just to setText 看了RichTextField,但是它没有任何类型的appendText方法,仅用于setText

为此,我将使用ListField,或者如果您希望正常隐藏一些数据,则可以使用TreeField通过用户操作撤消。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 JPanel显示大量文本 - JPanel to display large amount of text Eclipse插件-TreeViewer显示大量文本 - Eclipse Plugin - TreeViewer display large amount of Text 从大量文本字段中获取和打印数据的最佳方法? - Best way to grab and print data from a large amount of text fields? 如何在Android布局中显示大量文本? - How do you display a large amount of text in an Android layout? 当用户在编辑文本中输入金额时,用金额替换 0 的最佳方法 - Best approach to replace 0 with amount, when user enters an amount in edittext 开发BlackBerry Web应用程序(WebWorks Application)的最佳方法是什么? - What's the best approach for developing a BlackBerry web application (WebWorks Application) ArrayAdapter:创建显示自定义类型的toString()方法中的文本的ArrayAdapter的最佳方法是什么? - ArrayAdapter: What is the best way to approach creating an ArrayAdapter that would display the text from the toString() method of a custom type? 建立具有大量数据通信的系统的最佳方法是什么? - What is the best approach to build a system with high amount of data communication? 在jsp页面中显示图像的最佳方法 - Best approach to display images in a jsp page 在libgdx中显示大文本 - display large text in libgdx
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM