|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.struts.action.ActionForm
com.ivata.mask.web.struts.DialogForm
com.ivata.mask.web.struts.MaskForm
This form is the base class of all forms containing mask information.
| Field Summary |
| Fields inherited from class org.apache.struts.action.ActionForm |
multipartRequestHandler, servlet |
| Constructor Summary | |
protected |
MaskForm(com.ivata.mask.Mask maskParam,
java.lang.Class baseClassParam)
Construct an instance of this class. |
| Method Summary | |
protected void |
clear()
Refer to . |
java.lang.Class |
getBaseClass()
Defines the base class of all objects in the value object list. |
com.ivata.mask.Mask |
getMask()
Mask containing all the field definitions for this list. |
com.ivata.mask.validation.ValidationErrors |
validate(javax.servlet.http.HttpServletRequest requestParam,
javax.servlet.http.HttpSession sessionParam)
This method overridden to retrieve errors from the request processor. |
| Methods inherited from class com.ivata.mask.web.struts.DialogForm |
getApply, getBundle, getClear, getDefaultForwardApply, getDefaultForwardDelete, getDefaultForwardOk, getDeleteConfirm, getDeleteKey, getDeleteWarn, getHelpKey, getOk, reset, setApply, setBundle, setClear, setDefaultForwardApply, setDefaultForwardDelete, setDefaultForwardOk, setDeleteConfirm, setDeleteKey, setDeleteWarn, setHelpKey, setOk, validate |
| 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 |
protected MaskForm(com.ivata.mask.Mask maskParam,
java.lang.Class baseClassParam)
Construct an instance of this class.
maskParam - mask associated with this form.baseClassParam - base class of all value objects in this form.| Method Detail |
protected void clear()
throws javax.naming.OperationNotSupportedException
.
clear in class DialogFormjavax.naming.OperationNotSupportedExceptionDialogForm.clear()public final java.lang.Class getBaseClass()
Defines the base class of all objects in the value object list.
public final com.ivata.mask.Mask getMask()
Mask containing all the field definitions for this list.
public com.ivata.mask.validation.ValidationErrors validate(javax.servlet.http.HttpServletRequest requestParam,
javax.servlet.http.HttpSession sessionParam)
validate in class DialogFormrequestParam - Refer to DialogForm.validate(org.apache.struts.action.ActionMapping, javax.servlet.http.HttpServletRequest).sessionParam - Refer to DialogForm.validate(org.apache.struts.action.ActionMapping, javax.servlet.http.HttpServletRequest).
null.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||