Annotation Interface ClientSideModel
Annotation for a Renderer class that provides the information
about the client-side model.
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionThe name of the webapp that contains the javascript codeThe name of the javascript function that performs the client-side validation.List 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.- Default:
- ""
-
base
String baseThe name of the webapp that contains the javascript code- Default:
- ""
-
scripts
ClientSideScript[] scriptsList of javascript resources (relative to the base) that are required to do the client-side validation.- Default:
- {}
-