Package | Description |
---|---|
com.jgoodies.validation.util |
Contains optional validation helper classes and
default implementations.
|
Modifier and Type | Method and Description |
---|---|
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. |
Copyright © 2003-2011 JGoodies Karsten Lentzsch. All Rights Reserved.