public class PasswordUpdateFormBuilder.CancelLogoutAction extends FormAction
Constructor and Description |
---|
CancelLogoutAction() |
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, wantNewWindow
public java.lang.String getHelp()
FormAction
getHelp
in class FormAction
public java.lang.String getText()
FormAction
UIProvider
or UIGenerator
but should not include active contentgetText
in class FormAction
public FormResult action(Form f) throws ActionException
FormAction
TransitionException
to show an error message to the user.
or a ActionException
to produce a generic error message.action
in class FormAction
f
- FormActionException
public boolean getMustValidate()
getMustValidate
in class FormAction