Uses of Class
com.saperion.ngc.exception.FieldValidationException
Packages that use FieldValidationException
Package
Description
Package for main iForm components.
Package for field validators.
-
Uses of FieldValidationException in com.saperion.ngc.iform
Methods in com.saperion.ngc.iform that throw FieldValidationExceptionModifier and TypeMethodDescriptionvoid
FieldValidator.validate()
Deprecated.Validates the field. -
Uses of FieldValidationException in com.saperion.ngc.iform.validator
Methods in com.saperion.ngc.iform.validator that throw FieldValidationExceptionModifier and TypeMethodDescriptionprotected void
AbstractFieldValidator.checkDateRange
(Date value) Checks if the date is within the range supported by the database-system in use.protected void
AbstractFieldValidator.checkIfMandatoryFieldIsSet()
Checks if mandatory field is set.protected void
AbstractFieldValidator.checkLengthOfInput
(String text) Checks the length of the field's value.abstract void
AbstractFieldValidator.validate()
Validates the field.void
AdvancedLookupFieldValidator.validate()
void
DateFieldValidator.validate()
static void
FieldValidator.validate
(IntelligentField field) Validates the field.void
GenericFieldValidator.validate()
void
LookupFieldValidator.validate()
void
MultiFieldValidator.validate()
void
TextFieldValidator.validate()