example.pim
Class ItemDisplayScreen

java.lang.Object
  extended by javax.microedition.lcdui.Displayable
      extended by javax.microedition.lcdui.Screen
          extended by javax.microedition.lcdui.Form
              extended by example.pim.ItemDisplayScreen
All Implemented Interfaces:
javax.microedition.lcdui.CommandListener, javax.microedition.lcdui.ItemCommandListener

public class ItemDisplayScreen
extends javax.microedition.lcdui.Form
implements javax.microedition.lcdui.CommandListener, javax.microedition.lcdui.ItemCommandListener

Demonstrate the use of JSR 75 PIM APIs


Constructor Summary
ItemDisplayScreen(PIMDemo midlet, ItemSelectionScreen caller, javax.microedition.pim.PIMItem item)
           
 
Method Summary
 void commandAction(javax.microedition.lcdui.Command command, javax.microedition.lcdui.Displayable displayable)
           
 void commandAction(javax.microedition.lcdui.Command command, javax.microedition.lcdui.Item formItem)
           
 
Methods inherited from class javax.microedition.lcdui.Form
append, append, append, delete, deleteAll, get, getHeight, getWidth, insert, set, setItemStateListener, size
 
Methods inherited from class javax.microedition.lcdui.Displayable
addCommand, getTicker, getTitle, isShown, removeCommand, setCommandListener, setTicker, setTitle, sizeChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ItemDisplayScreen

public ItemDisplayScreen(PIMDemo midlet,
                         ItemSelectionScreen caller,
                         javax.microedition.pim.PIMItem item)
                  throws javax.microedition.pim.PIMException
Throws:
javax.microedition.pim.PIMException
Method Detail

commandAction

public void commandAction(javax.microedition.lcdui.Command command,
                          javax.microedition.lcdui.Displayable displayable)
Specified by:
commandAction in interface javax.microedition.lcdui.CommandListener

commandAction

public void commandAction(javax.microedition.lcdui.Command command,
                          javax.microedition.lcdui.Item formItem)
Specified by:
commandAction in interface javax.microedition.lcdui.ItemCommandListener