| list.ListDemo
ListDemo | public class ListDemo extends MIDlet implements CommandListener(Code) | | The MIDlet demonstrates the different types of list supported by MIDP-2.0:
EXCLUSIVE - a choice having exactly one element selected at time.
IMPLICIT - a choice in which the currently focused element is
selected when a Command is initiated.
MULTIPLE - a choice that can have arbitrary number of elements
selected at a time.
version: 2.0 |
ListDemo | public ListDemo()(Code) | | |
commandAction | public void commandAction(Command c, Displayable d)(Code) | | |
destroyApp | protected void destroyApp(boolean unconditional)(Code) | | |
pauseApp | protected void pauseApp()(Code) | | |
startApp | protected void startApp()(Code) | | |
|
|