Name

javax.microedition.lcdui.StringItem

Synopsis

This class, which extends the Item class, is an item that can contain a string.

public classStringItem extends Item {
   // public constructors
   public StringItem(String label, String text);
   // public instance methods
   public String getText(  );
   public void setText(String text);
}

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.