Name

javax.microedition.lcdui.Item

Synopsis

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 String getLabel(  );
   public void setLabel(String label);
}

Get Wireless Java now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.