|
||||||||||
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,
String property,
String text)
Creates and returns an error PropertyValidationMessage
for the given property and message text using the specified severity. |
PropertyValidationMessage |
PropertyValidationSupport.create(String property,
String text)
Creates and returns a PropertyValidationMessage
for the given property and message text using the default severity. |
PropertyValidationMessage |
PropertyValidationSupport.createError(String property,
String text)
Creates and returns an error PropertyValidationMessage
for the given property and message text. |
PropertyValidationMessage |
PropertyValidationSupport.createWarning(String property,
String text)
Creates and returns a warning PropertyValidationMessage
for the given property and message text. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |