com.atlassian.jira.pageobjects.components
Class InlineDialog

java.lang.Object
  extended by com.atlassian.jira.pageobjects.components.InlineDialog
Direct Known Subclasses:
ScreenEditor.AddTabDialog

public class InlineDialog
extends Object

Minimal implementation of an inline dialog. Implementors extend this class and provide the trigger element for the dialog, as well as the id for the container that will house the actual visible dialog.

Since:
v4.4

Constructor Summary
InlineDialog(com.atlassian.pageobjects.elements.PageElement trigger, String contentsId)
           
 
Method Summary
 InlineDialog close()
           
protected  com.atlassian.pageobjects.elements.PageElement getDialogContents()
           
 void initialize()
           
 com.atlassian.pageobjects.elements.query.TimedQuery<Boolean> isOpen()
           
 InlineDialog open()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InlineDialog

public InlineDialog(com.atlassian.pageobjects.elements.PageElement trigger,
                    String contentsId)
Method Detail

initialize

public void initialize()

open

public InlineDialog open()

close

public InlineDialog close()

isOpen

public com.atlassian.pageobjects.elements.query.TimedQuery<Boolean> isOpen()

getDialogContents

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


Copyright © 2002-2014 Atlassian. All Rights Reserved.