MID Profile

Uses of Class
javax.microedition.lcdui.Item

Packages that use Item
javax.microedition.lcdui The UI API provides a set of features for implementation of user interfaces for MIDP applications. 
 

Uses of Item in javax.microedition.lcdui
 

Subclasses of Item in javax.microedition.lcdui
 class ChoiceGroup
           A ChoiceGroup is a group of selectable elements intended to be placed within a Form.
 class DateField
          A DateField is an editable component for presenting date and time (calendar) information that may be placed into a Form.
 class Gauge
          The Gauge class implements a bar graph display of a value intended for use in a form.
 class ImageItem
          A class that provides layout control when Image objects are added to a Form or to an Alert.
 class StringItem
          An item that can contain a string.
 class TextField
          A TextField is an editable text component that may be placed into a Form.
 

Methods in javax.microedition.lcdui that return Item
 Item Form.get(int itemNum)
           Gets the item at given position.
 

Methods in javax.microedition.lcdui with parameters of type Item
 int Form.append(Item item)
          Adds an Item into the Form.
 void Form.insert(int itemNum, Item item)
           Inserts an item into the Form just prior to the item specified.
 void Form.set(int itemNum, Item item)
           Sets the item referenced by itemNum to the specified item, replacing the previous item.
 void ItemStateListener.itemStateChanged(Item item)
          Called when internal state of an Item has been changed by the user.
 

Constructors in javax.microedition.lcdui with parameters of type Item
Form(String title, Item[] items)
          Creates a new Form with the specified contents.
 


MID Profile

Submit a comment or suggestion Version 1.0 of MID Profile Specification
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries. Copyright (c) 1993-2001 Sun Microsystems, Inc. 901 San Antonio Road,Palo Alto, California, 94303, U.S.A. All Rights Reserved.