com.atlassian.jira.webtest.selenium.framework.dialogs
Interface SubmittableDialog

All Superinterfaces:
Cancelable<SubmittableDialog>, Dialog, LocalizablePageObject, PageObject, Submittable<SubmittableDialog>
All Known Implementing Classes:
AbstractIssueDialog, AbstractSubmittableDialog, AddCommentDialog, AttachFileDialog, DeleteIssueLinkDialog, EditLabelsDialog, GenericDialog, LinkIssueDialog, LogWorkDialog, QuickCreateIssue, QuickCreateSubtask, WorkflowTransitionDialog

public interface SubmittableDialog
extends Dialog, Submittable<SubmittableDialog>, Cancelable<SubmittableDialog>

Dialog with the ability of being submitted and closed (cancelled). In practice most of the dialogs in JIRA is.

Since:
v4.2

Method Summary
 String cancelTriggerLocator()
          Cancel button locator within the dialog.
 String submitTriggerLocator()
          Submit button locator within the dialog.
 
Methods inherited from interface com.atlassian.jira.webtest.selenium.framework.dialogs.Dialog
inDialog, isClosed, isOpen, isOpenable, open
 
Methods inherited from interface com.atlassian.jira.webtest.selenium.framework.core.LocalizablePageObject
locator
 
Methods inherited from interface com.atlassian.jira.webtest.selenium.framework.core.Submittable
afterSubmit, submit, submit
 
Methods inherited from interface com.atlassian.jira.webtest.selenium.framework.core.Cancelable
cancel
 
Methods inherited from interface com.atlassian.jira.webtest.selenium.framework.core.PageObject
assertReady
 

Method Detail

cancelTriggerLocator

String cancelTriggerLocator()
Cancel button locator within the dialog.

Returns:
cancel button locator

submitTriggerLocator

String submitTriggerLocator()
Submit button locator within the dialog.

Returns:
submit button locator


Copyright © 2002-2013 Atlassian. All Rights Reserved.