|
![]() |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 index)
Gets the item at given position. |
Item |
Form.get(int index)
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 index,
Item item)
Inserts an item into the Form just prior to the item specified. |
void |
Form.set(int index,
Item item)
Sets the item referenced by index to the specified item, replacing the previous item. |
void |
ItemStateListener.itemStateChanged(Item item)
Called when internal state of an Item has been changed. |
int |
Form.append(Item item)
Adds an Item into the Form. |
void |
Form.insert(int index,
Item item)
Inserts an item into the Form just prior to the item specified. |
void |
Form.set(int index,
Item item)
Sets the item referenced by index to the specified item, replacing the previous item. |
void |
ItemStateListener.itemStateChanged(Item item)
Called when internal state of an Item has been changed. |
Constructors in javax.microedition.lcdui with parameters of type Item | |
Form(String title,
Item[] items)
Creates a new Form with the specified contents. |
|
Form(String title,
Item[] items)
Creates a new Form with the specified contents. |
|
![]() |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Generated on 2003-10-17 | For further information and updates, please visit Siemens mobile Developer Portal |