Uses of Class
com.aquima.web.api.model.page.element.FieldValidation
Packages that use FieldValidation
-
Uses of FieldValidation in com.aquima.web.api.model.page.element
Methods in com.aquima.web.api.model.page.element that return types with arguments of type FieldValidationModifier and TypeMethodDescriptionField.getValidations()
This method returns the field validations. -
Uses of FieldValidation in com.aquima.web.api.model.page.renderer
Methods in com.aquima.web.api.model.page.renderer that return types with arguments of type FieldValidationModifier and TypeMethodDescriptionstatic List
<FieldValidation> RendererUtil.convertValidations
(com.aquima.interactions.composer.IFieldValidation[] validations, IRendererContext context) Converts field validations to field validation viewmodel.