Uses of Interface
com.atlassian.jira.webtest.framework.dialog.Dialog

Packages that use Dialog
com.atlassian.jira.webtest.framework.dialog   
com.atlassian.jira.webtest.framework.dialog.issueaction   
com.atlassian.jira.webtest.framework.impl.selenium.dialog   
com.atlassian.jira.webtest.framework.impl.selenium.dialog.gadget   
com.atlassian.jira.webtest.framework.impl.selenium.dialog.issueaction   
com.atlassian.jira.webtest.framework.impl.selenium.page.admin.applinks   
com.atlassian.jira.webtest.framework.page.admin.applinks   
com.atlassian.jira.webtest.framework.page.admin.plugins   
 

Uses of Dialog in com.atlassian.jira.webtest.framework.dialog
 

Classes in com.atlassian.jira.webtest.framework.dialog with type parameters of type Dialog
 interface Dialog<T extends Dialog<T>>
           A dialog in JIRA.
 interface DialogContent<C extends DialogContent<C,D>,D extends Dialog>
          A section of the page that is bound to a dialog.
 

Subinterfaces of Dialog in com.atlassian.jira.webtest.framework.dialog
 interface AddGadgetDialog
          The 'Add gadget dialog' on the JIRA dashboard.
 interface DotDialog
          The one and only, the Dot Dialog (a.k.a.
 interface IssuePickerPopup
          Old style issue picker popup, used e.g in the convert to sub-task flow.
 interface PageDialog<D extends PageDialog<D,P>,P extends Page>
          A dialog bound to a particular page.
 interface SubmittableDialog<T extends SubmittableDialog<T,P>,P extends PageObject>
          Dialog with the ability of being submitted and closed (cancelled).
 

Uses of Dialog in com.atlassian.jira.webtest.framework.dialog.issueaction
 

Subinterfaces of Dialog in com.atlassian.jira.webtest.framework.dialog.issueaction
 interface IssueActionDialog<T extends IssueActionDialog<T>>
           Represents an 'issue action' dialog accessible from View Issue and Issue Navigator.
 interface LinkIssueDialog
          Represents the link issue dialog.
 

Uses of Dialog in com.atlassian.jira.webtest.framework.impl.selenium.dialog
 

Classes in com.atlassian.jira.webtest.framework.impl.selenium.dialog with type parameters of type Dialog
 class AbstractSeleniumAuiDialog<T extends Dialog<T>>
          

Abstract Selenium Dialog implementation representing an AUI dialog.

 class AbstractSeleniumDialog<T extends Dialog<T>>
          Abstract Selenium Dialog implementation, based on assumption that there is a single unique page element that unambiguously distinguishes an open dialog.
 class AbstractSeleniumDialogContent<C extends DialogContent<C,D>,D extends Dialog>
          TODO: Document this class / interface here
 class AbstractSeleniumPopup<D extends Dialog<D>>
           Abstract popup dialog implementation.
 class AbstractSeleniumPopupInPage<D extends Dialog<D>>
          Popup based on a page but not implementing page popup interface.
 

Classes in com.atlassian.jira.webtest.framework.impl.selenium.dialog that implement Dialog
 class AbstractSeleniumAuiDialog<T extends Dialog<T>>
          

Abstract Selenium Dialog implementation representing an AUI dialog.

 class AbstractSeleniumAuiPageDialog<D extends PageDialog<D,P>,P extends Page>
          Abstract Selenium implementation of PageDialog.
 class AbstractSeleniumDialog<T extends Dialog<T>>
          Abstract Selenium Dialog implementation, based on assumption that there is a single unique page element that unambiguously distinguishes an open dialog.
 class AbstractSeleniumPagePopup<D extends PageDialog<D,P>,P extends Page>
          Abstract Selenium implementation of PageDialog for popups.
 class AbstractSeleniumPopup<D extends Dialog<D>>
           Abstract popup dialog implementation.
 class AbstractSeleniumPopupInPage<D extends Dialog<D>>
          Popup based on a page but not implementing page popup interface.
 class SeleniumDotDialog
          DotDialog in the Selenium World™.
 class SeleniumIssuePickerPopup
          Selenium implementation of IssuePickerPopup.
 

Uses of Dialog in com.atlassian.jira.webtest.framework.impl.selenium.dialog.gadget
 

Classes in com.atlassian.jira.webtest.framework.impl.selenium.dialog.gadget that implement Dialog
 class AddGadgetDialogImpl
          Default implementation of AddGadgetDialog.
 

Uses of Dialog in com.atlassian.jira.webtest.framework.impl.selenium.dialog.issueaction
 

Classes in com.atlassian.jira.webtest.framework.impl.selenium.dialog.issueaction that implement Dialog
 class AbstractIssueActionDialog<T extends IssueActionDialog<T>>
          Abstract Selenium implementation of IssueActionDialog.
 class SeleniumLinkIssueDialog
          Selenium implementation of LinkIssueDialog.
 

Uses of Dialog in com.atlassian.jira.webtest.framework.impl.selenium.page.admin.applinks
 

Classes in com.atlassian.jira.webtest.framework.impl.selenium.page.admin.applinks that implement Dialog
 class SeleniumDeleteApplicationLink
          Selenium-backed delete application link dialog.
 class SeleniumNewAppLinksWizard
          Selenium-backed implementation of NewAppLinkWizard.
 

Uses of Dialog in com.atlassian.jira.webtest.framework.page.admin.applinks
 

Subinterfaces of Dialog in com.atlassian.jira.webtest.framework.page.admin.applinks
 interface DeleteApplicationLink
          Delete application link confirmation dialog.
 interface NewAppLinkWizard
          Represents the "New Application Link" dialog, which contains a wizard.
 

Uses of Dialog in com.atlassian.jira.webtest.framework.page.admin.plugins
 

Subinterfaces of Dialog in com.atlassian.jira.webtest.framework.page.admin.plugins
 interface InstallPluginDialog
          TODO: Document this class / interface here
 



Copyright © 2002-2013 Atlassian. All Rights Reserved.