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

Packages that use LocalizablePageObject
com.atlassian.jira.webtest.selenium.framework.components   
com.atlassian.jira.webtest.selenium.framework.dialogs   
 

Uses of LocalizablePageObject in com.atlassian.jira.webtest.selenium.framework.components
 

Classes in com.atlassian.jira.webtest.selenium.framework.components that implement LocalizablePageObject
 class CalendarPopup
          Represents the calendar popup on a page.
 

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

Subinterfaces of LocalizablePageObject in com.atlassian.jira.webtest.selenium.framework.dialogs
 interface Dialog
          Deprecated. since v4.3. Use Dialog instead.
 interface IssueActionDialog
          Deprecated. use IssueActionDialog instead
 interface SubmittableDialog
          Dialog with the ability of being submitted and closed (cancelled).
 

Classes in com.atlassian.jira.webtest.selenium.framework.dialogs that implement LocalizablePageObject
 class AbstractDialog<T extends AbstractDialog<T>>
          Abstract implementation of Dialog in terms of a locator marking this dialog's visible contents.
 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 ActionsDialog
          Test utility representing the Dot Dialog.
 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.