org.itracker.web.forms
Class CustomFieldForm
java.lang.Object
org.apache.struts.action.ActionForm
org.apache.struts.validator.ValidatorForm
org.itracker.web.forms.CustomFieldForm
- All Implemented Interfaces:
- Serializable
public class CustomFieldForm
- extends org.apache.struts.validator.ValidatorForm
This is the Struts Form. It is used by action.
- Author:
- ready
- See Also:
- Serialized Form
| Fields inherited from class org.apache.struts.validator.ValidatorForm |
page, validatorResults |
| Fields inherited from class org.apache.struts.action.ActionForm |
multipartRequestHandler, servlet |
| Methods inherited from class org.apache.struts.validator.ValidatorForm |
getPage, getResultValueMap, getValidationKey, 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 |
CustomFieldForm
public CustomFieldForm()
validate
public org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
- Overrides:
validate in class org.apache.struts.validator.ValidatorForm
reset
public void reset(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
- Overrides:
reset in class org.apache.struts.validator.ValidatorForm
getAction
public String getAction()
setAction
public void setAction(String action)
getDateFormat
public String getDateFormat()
setDateFormat
public void setDateFormat(String dateFormat)
getFieldType
public Integer getFieldType()
setFieldType
public void setFieldType(Integer fieldType)
getId
public Integer getId()
setId
public void setId(Integer id)
getRequired
public String getRequired()
setRequired
public void setRequired(String required)
getSortOptionsByName
public String getSortOptionsByName()
setSortOptionsByName
public void setSortOptionsByName(String sortOptionsByName)
getTranslations
public HashMap<String,String> getTranslations()
setTranslations
public void setTranslations(HashMap<String,String> translations)
getValue
public String getValue()
setValue
public void setValue(String value)
Copyright © 2002-2012 itracker. All Rights Reserved.