public class EmailTransitionProvider.EditFormAction extends FormAction
| Constructor and Description |
|---|
EditFormAction(MailTarget target,
EditAction action) |
| Modifier and Type | Method and Description |
|---|---|
FormResult |
action(Form f)
Perform the actual action based on the form parameters.
|
void |
setAutoSend(boolean val)
Set if the message should be automatically sent after this action.
|
getConfirm, getConfirmMessage, getHelp, getMustValidate, getShortcut, getText, setConfirm, setConfirmArgs, setMustValidate, setNewWindow, wantNewWindowpublic EditFormAction(MailTarget target, EditAction action)
public void setAutoSend(boolean val)
val - public FormResult action(Form f) throws ActionException
FormActionTransitionException to show an error message to the user.
or a ActionException to produce a generic error message.action in class FormActionf - FormActionException