|
DCT Lightfoot v3 API specification | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--javax.microedition.lcdui.Item
Items are used to display things in forms
| Nested Class Summary | |
protected class |
Item.Peer
The peer class |
| Field Summary | |
protected Form |
form
The form this item is on |
protected boolean |
highlighted
This is set if we are highlighted |
protected javax.microedition.lcdui.TextLayout |
label
The label to use for this item |
protected Item.Peer |
peer
The peer we use |
| Constructor Summary | |
Item()
|
|
| Method Summary | |
java.lang.String |
getLabel()
Get the label |
void |
setLabel(java.lang.String label)
Set the label |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected Item.Peer peer
protected javax.microedition.lcdui.TextLayout label
protected Form form
protected boolean highlighted
| Constructor Detail |
public Item()
| Method Detail |
public java.lang.String getLabel()
public void setLabel(java.lang.String label)
label - The label to set
|
DCT Lightfoot v3 API specification | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||