public class

InlineDialog

extends Object
java.lang.Object
   ↳ com.atlassian.jira.pageobjects.components.InlineDialog
Known Direct Subclasses

Class Overview

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.

Summary

Public Constructors
InlineDialog(PageElement trigger, String contentsId)
Public Methods
InlineDialog close()
void initialize()
TimedQuery<Boolean> isOpen()
InlineDialog open()
Protected Methods
PageElement getDialogContents()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public InlineDialog (PageElement trigger, String contentsId)

Public Methods

public InlineDialog close ()

public void initialize ()

public TimedQuery<Boolean> isOpen ()

public InlineDialog open ()

Protected Methods

protected PageElement getDialogContents ()