|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.strutsme.wishlist.client.forms.Commands
public final class Commands
Commands defines several defaults Command's.
| 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 |
|---|
public static final javax.microedition.lcdui.Command CMD_EXIT
public static final javax.microedition.lcdui.Command CMD_REALLY_EXIT
public static final javax.microedition.lcdui.Command CMD_BACK
public static final javax.microedition.lcdui.Command CMD_CANCEL
public static final javax.microedition.lcdui.Command CMD_EDIT
public static final javax.microedition.lcdui.Command CMD_SAVE
public static final javax.microedition.lcdui.Command CMD_NEW
public static final javax.microedition.lcdui.Command CMD_DELETE
public static final javax.microedition.lcdui.Command CMD_SELECT
public static final javax.microedition.lcdui.Command CMD_OK
public static final javax.microedition.lcdui.Command CMD_LOGIN
public static final javax.microedition.lcdui.Command CMD_SYNCHRONIZE
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||