|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ValidationError | |
|---|---|
| com.uwyn.rife.cmf.validation | Provides classes for the validation of content management framework bean properties. |
| com.uwyn.rife.scheduler | Provides classes and interfaces for the scheduler. |
| com.uwyn.rife.site | Provides classes and interfaces that provide useful features during the creation of a website. |
| Uses of ValidationError in com.uwyn.rife.cmf.validation |
|---|
| Methods in com.uwyn.rife.cmf.validation that return ValidationError | |
|---|---|
ValidationError |
SupportedXhtml.getError()
|
ValidationError |
SupportedImage.getError()
|
| Uses of ValidationError in com.uwyn.rife.scheduler |
|---|
| Methods in com.uwyn.rife.scheduler that return ValidationError | |
|---|---|
ValidationError |
Task.InvalidPlanned.getError()
|
| Uses of ValidationError in com.uwyn.rife.site |
|---|
| Subclasses of ValidationError in com.uwyn.rife.site | |
|---|---|
static class |
ValidationError.INCOMPLETE
|
static class |
ValidationError.INVALID
|
static class |
ValidationError.MANDATORY
|
static class |
ValidationError.NOTNUMERIC
|
static class |
ValidationError.NOTSAMEAS
|
static class |
ValidationError.UNEXPECTED
|
static class |
ValidationError.UNICITY
|
static class |
ValidationError.WRONGFORMAT
|
static class |
ValidationError.WRONGLENGTH
|
| Methods in com.uwyn.rife.site that return ValidationError | |
|---|---|
ValidationError |
ValidationError.erroneousValue(Object erroneousValue)
Chainable setter to make validation error construction easier |
ValidationError |
ValidationRuleUrl.getError()
|
ValidationError |
ValidationRuleSameAs.getError()
|
ValidationError |
ValidationRuleRegexp.getError()
|
ValidationError |
ValidationRuleRange.getError()
|
ValidationError |
ValidationRuleNotNull.getError()
|
ValidationError |
ValidationRuleNotEqual.getError()
|
ValidationError |
ValidationRuleNotEmpty.getError()
|
ValidationError |
ValidationRuleLimitedLength.getError()
|
ValidationError |
ValidationRuleLimitedDate.getError()
|
ValidationError |
ValidationRuleInList.getError()
|
ValidationError |
ValidationRuleFormat.getError()
|
ValidationError |
ValidationRuleEmail.getError()
|
ValidationError |
ValidationRule.getError()
|
abstract ValidationError |
AbstractValidationRule.getError()
|
| Methods in com.uwyn.rife.site that return types with arguments of type ValidationError | |
|---|---|
Set<ValidationError> |
MetaData.getValidationErrors()
|
Set<ValidationError> |
Validation.getValidationErrors()
|
Set<ValidationError> |
Validated.getValidationErrors()
Returns a set with all the stored ValidationErrors. |
| Methods in com.uwyn.rife.site with parameters of type ValidationError | |
|---|---|
void |
MetaData.addValidationError(ValidationError error)
|
void |
Validation.addValidationError(ValidationError newError)
|
void |
Validated.addValidationError(ValidationError error)
Add a new validation error explicitly to the collection of already existing errors. |
| Method parameters in com.uwyn.rife.site with type arguments of type ValidationError | |
|---|---|
Collection<String> |
AbstractValidationBuilder.generateErrorMarkings(Template template,
Collection<ValidationError> errors,
Collection<String> onlySubjectsToClear,
String prefix)
|
Collection<String> |
ValidationBuilder.generateErrorMarkings(Template template,
Collection<ValidationError> errors,
Collection<String> onlySubjectsToClear,
String prefix)
|
Collection<String> |
AbstractValidationBuilder.generateValidationErrors(Template template,
Collection<ValidationError> errors,
Collection<String> onlySubjectsToClear,
String prefix)
|
Collection<String> |
ValidationBuilder.generateValidationErrors(Template template,
Collection<ValidationError> errors,
Collection<String> onlySubjectsToClear,
String prefix)
|
static void |
ValidationFormatter.highlightInvalidSubjects(Template template,
Collection<ValidationError> errors,
String highlightValuePrefix,
String highlightBlockId)
Deprecated. |
void |
MetaData.replaceValidationErrors(Set<ValidationError> errors)
|
void |
Validation.replaceValidationErrors(Set<ValidationError> errors)
|
void |
Validated.replaceValidationErrors(Set<ValidationError> errors)
Replaces the stored ValidationErrors with a new set of
errors. |
static void |
ValidationFormatter.setValidationErrors(Template template,
Collection<ValidationError> errors)
Deprecated. |
static void |
ValidationFormatter.setValidationErrors(Template template,
Collection<ValidationError> errors,
String errorMessageId,
String errorLineId,
String errorContentId,
String errorAreaId)
Deprecated. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||