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

All Superinterfaces:
Component<ConfigureScreen>, PageObject, PageSection<ConfigureScreen>
All Known Implementing Classes:
SeleniumAddFieldSection

public interface AddFieldSection
extends PageSection<ConfigureScreen>

Represents the section of the 'Configure screens' page that is used to add a new field.

Since:
v4.3
See Also:
ConfigureScreen

Method Summary
 SeleniumLocator addFieldSelectLocator()
          Locator of the multi-select of fields.
 SeleniumLocator addFieldSubmitLocator()
          Locator of the 'Add Fields' submit button within the section.
 MultiSelect selectFields()
          Multi-select object representing the fields multi-select.
 AddFieldSection submitAdd()
          Submit selected fields and add them to the screen
 
Methods inherited from interface com.atlassian.jira.webtest.framework.page.PageSection
page
 
Methods inherited from interface com.atlassian.jira.webtest.framework.core.component.Component
parent
 
Methods inherited from interface com.atlassian.jira.webtest.framework.core.PageObject
context, isReady
 

Method Detail

addFieldSelectLocator

SeleniumLocator addFieldSelectLocator()
Locator of the multi-select of fields.

Returns:
field multi-select locator

addFieldSubmitLocator

SeleniumLocator addFieldSubmitLocator()
Locator of the 'Add Fields' submit button within the section.

Returns:
'Add Fields' submit locator

selectFields

MultiSelect selectFields()
Multi-select object representing the fields multi-select.

Returns:
fields multi-select

submitAdd

AddFieldSection submitAdd()
Submit selected fields and add them to the screen

Returns:
this AddFieldSection instance


Copyright © 2002-2012 Atlassian. All Rights Reserved.