Package com.saperion.ngc.iform.validator
Class FieldValidator
- java.lang.Object
-
- com.saperion.ngc.iform.validator.FieldValidator
-
public final class FieldValidator extends java.lang.Object
Validator forIntelligentField
s. Intended to be used byIntelligentFormView
to 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 void
validate(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 validAuthenticationException
NgcUiException
-
-