January 2002
Intermediate to advanced
264 pages
8h 3m
English
javax.microedition.lcdui.Item
This abstract class is the base class for any component that can be
added to a form or an alert. All item objects have a label field (a
string that is attached to the item). Direct subclasses are:
ChoiceGroup, DateField,
Gauge, ImageItem,
StringItem, and TextField.
public abstract classItem{ // public instance methods public StringgetLabel( ); public voidsetLabel(String label); }
Read now
Unlock full access