|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Severity | |
|---|---|
| org.springframework.binding.validation | Validation interfaces. |
| org.springframework.binding.validation.support | |
| org.springframework.richclient.core | Basic interfaces/classes used throughout the richclient. |
| org.springframework.richclient.form.builder.support | |
| org.springframework.rules.reporting | Rules result reporting interfaces and classes. |
| Uses of Severity in org.springframework.binding.validation |
|---|
| Methods in org.springframework.binding.validation with parameters of type Severity | |
|---|---|
int |
ValidationResults.getMessageCount(Severity severity)
Returns the total number of validation messages of the specified Severity. |
Set |
ValidationResults.getMessages(Severity severity)
Returns a set holding all of the validation messages of the specified Severity. |
| Uses of Severity in org.springframework.binding.validation.support |
|---|
| Methods in org.springframework.binding.validation.support with parameters of type Severity | |
|---|---|
void |
DefaultValidationResults.addMessage(String field,
Severity severity,
String message)
|
int |
DefaultValidationResults.getMessageCount(Severity severity)
|
int |
EmptyValidationResults.getMessageCount(Severity severity)
Always returns 0 |
int |
DefaultValidationResultsModel.getMessageCount(Severity severity)
|
Set |
DefaultValidationResults.getMessages(Severity severity)
|
Set |
EmptyValidationResults.getMessages(Severity severity)
Always returns an empty list. |
Set |
DefaultValidationResultsModel.getMessages(Severity severity)
|
| Constructors in org.springframework.binding.validation.support with parameters of type Severity | |
|---|---|
DefaultValidationMessage(String property,
Severity severity,
String message)
|
|
| Uses of Severity in org.springframework.richclient.core |
|---|
| Fields in org.springframework.richclient.core declared as Severity | |
|---|---|
static Severity |
Severity.ERROR
Error-level severity. |
static Severity |
Severity.INFO
Info-level severity. |
static Severity |
Severity.WARNING
Warning-level severity. |
| Methods in org.springframework.richclient.core that return Severity | |
|---|---|
Severity |
DefaultMessage.getSeverity()
|
Severity |
Message.getSeverity()
Return the Severity of this message, possibly null. |
| Constructors in org.springframework.richclient.core with parameters of type Severity | |
|---|---|
DefaultMessage(String message,
Severity severity)
Creates a new DefaultMessage with the given text and severity. |
|
| Uses of Severity in org.springframework.richclient.form.builder.support |
|---|
| Method parameters in org.springframework.richclient.form.builder.support with type arguments of type Severity | |
|---|---|
void |
ColorValidationInterceptorFactory.setColorMap(Map<Severity,Color> colorMap)
|
| Uses of Severity in org.springframework.rules.reporting |
|---|
| Methods in org.springframework.rules.reporting that return Severity | |
|---|---|
Severity |
ValidationResults.getSeverity()
|
Severity |
ValueValidationResults.getSeverity()
|
Severity |
PropertyResults.getSeverity()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||