| Package | Description |
|---|---|
| org.jboss.arquillian.graphene.component.object.api.validation |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
List<ValidationComponent.Message> |
ValidationComponent.getAllMessages()
Returns the list containing all the messages currently on the page.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ValidationComponent.isMessageRendered(ValidationComponent.Message msg)
Determines whether the given message is rendered on the page.
|
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.