KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > microedition > lcdui > Item

javax.microedition.lcdui
Class Item

java.lang.Object
  |
  +--javax.microedition.lcdui.Item
Direct Known Subclasses:
ChoiceGroup, CustomItem, DateField, Gauge, ImageItem, Spacer, StringItem, TextField
See Also:
Source Code, BUTTON, HYPERLINK, PLAIN, removeCommand(javax.microedition.lcdui.Command), setDefaultCommand(javax.microedition.lcdui.Command), addCommand(javax.microedition.lcdui.Command), getPreferredHeight, getPreferredWidth, setPreferredSize, getLayout(), setLayout(int), Form

public void addCommand(Command cmd)
See Also:
IllegalStateException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int BUTTON
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getLabel()
See Also:
setLabel(java.lang.String)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getLayout()
See Also:
setLayout(int)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getMinimumHeight()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getMinimumWidth()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getPreferredHeight()
See Also:
setPreferredSize(int, int), getPreferredWidth()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getPreferredWidth()
See Also:
setPreferredSize(int, int), getPreferredHeight()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int HYPERLINK
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int LAYOUT_2
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int LAYOUT_BOTTOM
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int LAYOUT_CENTER
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int LAYOUT_DEFAULT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int LAYOUT_EXPAND
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int LAYOUT_LEFT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int LAYOUT_NEWLINE_AFTER
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int LAYOUT_NEWLINE_BEFORE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int LAYOUT_RIGHT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int LAYOUT_SHRINK
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int LAYOUT_TOP
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int LAYOUT_VCENTER
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int LAYOUT_VEXPAND
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int LAYOUT_VSHRINK
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void notifyStateChanged()
See Also:
IllegalStateException, ItemStateListener
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int PLAIN
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void removeCommand(Command cmd)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setDefaultCommand(Command cmd)
See Also:
IllegalStateException, addCommand(javax.microedition.lcdui.Command)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setItemCommandListener(ItemCommandListener l)
See Also:
IllegalStateException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setLabel(String label)
See Also:
getLabel(), IllegalStateException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setLayout(int layout)
See Also:
getLayout(), IllegalStateException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setPreferredSize(int width,
                             int height)
See Also:
getPreferredWidth(), getPreferredHeight(), IllegalStateException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags