|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.strutsme.wishlist.client.forms.WishForm
public final class WishForm
| Method Summary | |
|---|---|
void |
commandAction(javax.microedition.lcdui.Command cmd,
javax.microedition.lcdui.Displayable disp)
|
protected void |
createCommands()
creates the command for this form. |
void |
executeCommandBack()
executes the command to leave this form. |
protected void |
executeCommandDelete()
executes the command to delete this WishlistItem. |
protected void |
executeCommandSave()
executes the command to save this WishlistItem. |
static WishForm |
getInstance()
singleton accessor method. |
protected void |
populate()
fills the form with the actual values of the wish to display. |
void |
show()
refreshes the data of the form and displays it on the screen. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static WishForm getInstance()
protected void createCommands()
protected void executeCommandDelete()
protected void executeCommandSave()
public void executeCommandBack()
protected void populate()
public void show()
public void commandAction(javax.microedition.lcdui.Command cmd,
javax.microedition.lcdui.Displayable disp)
commandAction in interface javax.microedition.lcdui.CommandListener
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||