com.atlassian.jira.webtest.selenium.framework.dialogs
Class EditLabelsDialog

java.lang.Object
  extended by com.atlassian.jira.webtest.selenium.framework.core.AbstractSeleniumPageObject
      extended by com.atlassian.jira.webtest.selenium.framework.dialogs.AbstractDialog<T>
          extended by com.atlassian.jira.webtest.selenium.framework.dialogs.AbstractSubmittableDialog<T>
              extended by com.atlassian.jira.webtest.selenium.framework.dialogs.AbstractIssueDialog<EditLabelsDialog>
                  extended by com.atlassian.jira.webtest.selenium.framework.dialogs.EditLabelsDialog
All Implemented Interfaces:
Cancelable<SubmittableDialog>, LocalizablePageObject, PageObject, Submittable<SubmittableDialog>, Dialog, IssueActionDialog, SubmittableDialog

public final class EditLabelsDialog
extends AbstractIssueDialog<EditLabelsDialog>

Represents the "Edit labels" dialog.

Since:
v4.1

Field Summary
 
Fields inherited from class com.atlassian.jira.webtest.selenium.framework.dialogs.AbstractIssueDialog
actionsDialog, DIALOG_CONTENT_READY_SELECTOR, issueNavigator, viewIssue, VISIBLE_DIALOG_CONTENT_SELECTOR
 
Fields inherited from class com.atlassian.jira.webtest.selenium.framework.core.AbstractSeleniumPageObject
assertThat, client, context
 
Constructor Summary
EditLabelsDialog(SeleniumContext ctx)
           
 
Method Summary
 EditLabelsContents contents()
           
protected  String dialogContentsReadyLocator()
           Subclasses may override this method to provide dialog-specific contents locator, whose presence will indicate that the dialog contents have been loaded and the dialog is generally ready to use.
 EditLabelsDialog openFromViewIssueForCustomField(Long customFieldId)
           
 
Methods inherited from class com.atlassian.jira.webtest.selenium.framework.dialogs.AbstractIssueDialog
actionName, assertNotOpen, assertReady, cancelTriggerLocator, isOpenable, issueOperation, open, openFromIssueNav, openFromViewIssue, submit, submitTriggerLocator, visibleDialogContentsLocator
 
Methods inherited from class com.atlassian.jira.webtest.selenium.framework.dialogs.AbstractSubmittableDialog
afterSubmit, cancel, closeByEscape, submit, submit
 
Methods inherited from class com.atlassian.jira.webtest.selenium.framework.dialogs.AbstractDialog
assertReady, asTargetType, inDialog, isClosed, isOpen, locator
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.atlassian.jira.webtest.selenium.framework.dialogs.Dialog
inDialog, isClosed, isOpen
 
Methods inherited from interface com.atlassian.jira.webtest.selenium.framework.core.PageObject
assertReady
 
Methods inherited from interface com.atlassian.jira.webtest.selenium.framework.core.LocalizablePageObject
locator
 

Constructor Detail

EditLabelsDialog

public EditLabelsDialog(SeleniumContext ctx)
Method Detail

openFromViewIssueForCustomField

public EditLabelsDialog openFromViewIssueForCustomField(Long customFieldId)

dialogContentsReadyLocator

protected String dialogContentsReadyLocator()
Description copied from class: AbstractDialog

Subclasses may override this method to provide dialog-specific contents locator, whose presence will indicate that the dialog contents have been loaded and the dialog is generally ready to use.

If the locator has not prefix, it must be relative to the dialog contents locator, as it will be appended to the main dialog locator. Locators containing prefix will be used as the stand.

Overrides:
dialogContentsReadyLocator in class AbstractDialog<EditLabelsDialog>
Returns:
dialog-specific locator of a characteristic element of dialog contents.

contents

public EditLabelsContents contents()


Copyright © 2002-2013 Atlassian. All Rights Reserved.