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

java.lang.Objectorg.apache.struts.action.ActionForm
org.apache.struts.validator.ValidatorForm
org.apache.struts.validator.ValidatorActionForm
nectar.form.TemplateForm
nectar.form.ForumListForm
- All Implemented Interfaces:
- java.io.Serializable
- public class ForumListForm
- extends TemplateForm
| Field Summary | |
private java.util.Collection |
categories
|
| 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 | |
ForumListForm()
Creates a new instance of ForumListForm |
|
| Method Summary | |
java.util.Collection |
getCategories()
|
protected void |
resetFields()
Reset the fields back to their defaults. |
void |
setCategories(java.util.Collection c)
|
| 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 |
categories
private java.util.Collection categories
| Constructor Detail |
ForumListForm
public ForumListForm()
- Creates a new instance of ForumListForm
| Method Detail |
resetFields
protected void resetFields()
- Reset the fields back to their defaults.
- Specified by:
resetFieldsin classTemplateForm
setCategories
public void setCategories(java.util.Collection c)
getCategories
public java.util.Collection getCategories()
|
|||||||||
| Home >> All >> nectar >> [ form overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC