Package com.saperion.ngc.iform.validator
Class FieldValidator
java.lang.Object
com.saperion.ngc.iform.validator.FieldValidator
Validator for
IntelligentField
s. Intended to be used by
IntelligentFormView
to validate the values that were
entered in the fields of an index-mask before saving.-
Method Summary
Modifier and TypeMethodDescriptionstatic void
validate
(IntelligentField field) Validates the field.
-
Method Details
-
validate
public static void validate(IntelligentField field) throws FieldValidationException, AuthenticationException, NgcUiException Validates the field.- Parameters:
field
- the field to validate- Throws:
FieldValidationException
- when the value of the field is not validAuthenticationException
NgcUiException
-