Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

Copyright © 2006 Sun Microsystems, Inc. All rights reserved.

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
 void ItemStateListener.itemStateChanged(Item item)
          Called when internal state of an Item has been changed by the user.
 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.
 

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


MID Profile

Copyright © 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

For more information, please consult the JSR 37 specification.