|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PropertyValidationMessage | |
|---|---|
| com.jgoodies.validation.util | Contains optional validation helper classes and default implementations. |
| Uses of PropertyValidationMessage in com.jgoodies.validation.util |
|---|
| Methods in com.jgoodies.validation.util that return PropertyValidationMessage | |
|---|---|
PropertyValidationMessage |
PropertyValidationSupport.create(Severity severity,
java.lang.String property,
java.lang.String text)
Creates and returns an error PropertyValidationMessage
for the given property and message text using the specified severity. |
PropertyValidationMessage |
PropertyValidationSupport.create(java.lang.String property,
java.lang.String text)
Creates and returns a PropertyValidationMessage
for the given property and message text using the default severity. |
PropertyValidationMessage |
PropertyValidationSupport.createError(java.lang.String property,
java.lang.String text)
Creates and returns an error PropertyValidationMessage
for the given property and message text. |
PropertyValidationMessage |
PropertyValidationSupport.createWarning(java.lang.String property,
java.lang.String text)
Creates and returns a warning PropertyValidationMessage
for the given property and message text. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||