public class ExampleForm extends BaseValidatorForm
BaseValidatorForm representing the Control form data Customize as you see fit.BaseValidatorForm,
Serialized Form| Constructor and Description |
|---|
ExampleForm() |
| Modifier and Type | Method and Description |
|---|---|
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(String a) |
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.
|
getAdd, getCancel, getCreate, getDelete, getEnable, getInstall, getManualUninstall, getOk, getOkassign, getPn, getPs, getRemove, getReset, getUninventory, getUserset, isAddClicked, isCancelClicked, isCreateClicked, isDeleteClicked, isEnableClicked, isInstallClicked, isManualUninstallClicked, isOkAssignClicked, isOkClicked, isRemoveClicked, isResetClicked, isUsersetClicked, setAdd, setCancel, setCreate, setDelete, setEnable, setInstall, setOk, setOkassign, setPn, setPs, setRemove, setReset, setUninventory, setUserset, shouldValidategetPage, getResultValueMap, getValidationKey, getValidatorResults, setPage, setValidatorResultspublic String getExampleProperty()
public void setExampleProperty(String a)
public void reset(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
reset in class BaseValidatorFormpublic org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
validate in class BaseValidatorFormpublic String toString()
toString in class BaseValidatorFormCopyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.