Method Summary |
|
protected void | clear()
Clear all bean properties to their default state.The difference between
this and reset is that all properties are changed,
regardless of current request state. |
final public String | getApply()
If non- null or not empty, specifies that the form
contents should be amended/added and the window left open. |
final public String | getBundle()
Localization messages resource bundle to use for deleteKey . |
final public String | getClear()
Get whether or not we are adding a new element or clearing the form
fields. |
public String | getDefaultForwardApply() Name of the Struts forward to go to, if the Apply button
is pressed. |
public String | getDefaultForwardDelete() Name of the Struts forward to go to, if the Delete
button is pressed. |
public String | getDefaultForwardOk() Name of the Struts forward to go to, if the Ok button
is pressed. |
final public String | getDeleteConfirm()
If non- null or not empty, delete this element. |
final public String | getDeleteKey()
If non- null , indicates a key to be displayed to warn
before deletion of the items in this form. |
final public String | getDeleteWarn()
If non- null or not empty, display a message before
deleting this entry. |
final public String | getHelpKey()
Stores the correct help key.. |
final public String | getOk()
If non- null or not empty, specifies that the form
contents should be amended/added. |
public void | reset(ActionMapping mapping, HttpServletRequest request)
Reset all bean properties to their default state. |
final public void | setApply(String applyParam)
If non- null or not empty, specifies that the form
contents should be amended/added and the window left open. |
final public void | setBundle(String bundleParam)
Localization messages resource bundle to use for deleteKey . |
final public void | setClear(String clearParam)
Set whether or not we are adding a new element or clearing the form
fields. |
final public void | setDefaultForwardApply(String defaultForwardApplyParam) |
public void | setDefaultForwardDelete(String defaultForwardDeleteParam) |
final public void | setDefaultForwardOk(String defaultForwardOkParam) |
final public void | setDeleteConfirm(String deleteConfirmParam)
If non- null or not empty, delete this entry. |
final public void | setDeleteKey(String deleteKeyParam)
If non- null , indicates a key to be displayed to warn
before deletion of the items in this form. |
final public void | setDeleteWarn(String deleteWarnParam)
If non- null or not empty, display a message before
deleting this entry. |
final public void | setHelpKey(String helpKeyParam)
Stores the correct help key. |
final public void | setOk(String okParam)
If non- null or not empty, specifies that the form
contents should be amended/added. |
public ActionErrors | validate(ActionMapping mapping, HttpServletRequest request)
Overridden to check if there were any errors from the mask request
processor. |
public ValidationErrors | validate(HttpServletRequest requestParam, HttpSession sessionParam) |