com.atlassian.jira.webtest.framework.dialog
Interface DialogContent<C extends DialogContent<C,D>,D extends Dialog>

All Superinterfaces:
Localizable, PageObject
All Known Subinterfaces:
NewAppLinkWizardStep1, NewAppLinkWizardStep2, NewAppLinkWizardStep3
All Known Implementing Classes:
AbstractSeleniumDialogContent, SeleniumNewAppLinkWizardStep1, SeleniumNewAppLinkWizardStep2, SeleniumNewAppLinkWizardStep3

public interface DialogContent<C extends DialogContent<C,D>,D extends Dialog>
extends PageObject, Localizable

A section of the page that is bound to a dialog.

Since:
v4.3

Method Summary
 D dialog()
          Returns the dialog that contains this content.
 
Methods inherited from interface com.atlassian.jira.webtest.framework.core.Localizable
locator
 
Methods inherited from interface com.atlassian.jira.webtest.framework.core.PageObject
context, isReady
 

Method Detail

dialog

D dialog()
Returns the dialog that contains this content.

Returns:
the dialog that contains this content.


Copyright © 2002-2013 Atlassian. All Rights Reserved.