java me - j2me - How to create a master-details UI -


i'm stuck in middle of j2me project because have no idea how done in other platforms, doesn't seem have direct solution in java me/j2me.

what need (it doesn't matter if netbeans midp components, lwuit or plain lcdui)

i have display list of customers (read web service) in sort of table, , when user navigates or down rows, "details" command must shown user can see details specific customer. image:

enter image description here

i know can use list, problem lists allow single "cell" per item, not visually attractive table.

as appreciated.

thank in advance.

as see have 2 options (i use lwuit)

  1. either allow user click cell thah chose in list , move screen details shown. same in project.

  2. add "details" command did here, , when user click left button command in actionperformed method check cell chosen , switch details screen

i think second option less intuitive user, let him click , choose right row


Comments

Popular posts from this blog

database - VFP Grid + SQL server 2008 - grid not showing correctly -

jquery - Set jPicker field to empty value -

.htaccess - htaccess convert request to clean url and add slash at the end of the url -