Class InlineDialog
java.lang.Object
com.atlassian.jira.pageobjects.components.InlineDialog
- Direct Known Subclasses:
ScreenEditor.AddTabDialog,ScreensDialog,SharedProjectsDialog
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
ConstructorsConstructorDescriptionInlineDialog(com.atlassian.pageobjects.elements.PageElement trigger, String contentsId) -
Method Summary
-
Constructor Details
-
InlineDialog
-
-
Method Details
-
initialize
public void initialize() -
open
-
close
-
isOpen
-
getDialogContents
protected com.atlassian.pageobjects.elements.PageElement getDialogContents()
-