public class PasswordUpdateFormBuilder.CancelAction extends FormAction
| Constructor and Description |
|---|
CancelAction() |
| Modifier and Type | Method and Description |
|---|---|
FormResult |
action(Form f)
Perform the actual action based on the form parameters.
|
java.lang.String |
getHelp()
Return an optional help text for this action that can be presented as a tooltip etc.
|
boolean |
getMustValidate() |
java.lang.String |
getText()
Get optional button content to use instead of the action name.
|
getConfirm, getConfirmMessage, getShortcut, setConfirm, setConfirmArgs, setMustValidate, setNewWindow, wantNewWindowpublic java.lang.String getHelp()
FormActiongetHelp in class FormActionpublic java.lang.String getText()
FormActionUIProvider or UIGenerator but should not include active contentgetText in class FormActionpublic 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 - FormActionExceptionpublic boolean getMustValidate()
getMustValidate in class FormAction