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

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.NewsForm
- All Implemented Interfaces:
- java.io.Serializable
- public class NewsForm
- extends BaseCommentForm
| Field Summary | |
private nectar.view.beans.NewsBean |
newsView
|
| 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 | |
NewsForm()
Creates a new instance of NewsForm |
|
| Method Summary | |
nectar.view.beans.NewsBean |
getNews()
|
void |
reset(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
Called by the framework to reset the fields back to their default values. |
protected void |
resetFields()
Reset the fields back to their defaults. |
void |
setNews(nectar.view.beans.NewsBean v)
|
| Methods inherited from class nectar.form.BaseCommentForm |
getComments, getRecordId, getRights, setComments, setRecordId, setRights |
| Methods inherited from class nectar.form.TemplateForm |
getActionErrors, getBlockList, getBlocksByGroup, lookupMessageKey, 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 |
newsView
private nectar.view.beans.NewsBean newsView
| Constructor Detail |
NewsForm
public NewsForm()
- Creates a new instance of NewsForm
| Method Detail |
reset
public void reset(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request)
- Called by the framework to reset the fields back to their default values.
- Overrides:
resetin classTemplateForm
resetFields
protected void resetFields()
- Reset the fields back to their defaults.
- Overrides:
resetFieldsin classBaseCommentForm
getNews
public nectar.view.beans.NewsBean getNews()
setNews
public void setNews(nectar.view.beans.NewsBean v)
|
|||||||||
| Home >> All >> nectar >> [ form overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC