blackberry tableview solution for jde 4.5
I am very new to blackberry table view. I am using jde 4.5. Can anyone please which is best way to show
by this forum : http://devblog.blackberry.com/2009/10/how-to-use-table-view-layout/
or Customize ListField
I want a structure like below
Text
Te开发者_如何学运维xt | ButtonField
Text | ButtonField
Text
---------------------------------
Text
Text | ButtonField
Text | ButtonField
Text
Thanks in advance
Regards, Sathish
You can use the new TableModel class in OS 6. There is sample code and explanation on how to do it in blackberry docs. check out this link - http://docs.blackberry.com/en/developers/deliverables/29204/Table_Model_1328111_11.jsp
精彩评论