public class

JiraDialog

extends Object
java.lang.Object
   ↳ com.atlassian.jira.pageobjects.dialogs.JiraDialog
Known Direct Subclasses
Known Indirect Subclasses

Summary

Constants
String CONTENT_AREA_CLASS
String CONTENT_READY_CLASS
String DIALOG_CLASS
String DIALOG_OPEN_CLASS
String HEADING_AREA_CLASS
Fields
protected PageBinder binder
protected AtlassianWebDriver driver
protected ExtendedElementFinder extendedFinder
protected String id
protected PageElementFinder locator
protected TimedQueryFactory queryFactory
protected Timeouts timeouts
Public Constructors
JiraDialog(String id)
JiraDialog()
Public Methods
<T extends PageElement> T find(By locator, Class<T> elementClass)
PageElement find(By locator)
<T extends PageElement> List<T> findAll(By locator, Class<T> elementClass)
List<PageElement> findAll(By locator)
void initAbstractDialog()
TimedQuery<Boolean> isClosed()
Check that the JIRA Dialog has been closed.
TimedCondition isOpen()
Check if the dialog's content has been loaded and is being displayed to the user.
void waitUntilFinishedLoading()
Protected Methods
PageElement getDialogElement()
TimedCondition isInDOM()
Check if the JIRA Dialog has been added to the DOM of the page.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String CONTENT_AREA_CLASS

Constant Value: "jira-dialog-content"

public static final String CONTENT_READY_CLASS

Constant Value: "jira-dialog-content-ready"

public static final String DIALOG_CLASS

Constant Value: "jira-dialog"

public static final String DIALOG_OPEN_CLASS

Constant Value: "jira-dialog-open"

public static final String HEADING_AREA_CLASS

Constant Value: "jira-dialog-heading"

Fields

protected PageBinder binder

protected AtlassianWebDriver driver

protected ExtendedElementFinder extendedFinder

protected String id

protected PageElementFinder locator

protected TimedQueryFactory queryFactory

protected Timeouts timeouts

Public Constructors

public JiraDialog (String id)

public JiraDialog ()

Public Methods

public T find (By locator, Class<T> elementClass)

public PageElement find (By locator)

public List<T> findAll (By locator, Class<T> elementClass)

public List<PageElement> findAll (By locator)

public void initAbstractDialog ()

public TimedQuery<Boolean> isClosed ()

Check that the JIRA Dialog has been closed.

public TimedCondition isOpen ()

Check if the dialog's content has been loaded and is being displayed to the user.

public void waitUntilFinishedLoading ()

Protected Methods

protected PageElement getDialogElement ()

protected TimedCondition isInDOM ()

Check if the JIRA Dialog has been added to the DOM of the page.