public class RoleAction<U extends AppUser> extends FormAction
| Constructor and Description |
|---|
RoleAction(java.lang.String type_name,
U dat) |
| Modifier and Type | Method and Description |
|---|---|
MessageResult |
action(Form f)
Perform the actual action based on the form parameters.
|
getConfirm, getConfirmMessage, getHelp, getMustValidate, getShortcut, getText, setConfirm, setConfirmArgs, setMustValidate, setNewWindow, wantNewWindowpublic RoleAction(java.lang.String type_name,
U dat)
public MessageResult 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