Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

nectar.form
Class SupportCreateForm  view SupportCreateForm download SupportCreateForm.java

java.lang.Object
  extended byorg.apache.struts.action.ActionForm
      extended byorg.apache.struts.validator.ValidatorForm
          extended byorg.apache.struts.validator.ValidatorActionForm
              extended bynectar.form.TemplateForm
                  extended bynectar.form.BaseCommentForm
                      extended bynectar.form.AbstractSupportForm
                          extended bynectar.form.SupportCreateForm
All Implemented Interfaces:
java.io.Serializable

public class SupportCreateForm
extends AbstractSupportForm


Field Summary
 
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
SupportCreateForm()
           
 
Methods inherited from class nectar.form.AbstractSupportForm
getAssigned, getDescription, getPossibleAssignees, getPriority, getStatusList, getSubject, getSupportStatus, getTopic, getTopicList, resetFields, 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
 

Constructor Detail

SupportCreateForm

public SupportCreateForm()