Jisson
Jisson

Reputation: 3725

listfield elements action

I want to create an application,it shows some listField elements (say) Item1, Item 2 etc. And when click on each item1 it leads to another page which also has some listfield elements Item11,Item12...

I am new in BB. can any one help me?

Upvotes: 1

Views: 598

Answers (1)

Umair Ahmad Khan
Umair Ahmad Khan

Reputation: 148

List Field Demo Link --

you can check the list field demo on above link it has all the details to implement listField. Also to add navigation click you can check the onNavigationClick function

protected boolean navigationClick(int status, int time)

or may be if you want to go to next page using enter button you can override keyDown function.

Upvotes: 3

Related Questions