contents
Class ComposeScreen
java.lang.Object
Form
contents.ComposeScreen
public class ComposeScreen
- extends Form
Screen for writing mails
- Author:
- Gabriele Bianchi
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BACK
public static Command BACK
BACKTEXT
public static Command BACKTEXT
cc
public TextField cc
noSend
public Alert noSend
rec_address
public TextField rec_address
SEND
public static Command SEND
subject
public TextField subject
text
public TextBox text
title_forw
public static java.lang.String title_forw
title_reply
public static java.lang.String title_reply
WRITETEXT
public static Command WRITETEXT
yesSend
public Alert yesSend
ComposeScreen
public ComposeScreen(StartMidlet _midlet)
ComposeScreen
public ComposeScreen(StartMidlet _midlet,
Message _message,
java.lang.String title,
boolean isReply)
commandAction
public void commandAction(Command cmd,
Displayable dsp)
- Parameters:
cmd
- dsp
-
getGuiText
public Displayable getGuiText()
- get mail text
- Returns:
getSendFailedGui
public void getSendFailedGui(java.lang.String exc)
- send failure
- Parameters:
exc
-
notifySendSuccess
public void notifySendSuccess()
- send success