net.landspurg.util
Class ListItem

java.lang.Object
  extended by javax.microedition.lcdui.Displayable
      extended by javax.microedition.lcdui.Screen
          extended by javax.microedition.lcdui.List
              extended by net.landspurg.util.ListItem
All Implemented Interfaces:
java.lang.Runnable, javax.microedition.lcdui.Choice

public class ListItem
extends javax.microedition.lcdui.List
implements java.lang.Runnable


Field Summary
 
Fields inherited from class javax.microedition.lcdui.List
SELECT_COMMAND
 
Fields inherited from interface javax.microedition.lcdui.Choice
EXCLUSIVE, IMPLICIT, MULTIPLE, POPUP, TEXT_WRAP_DEFAULT, TEXT_WRAP_OFF, TEXT_WRAP_ON
 
Constructor Summary
ListItem(java.lang.String title, int type)
          Creates a new instance of ListItem
 
Method Summary
 void append(java.lang.String title, java.lang.String imaString)
           
 void run()
           
 
Methods inherited from class javax.microedition.lcdui.List
append, delete, deleteAll, getFitPolicy, getFont, getImage, getSelectedFlags, getSelectedIndex, getString, insert, isSelected, removeCommand, set, setFitPolicy, setFont, setSelectCommand, setSelectedFlags, setSelectedIndex, setTicker, setTitle, size
 
Methods inherited from class javax.microedition.lcdui.Displayable
addCommand, getHeight, getTicker, getTitle, getWidth, isShown, setCommandListener, sizeChanged
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListItem

public ListItem(java.lang.String title,
                int type)
Creates a new instance of ListItem

Method Detail

append

public void append(java.lang.String title,
                   java.lang.String imaString)

run

public void run()
Specified by:
run in interface java.lang.Runnable