BDO
- type we are deleting.public class DeleteAction<BDO extends DataObject> extends FormAction
FormAction
to delete an object.
normally only used as part of test/developmentConstructor and Description |
---|
DeleteAction(java.lang.String type_name,
BDO r) |
Modifier and Type | Method and Description |
---|---|
FormResult |
action(Form f)
Perform the actual action based on the form parameters.
|
getConfirm, getConfirmMessage, getHelp, getMustValidate, getShortcut, getText, setConfirm, setConfirmArgs, setMustValidate, setNewWindow, wantNewWindow
public DeleteAction(java.lang.String type_name, BDO r)
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