com.atlassian.jira.webtest.framework.page
Interface ChildPage<T extends Page>

Type Parameters:
T - type of the parent page
All Superinterfaces:
Page, PageObject
All Known Subinterfaces:
ConfigureScreen, CreateNewDashboard, EditGeneralConfiguration, IssueActionPage, SubmittableChildPage<P>
All Known Implementing Classes:
AbstractSeleniumChildPage, AbstractSeleniumSubmittableChildPage, CreateNewDashboardImpl, SeleniumConfigureScreen, SeleniumEditGeneralConfiguration, SeleniumForm

public interface ChildPage<T extends Page>
extends Page

A page that is accessed via a main, parent page and has a link to it.

Since:
v4.3

Method Summary
 T back()
          Go back to the parent page.
 
Methods inherited from interface com.atlassian.jira.webtest.framework.page.Page
isAt
 
Methods inherited from interface com.atlassian.jira.webtest.framework.core.PageObject
context, isReady
 

Method Detail

back

T back()
Go back to the parent page.

Returns:
parent page instance


Copyright © 2002-2013 Atlassian. All Rights Reserved.