org.hyperic.hq.ui.action.template
Class ExampleForm
java.lang.Object
org.apache.struts.action.ActionForm
org.apache.struts.validator.ValidatorForm
org.hyperic.hq.ui.action.BaseValidatorForm
org.hyperic.hq.ui.action.template.ExampleForm
- All Implemented Interfaces:
- java.io.Serializable
public class ExampleForm
- extends BaseValidatorForm
A subclass of BaseValidatorForm
representing the
Control form data
Customize as you see fit.
- See Also:
BaseValidatorForm
,
Serialized Form
Fields inherited from class org.apache.struts.validator.ValidatorForm |
page, validatorResults |
Fields inherited from class org.apache.struts.action.ActionForm |
multipartRequestHandler, servlet |
Method Summary |
java.lang.String |
getExampleProperty()
|
void |
reset(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
Resets all fields to values valid for validation. |
void |
setExampleProperty(java.lang.String a)
|
java.lang.String |
toString()
|
org.apache.struts.action.ActionErrors |
validate(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
Validates the form's fields in a custom way. |
Methods inherited from class org.hyperic.hq.ui.action.BaseValidatorForm |
getAdd, getCancel, getCreate, getDelete, getEnable, getOk, getOkassign, getPn, getPs, getRemove, getReset, getUserset, isAddClicked, isCancelClicked, isCreateClicked, isDeleteClicked, isEnableClicked, isOkAssignClicked, isOkClicked, isRemoveClicked, isResetClicked, isUsersetClicked, setAdd, setCancel, setCreate, setDelete, setEnable, setOk, setOkassign, setPn, setPs, setRemove, setReset, setUserset, shouldValidate |
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, wait, wait, wait |
ExampleForm
public ExampleForm()
getExampleProperty
public java.lang.String getExampleProperty()
setExampleProperty
public void setExampleProperty(java.lang.String a)
reset
public void reset(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
- Resets all fields to values valid for validation.
Calls super.reset() to insure that parent classes'
fields are initialialized validly.
- Overrides:
reset
in class BaseValidatorForm
validate
public org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
- Validates the form's fields in a custom way.
XXX Delete this method if no custom validation outside of
validation.xml needs to be done.
- Overrides:
validate
in class BaseValidatorForm
toString
public java.lang.String toString()
- Overrides:
toString
in class BaseValidatorForm
Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.