|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Use this for custom validation
Method Summary | |
java.lang.Object |
getOverrideValue(java.lang.Object value)
if value is not valid, get the custom value to set as the field override in the form. |
boolean |
isValid(org.infohazard.maverick.flow.ControllerContext cctx,
FormBeanContext formBeanContext,
java.lang.String fieldName,
java.lang.Object value)
Checks if value is valid. |
Method Detail |
public boolean isValid(org.infohazard.maverick.flow.ControllerContext cctx, FormBeanContext formBeanContext, java.lang.String fieldName, java.lang.Object value)
cctx
- maverick contextformBeanContext
- context with bean for this currentRequestfieldName
- field name of parametervalue
- the value of this parameter
public java.lang.Object getOverrideValue(java.lang.Object value)
value
- the original input value
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |