Class InlineDialog

java.lang.Object
com.atlassian.jira.pageobjects.components.InlineDialog
Direct Known Subclasses:
ScreenEditor.AddTabDialog, ScreensDialog, SharedProjectsDialog

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 Details

    • InlineDialog

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

    • 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()