Annotation Interface ClientSideValidator
Annotation for a Validator class that provides the information
about the client-side validator.
-
Required Element Summary
Required Elements -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionThe name of the webapp that contains the javascript codeList of javascript resources (relative to the base) that are required to do the client-side validation.
-
Element Details
-
function
String functionThe name of the javascript function that performs the client-side validation.
-
-
-
base
String baseThe name of the webapp that contains the javascript code- Default:
- "wm_cafshared"
-
scripts
ClientSideScript[] scriptsList of javascript resources (relative to the base) that are required to do the client-side validation.- Default:
- {}
-