com.atlassian.jira.pageobjects.dialogs
Class ShifterDialog

java.lang.Object
  extended by com.atlassian.jira.pageobjects.dialogs.ShifterDialog

public class ShifterDialog
extends Object

Since:
v5.1

Field Summary
protected  com.atlassian.pageobjects.elements.PageElementFinder locator
           
 
Constructor Summary
ShifterDialog()
           
 
Method Summary
 AutoComplete getAutoComplete()
           
protected  com.atlassian.pageobjects.elements.PageElement getDialogElement()
           
protected  com.atlassian.pageobjects.elements.PageElement getMessage()
           
 boolean isFooterHintVisible()
           
 boolean isOpen()
           
 com.atlassian.pageobjects.elements.query.TimedCondition isOpenTimed()
           
 boolean messageIsVisible()
           
 void queryAndSelect(String search)
          Types search string and selects the first suggestion.
<T> T
queryAndSelect(String search, Class<T> dialogClass, Object... args)
          Types search string and selects the first suggestion.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

locator

@Inject
protected com.atlassian.pageobjects.elements.PageElementFinder locator
Constructor Detail

ShifterDialog

public ShifterDialog()
Method Detail

getAutoComplete

public AutoComplete getAutoComplete()

queryAndSelect

public void queryAndSelect(String search)
Types search string and selects the first suggestion. Waits for shifter to hide.

Parameters:
search -

queryAndSelect

public <T> 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.

Parameters:
search -

isOpenTimed

public com.atlassian.pageobjects.elements.query.TimedCondition isOpenTimed()

isOpen

public boolean isOpen()

getDialogElement

protected com.atlassian.pageobjects.elements.PageElement getDialogElement()

getMessage

protected com.atlassian.pageobjects.elements.PageElement getMessage()

messageIsVisible

public boolean messageIsVisible()

isFooterHintVisible

public boolean isFooterHintVisible()


Copyright © 2002-2014 Atlassian. All Rights Reserved.