public class AvatarComposite.AddAvatarTransition.RemoveAvatarAction extends FormAction
| Constructor and Description |
|---|
RemoveAvatarAction(AU target) |
| 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.
|
getConfirm, getConfirmMessage, getMustValidate, getShortcut, getText, setConfirm, setConfirmArgs, setMustValidate, setNewWindow, wantNewWindowpublic RemoveAvatarAction(AU target)
target - public java.lang.String getHelp()
FormActiongetHelp 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 - FormActionException