| Package | Description |
|---|---|
| com.jidesoft.validation |
The package contains classes related to validation for JIDE Common Layer.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RowValidationResult
ValidationResult for RowValidator.
|
| Modifier and Type | Field and Description |
|---|---|
static ValidationResult |
ValidationResult.OK
The shared ValidationResult when the validation result is valid.
|
| Modifier and Type | Method and Description |
|---|---|
ValidationResult |
RowValidator.validating(RowValidationObject vo)
Validates the value in the RowValidationObject.
|
ValidationResult |
Validator.validating(ValidationObject vo)
Validates the value in the ValidationObject.
|