com.atlassian.jira.pageobjects.pages.admin
Class AddFieldScreenDialog

java.lang.Object
  extended by com.atlassian.jira.pageobjects.dialogs.FormDialog
      extended by com.atlassian.jira.pageobjects.pages.admin.AddFieldScreenDialog

public class AddFieldScreenDialog
extends FormDialog

Represents the "add field screen" dialog available from the the ViewFieldScreensPage.

Since:
v5.0.1

Field Summary
 
Fields inherited from class com.atlassian.jira.pageobjects.dialogs.FormDialog
binder, driver, extendedFinder, form, header, id, loading, locator, messages, queryFactory, timeouts
 
Constructor Summary
AddFieldScreenDialog()
           
 
Method Summary
 void init()
           
 AddFieldScreenDialog setDescription(String description)
           
 AddFieldScreenDialog setName(String name)
           
 void submit()
          Submits this dialog.
 ConfigureScreen submitSuccess()
          Submits the dialog expecting a success response and a redirect to the ConfigureScreen page.
 
Methods inherited from class com.atlassian.jira.pageobjects.dialogs.FormDialog
assertDialogClosed, assertDialogOpen, close, escape, find, find, findAll, findAll, getAuiMessage, getDialogElement, getFormErrorElements, getFormErrorList, getFormErrors, getTimedTitle, getTitle, hasFormErrors, initAbstractDialog, isOpen, isOpenTimed, messages, ready, setElement, submit, submit, submit, waitForFormErrors, waitUntilClosed, waitUntilHidden, waitWhileSubmitting
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddFieldScreenDialog

public AddFieldScreenDialog()
Method Detail

init

public void init()

setName

public AddFieldScreenDialog setName(String name)

setDescription

public AddFieldScreenDialog setDescription(String description)

submitSuccess

public ConfigureScreen submitSuccess()
Submits the dialog expecting a success response and a redirect to the ConfigureScreen page.

Returns:
An instance of the ConfigureScreen page.

submit

public void submit()
Submits this dialog.



Copyright © 2002-2012 Atlassian. All Rights Reserved.