public class

ShifterDialog

extends Object
java.lang.Object
   ↳ com.atlassian.jira.pageobjects.dialogs.ShifterDialog

Summary

Fields
protected PageElementFinder locator
Public Constructors
ShifterDialog()
Public Methods
AutoComplete getAutoComplete()
boolean isFooterHintVisible()
boolean isOpen()
TimedCondition isOpenTimed()
boolean messageIsVisible()
<T> T queryAndSelect(String search, Class<T> dialogClass, Object... args)
Types search string and selects the first suggestion.
void queryAndSelect(String search)
Types search string and selects the first suggestion.
Protected Methods
PageElement getDialogElement()
PageElement getMessage()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected PageElementFinder locator

Public Constructors

public ShifterDialog ()

Public Methods

public AutoComplete getAutoComplete ()

public boolean isFooterHintVisible ()

public boolean isOpen ()

public TimedCondition isOpenTimed ()

public boolean messageIsVisible ()

public T queryAndSelect (String search, Class<T> dialogClass, Object... args)

Types search string and selects the first suggestion. Waits for shifter to hide and the dialog for the suggestion to open.

public void queryAndSelect (String search)

Types search string and selects the first suggestion. Waits for shifter to hide.

Protected Methods

protected PageElement getDialogElement ()

protected PageElement getMessage ()