com.atlassian.jira.webtest.framework.page.admin
Interface ConfigureScreen

All Superinterfaces:
ChildPage<ViewScreens>, Page, PageObject
All Known Implementing Classes:
SeleniumConfigureScreen

public interface ConfigureScreen
extends ChildPage<ViewScreens>

Represents configure screen administration page.

Since:
v4.3
See Also:
AdminPage

Method Summary
 AddFieldSection addFieldSection()
          Gets the representation of add field section on the page.
 Locator fieldTableLocator()
          Locator of the field table on the page
 Screen screen()
          Screen to be configured by this page (as passed to ViewScreens.goToConfigureScreen(com.atlassian.jira.webtest.framework.model.admin.Screen)).
 
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
 

Method Detail

screen

Screen screen()
Screen to be configured by this page (as passed to ViewScreens.goToConfigureScreen(com.atlassian.jira.webtest.framework.model.admin.Screen)).

Returns:
scrren of this configuration page

fieldTableLocator

Locator fieldTableLocator()
Locator of the field table on the page

Returns:
field table locator

addFieldSection

AddFieldSection addFieldSection()
Gets the representation of add field section on the page.

Returns:
add field section component instance


Copyright © 2002-2012 Atlassian. All Rights Reserved.