org.strutsme.wishlist.client.forms
Class Commands

java.lang.Object
  extended by org.strutsme.wishlist.client.forms.Commands

public final class Commands
extends java.lang.Object

Commands defines several defaults Command's.

Author:
lbusmann

Field Summary
static javax.microedition.lcdui.Command CMD_BACK
          command to go back.
static javax.microedition.lcdui.Command CMD_CANCEL
          command to cancel the current operation.
static javax.microedition.lcdui.Command CMD_DELETE
          command to delete the current selection.
static javax.microedition.lcdui.Command CMD_EDIT
          command to edit the current item.
static javax.microedition.lcdui.Command CMD_EXIT
          command to ask the user for exit the programm.
static javax.microedition.lcdui.Command CMD_LOGIN
          command to login.
static javax.microedition.lcdui.Command CMD_NEW
          command to create a new ...
static javax.microedition.lcdui.Command CMD_OK
          command to confirm.
static javax.microedition.lcdui.Command CMD_REALLY_EXIT
          command to really exit the programm.
static javax.microedition.lcdui.Command CMD_SAVE
          command to save the current form.
static javax.microedition.lcdui.Command CMD_SELECT
          command to select the current item.
static javax.microedition.lcdui.Command CMD_SYNCHRONIZE
          command to synchronize the current view.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CMD_EXIT

public static final javax.microedition.lcdui.Command CMD_EXIT
command to ask the user for exit the programm.


CMD_REALLY_EXIT

public static final javax.microedition.lcdui.Command CMD_REALLY_EXIT
command to really exit the programm.


CMD_BACK

public static final javax.microedition.lcdui.Command CMD_BACK
command to go back.


CMD_CANCEL

public static final javax.microedition.lcdui.Command CMD_CANCEL
command to cancel the current operation.


CMD_EDIT

public static final javax.microedition.lcdui.Command CMD_EDIT
command to edit the current item.


CMD_SAVE

public static final javax.microedition.lcdui.Command CMD_SAVE
command to save the current form.


CMD_NEW

public static final javax.microedition.lcdui.Command CMD_NEW
command to create a new ...


CMD_DELETE

public static final javax.microedition.lcdui.Command CMD_DELETE
command to delete the current selection.


CMD_SELECT

public static final javax.microedition.lcdui.Command CMD_SELECT
command to select the current item.


CMD_OK

public static final javax.microedition.lcdui.Command CMD_OK
command to confirm.


CMD_LOGIN

public static final javax.microedition.lcdui.Command CMD_LOGIN
command to login.


CMD_SYNCHRONIZE

public static final javax.microedition.lcdui.Command CMD_SYNCHRONIZE
command to synchronize the current view.