Package com.jidesoft.validation
The package contains classes related to validation for JIDE Common Layer.
-
Interface Summary Interface Description RowValidator Validator
is an interface for validating a row in table.Validator Validator
is an interface for validating a object. -
Class Summary Class Description RowValidationObject RowValidationObject is an object containing the information that needed by RowValidator.RowValidationResult ValidationResult for RowValidator.TableValidationObject TableValidationObject extends ValidationObject to provide row and column information of the value to be validated.ValidationObject ValidationObject is an object containing the information that needed by Validator.ValidationResult ValidationResult is the object that returns from thevalidating(ValidationObject)
.