Package com.saperion.ngc.iform.validator
Class FieldValidator
- java.lang.Object
-
- com.saperion.ngc.iform.validator.FieldValidator
-
public final class FieldValidator extends java.lang.ObjectValidator forIntelligentFields. Intended to be used byIntelligentFormViewto validate the values that were entered in the fields of an index-mask before saving.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidvalidate(IntelligentField field)Validates the field.
-
-
-
Method Detail
-
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 validAuthenticationExceptionNgcUiException
-
-