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

java.lang.Objectorg.apache.struts.action.ActionForm
org.apache.struts.validator.ValidatorForm
org.apache.struts.validator.ValidatorActionForm
nectar.form.TemplateForm
nectar.form.BaseCommentForm
nectar.form.AbstractSupportForm
nectar.form.SupportDeleteForm
- All Implemented Interfaces:
- java.io.Serializable
- public class SupportDeleteForm
- extends AbstractSupportForm
| Field Summary | |
private java.lang.String |
confirm
|
private static org.apache.commons.logging.Log |
log
|
private nectar.view.beans.SupportBean |
support
|
| Fields inherited from class nectar.form.AbstractSupportForm |
|
| Fields inherited from class nectar.form.BaseCommentForm |
|
| 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 | |
SupportDeleteForm()
|
|
| Method Summary | |
java.lang.String |
getConfirm()
|
nectar.view.beans.SupportBean |
getSupport()
|
protected void |
resetFields()
Reset the fields back to their defaults. |
void |
setConfirm(java.lang.String s)
|
void |
setSupport(nectar.view.beans.SupportBean b)
|
| Methods inherited from class nectar.form.AbstractSupportForm |
getAssigned, getDescription, getPossibleAssignees, getPriority, getStatusList, getSubject, getSupportStatus, getTopic, getTopicList, setAssigned, setDescription, setPossibleAssignees, setPriority, setStatusList, setSubject, setSupportStatus, setTopic, setTopicList |
| Methods inherited from class nectar.form.BaseCommentForm |
getComments, getRecordId, getRights, setComments, setRecordId, setRights |
| 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 |
log
private static org.apache.commons.logging.Log log
confirm
private java.lang.String confirm
support
private nectar.view.beans.SupportBean support
| Constructor Detail |
SupportDeleteForm
public SupportDeleteForm()
| Method Detail |
resetFields
protected void resetFields()
- Description copied from class:
AbstractSupportForm - Reset the fields back to their defaults.
- Overrides:
resetFieldsin classAbstractSupportForm
setConfirm
public void setConfirm(java.lang.String s)
getConfirm
public java.lang.String getConfirm()
setSupport
public void setSupport(nectar.view.beans.SupportBean b)
getSupport
public nectar.view.beans.SupportBean getSupport()
|
|||||||||
| Home >> All >> nectar >> [ form overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC