com.atlassian.jira.webtest.framework.page
Interface SubmittableChildPage<P extends Page>

All Superinterfaces:
ChildPage<P>, Page, PageObject, Submittable<P>
All Known Subinterfaces:
EditGeneralConfiguration
All Known Implementing Classes:
AbstractSeleniumSubmittableChildPage, SeleniumEditGeneralConfiguration, SeleniumForm

public interface SubmittableChildPage<P extends Page>
extends ChildPage<P>, Submittable<P>

A child page that is able to submit itself and go back to its parent.

Since:
v4.3

Method Summary
 
Methods inherited from interface com.atlassian.jira.webtest.framework.page.ChildPage
back
 
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
 
Methods inherited from interface com.atlassian.jira.webtest.framework.core.Submittable
submit
 



Copyright © 2002-2013 Atlassian. All Rights Reserved.