Subclasses of Screen in javax.microedition.lcdui |
class |
Alert
An alert is a screen that shows data to the user and waits for a certain
period of time before proceeding to the next screen. |
class |
Form
A Form is a Screen that contains an arbitrary mixture of items: images,
read-only text fields, editable text fields, editable date fields, gauges,
and choice groups. |
class |
List
The List class is a Screen containing list of choices. |
class |
TextBox
The TextBox class is a Screen that allows the user to enter and edit
text. |