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.iformMethods in com.saperion.ngc.iform that throw FieldValidationException Modifier and Type Method Description voidFieldValidator. validate()Deprecated.Validates the field.
- 
Uses of FieldValidationException in com.saperion.ngc.iform.validatorMethods in com.saperion.ngc.iform.validator that throw FieldValidationException Modifier and Type Method Description protected voidAbstractFieldValidator. checkDateRange(java.util.Date value)Checks if the date is within the range supported by the database-system in use.protected voidAbstractFieldValidator. checkIfMandatoryFieldIsSet()Checks if mandatory field is set.protected voidAbstractFieldValidator. checkLengthOfInput(java.lang.String text)Checks the length of the field's value.abstract voidAbstractFieldValidator. validate()Validates the field.voidAdvancedLookupFieldValidator. validate()voidDateFieldValidator. validate()static voidFieldValidator. validate(IntelligentField field)Validates the field.voidGenericFieldValidator. validate()voidLookupFieldValidator. validate()voidMultiFieldValidator. validate()voidTextFieldValidator. validate()
 
-