Uses of Interface
com.atlassian.jira.webtest.selenium.framework.core.Submittable

Packages that use Submittable
com.atlassian.jira.webtest.selenium.framework.dialogs   
 

Uses of Submittable in com.atlassian.jira.webtest.selenium.framework.dialogs
 

Subinterfaces of Submittable in com.atlassian.jira.webtest.selenium.framework.dialogs
 interface SubmittableDialog
          Dialog with the ability of being submitted and closed (cancelled).
 

Classes in com.atlassian.jira.webtest.selenium.framework.dialogs that implement Submittable
 class AbstractIssueDialog<T extends AbstractIssueDialog<T>>
          Base class for utility classes representing JIRA issue action dialogs.
 class AbstractSubmittableDialog<T extends AbstractSubmittableDialog<T>>
          Abstract implementation of SubmittableDialog in terms of abstract locators of the cancel and submit button.
 class AddCommentDialog
          Test utility representing the Dot Dialog.
 class AttachFileDialog
          Opens and maintains the AttachFileDialog.
 class DeleteIssueLinkDialog
          TODO: Document this class / interface here
 class EditLabelsDialog
          Represents the "Edit labels" dialog.
 class GenericDialog
          Represents a generic dialog that can be used for common assertions such as if the dialog is open etc.
 class LinkIssueDialog
          Representation of the link issue dialog.
 class LogWorkDialog
          Represents the "Log Work" dialog.
 class QuickCreateIssue
          'Quick create issue' dialog.
 class QuickCreateSubtask
          Quick Create subtask dialog
 class WorkflowTransitionDialog
          Generic workflow transition dialog implementation.
 



Copyright © 2002-2013 Atlassian. All Rights Reserved.