public static class LogFactory.ItemAction<T extends LogFactory.Entry> extends FormAction
| Constructor and Description |
|---|
ItemAction(T t) |
| Modifier and Type | Method and Description |
|---|---|
FormResult |
action(Form f)
Perform the actual action based on the form parameters.
|
T |
getTarget() |
getConfirm, getConfirmMessage, getHelp, getMustValidate, getShortcut, getText, setConfirm, setConfirmArgs, setMustValidate, setNewWindow, wantNewWindowpublic ItemAction(T t)
public T getTarget()
public 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