public class FormMessages extends Object
AuiMessage
Modifier and Type | Field and Description |
---|---|
protected com.atlassian.pageobjects.elements.PageElement |
context |
protected ExtendedElementFinder |
extendedFinder |
protected com.atlassian.pageobjects.PageBinder |
pageBinder |
protected com.atlassian.pageobjects.elements.timeout.Timeouts |
timeouts |
Constructor and Description |
---|
FormMessages(com.atlassian.pageobjects.elements.PageElement context) |
Modifier and Type | Method and Description |
---|---|
com.atlassian.pageobjects.elements.query.TimedQuery<Iterable<AuiMessage>> |
getAllMessages() |
com.atlassian.pageobjects.elements.query.TimedQuery<Iterable<AuiMessage>> |
getErrors() |
AuiMessage |
getMessage(AuiMessage.Type type) |
com.atlassian.pageobjects.elements.query.TimedQuery<Iterable<AuiMessage>> |
getMessagesOfType(AuiMessage.Type type) |
com.atlassian.pageobjects.elements.query.TimedCondition |
hasErrors() |
com.atlassian.pageobjects.elements.query.TimedCondition |
hasMessagesOfType(AuiMessage.Type type) |
@Inject protected com.atlassian.pageobjects.PageBinder pageBinder
@Inject protected com.atlassian.pageobjects.elements.timeout.Timeouts timeouts
@Inject protected ExtendedElementFinder extendedFinder
protected final com.atlassian.pageobjects.elements.PageElement context
public FormMessages(com.atlassian.pageobjects.elements.PageElement context)
public com.atlassian.pageobjects.elements.query.TimedQuery<Iterable<AuiMessage>> getAllMessages()
public com.atlassian.pageobjects.elements.query.TimedQuery<Iterable<AuiMessage>> getMessagesOfType(AuiMessage.Type type)
public com.atlassian.pageobjects.elements.query.TimedQuery<Iterable<AuiMessage>> getErrors()
public AuiMessage getMessage(AuiMessage.Type type)
public com.atlassian.pageobjects.elements.query.TimedCondition hasMessagesOfType(AuiMessage.Type type)
public com.atlassian.pageobjects.elements.query.TimedCondition hasErrors()
Copyright © 2002-2019 Atlassian. All Rights Reserved.