|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.microedition.lcdui.Displayable
javax.microedition.lcdui.Screen
javax.microedition.lcdui.Form
uk.co.silentsoftware.ui.views.AbstractFormView
uk.co.silentsoftware.ui.views.AbstractTextMessageView
uk.co.silentsoftware.ui.views.SendTextMessageView
public class SendTextMessageView
The view shown when the user wants to send their location or request a location from another user
| Constructor Summary | |
|---|---|
SendTextMessageView(javax.microedition.midlet.MIDlet m)
|
|
| Method Summary | |
|---|---|
void |
commandAction(javax.microedition.lcdui.Command c,
javax.microedition.lcdui.Displayable d)
Command handler to send the location to the specified phone number, or request the location from another user |
void |
process(javax.microedition.location.Location loc)
Stores the last fix from the GPS reader for sending |
void |
process(java.lang.String data)
Stores as raw NMEA data the last fix from the GPS reader for sending |
void |
setMessage(boolean request)
Sets the message to show on this view - true if the view is to show that the user is requesting the location from another user |
| 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 |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SendTextMessageView(javax.microedition.midlet.MIDlet m)
| Method Detail |
|---|
public void process(java.lang.String data)
process in interface GPSDataViewpublic void process(javax.microedition.location.Location loc)
process in interface GPSDataViewpublic void setMessage(boolean request)
request -
public void commandAction(javax.microedition.lcdui.Command c,
javax.microedition.lcdui.Displayable d)
commandAction in interface javax.microedition.lcdui.CommandListenercommandAction in class AbstractFormView
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||