Uses of Class
com.saperion.ngc.exception.FieldValidationException
-
Packages that use FieldValidationException Package Description com.saperion.ngc.iform Package for main iForm components.com.saperion.ngc.iform.validator Package for field validators. -
-
Uses of FieldValidationException in com.saperion.ngc.iform
Methods in com.saperion.ngc.iform that throw FieldValidationException Modifier and Type Method Description void
FieldValidator. validate()
Deprecated.Validates the field. -
Uses of FieldValidationException in com.saperion.ngc.iform.validator
Methods in com.saperion.ngc.iform.validator that throw FieldValidationException Modifier and Type Method Description protected void
AbstractFieldValidator. checkDateRange(java.util.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(java.lang.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()
-