|
|||||||||
| Home >> All >> nectar >> [ form overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
nectar.form
Class CommentDeleteForm

java.lang.Objectorg.apache.struts.action.ActionForm
org.apache.struts.validator.ValidatorForm
org.apache.struts.validator.ValidatorActionForm
nectar.form.TemplateForm
nectar.form.BaseCommentActionForm
nectar.form.CommentDeleteForm
- All Implemented Interfaces:
- java.io.Serializable
- public class CommentDeleteForm
- extends BaseCommentActionForm
| Field Summary | |
private nectar.view.beans.CommentBean |
comments
|
private java.lang.String |
confirm
|
| Fields inherited from class nectar.form.BaseCommentActionForm |
|
| Fields inherited from class nectar.form.TemplateForm |
|
| Fields inherited from class org.apache.struts.validator.ValidatorForm |
page, validatorResults |
| Fields inherited from class org.apache.struts.action.ActionForm |
multipartRequestHandler, servlet |
| Constructor Summary | |
CommentDeleteForm()
|
|
| Method Summary | |
nectar.view.beans.CommentBean |
getComments()
|
java.lang.String |
getConfirm()
|
protected void |
resetFields()
Reset the fields back to their defaults. |
void |
setComments(nectar.view.beans.CommentBean b)
|
void |
setConfirm(java.lang.String s)
|
| Methods inherited from class nectar.form.BaseCommentActionForm |
getAction, getComment, getCommentId, getRecordId, getSubject, setAction, setComment, setCommentId, setRecordId, setSubject |
| Methods inherited from class nectar.form.TemplateForm |
getActionErrors, getBlockList, getBlocksByGroup, lookupMessageKey, reset, setBlockList, setBlocksByGroup, validate, validateInternal |
| Methods inherited from class org.apache.struts.validator.ValidatorActionForm |
getValidationKey |
| Methods inherited from class org.apache.struts.validator.ValidatorForm |
getPage, getResultValueMap, getValidatorResults, setPage, setValidatorResults |
| Methods inherited from class org.apache.struts.action.ActionForm |
getMultipartRequestHandler, getServlet, getServletWrapper, reset, setMultipartRequestHandler, setServlet, validate |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
comments
private nectar.view.beans.CommentBean comments
confirm
private java.lang.String confirm
| Constructor Detail |
CommentDeleteForm
public CommentDeleteForm()
| Method Detail |
resetFields
protected void resetFields()
- Description copied from class:
BaseCommentActionForm - Reset the fields back to their defaults.
- Overrides:
resetFieldsin classBaseCommentActionForm
setComments
public void setComments(nectar.view.beans.CommentBean b)
getComments
public nectar.view.beans.CommentBean getComments()
setConfirm
public void setConfirm(java.lang.String s)
getConfirm
public java.lang.String getConfirm()
|
|||||||||
| Home >> All >> nectar >> [ form overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC