Modifier and Type | Method and Description |
---|---|
static Problems |
Problems.create(java.lang.String message)
Create a new Problems with the initial (fatal) problem.
|
Modifier and Type | Method and Description |
---|---|
void |
Problems.putAll(Problems problems)
Dump all problems in another instance of Problems into this one.
|
void |
Validator.validate(Problems problems,
java.lang.String compName,
T model)
Validate the passed model.
|
Modifier and Type | Method and Description |
---|---|
void |
IndexValidators.validate(Problems problems,
java.lang.String compName,
java.lang.Integer[] model) |
Modifier and Type | Method and Description |
---|---|
void |
StringValidators.validate(Problems problems,
java.lang.String compName,
java.lang.String model) |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
GroupValidator.performGroupValidation(Problems problems)
Validate the state of the combination of the UI components
within the ValidationGroup.
|
protected abstract void |
ValidationListener.performValidation(Problems problems)
Called by the simplevalidation infrastructure when it is time to
perform the validation.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractValidationListener.performValidation(Problems ps) |