public interface ValidationComponent
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ValidationComponent.ErrorMessage
Represents error message which can appear on the page during validation.
|
static interface |
ValidationComponent.InfoMessage
Represents info message which can appear on the page during validation.
|
static interface |
ValidationComponent.Message
Represents the general messages which can appear on the page during validation.
|
static interface |
ValidationComponent.StaticMessagePart |
static interface |
ValidationComponent.VariableMessagePart |
| Modifier and Type | Method and Description |
|---|---|
List<ValidationComponent.ErrorMessage> |
getAllErrorMessages()
Returns the list containing all the error messages currently on the page.
|
List<ValidationComponent.ErrorMessage> |
getAllInfoMessages()
Returns the list containing all the info messages currently on the page.
|
List<ValidationComponent.Message> |
getAllMessages()
Returns the list containing all the messages currently on the page.
|
boolean |
isMessageRendered(ValidationComponent.Message msg)
Determines whether the given message is rendered on the page.
|
boolean |
isMessageRendered(ValidationComponent.StaticMessagePart msg)
Determines whether the given static part of the message is rendered on the page.
|
boolean |
isThereAnyErrorMessage() |
boolean isThereAnyErrorMessage()
List<ValidationComponent.Message> getAllMessages()
List<ValidationComponent.ErrorMessage> getAllErrorMessages()
List<ValidationComponent.ErrorMessage> getAllInfoMessages()
boolean isMessageRendered(ValidationComponent.Message msg)
msg - boolean isMessageRendered(ValidationComponent.StaticMessagePart msg)
msg - Copyright © 2013 JBoss by Red Hat. All Rights Reserved.