|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.kbox.ActionForward
public class ActionForward
ActionForward is used to forward the result of a action to midlet.
| Field Summary | |
|---|---|
protected javax.microedition.midlet.MIDlet |
midlet
|
| Constructor Summary | |
|---|---|
protected |
ActionForward()
|
| Method Summary | |
|---|---|
void |
forward(javax.microedition.lcdui.Alert alert,
javax.microedition.lcdui.Displayable dis)
Forward a alert, and then turn to the display. |
void |
forward(javax.microedition.lcdui.Displayable dis)
Forward the display component to midlet. |
javax.microedition.lcdui.Displayable |
getCurrentDisplay()
Return current visible display. |
javax.microedition.midlet.MIDlet |
getForward()
Return the midlet |
void |
setMidlet(javax.microedition.midlet.MIDlet midlet)
Set the midlet |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected javax.microedition.midlet.MIDlet midlet
| Constructor Detail |
|---|
protected ActionForward()
| Method Detail |
|---|
public void forward(javax.microedition.lcdui.Displayable dis)
dis -
public void forward(javax.microedition.lcdui.Alert alert,
javax.microedition.lcdui.Displayable dis)
alert - dis - public javax.microedition.lcdui.Displayable getCurrentDisplay()
public javax.microedition.midlet.MIDlet getForward()
public void setMidlet(javax.microedition.midlet.MIDlet midlet)
midlet -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||