com.atlassian.jira.pageobjects.dialogs
Class LabelsDialog

java.lang.Object
  extended by com.atlassian.jira.pageobjects.dialogs.JiraDialog
      extended by com.atlassian.jira.pageobjects.dialogs.FormDialog
          extended by com.atlassian.jira.pageobjects.dialogs.LabelsDialog

public class LabelsDialog
extends FormDialog


Field Summary
static String EDIT_LABELS_DIALOG
           
 
Fields inherited from class com.atlassian.jira.pageobjects.dialogs.FormDialog
form, FORM_SUBMITTING_CLASS, header, loading, messages
 
Fields inherited from class com.atlassian.jira.pageobjects.dialogs.JiraDialog
binder, CONTENT_AREA_CLASS, CONTENT_READY_CLASS, DIALOG_CLASS, DIALOG_OPEN_CLASS, driver, extendedFinder, HEADING_AREA_CLASS, id, locator, queryFactory
 
Constructor Summary
LabelsDialog()
           
LabelsDialog(String labelId)
           
 
Method Summary
 void addLabels(List<String> labels)
           
 LabelsDialog clearLabelsQuery()
           
 com.atlassian.pageobjects.elements.query.TimedQuery<Boolean> isNotificationsChecked()
           
 MultiSelect labelsPicker()
           
 LabelsDialog queryLabels(CharSequence labelQuery)
           
 boolean submit()
           
 LabelsDialog toggleNotifications()
           
 
Methods inherited from class com.atlassian.jira.pageobjects.dialogs.FormDialog
assertDialogClosed, assertDialogOpen, close, escape, getAuiMessage, getDialogElement, getFormErrorElements, getFormErrorList, getFormErrors, getTimedTitle, getTitle, hasFormErrors, initAbstractDialog, messages, ready, setElement, submit, submit, submit, waitForFormErrors, waitUntilClosed, waitUntilHidden, waitWhileSubmitting
 
Methods inherited from class com.atlassian.jira.pageobjects.dialogs.JiraDialog
find, find, findAll, findAll, isClosed, isInDOM, isOpen, waitUntilFinishedLoading
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EDIT_LABELS_DIALOG

public static final String EDIT_LABELS_DIALOG
See Also:
Constant Field Values
Constructor Detail

LabelsDialog

public LabelsDialog()

LabelsDialog

public LabelsDialog(String labelId)
Method Detail

addLabels

public void addLabels(List<String> labels)

labelsPicker

public MultiSelect labelsPicker()

queryLabels

public LabelsDialog queryLabels(CharSequence labelQuery)

clearLabelsQuery

public LabelsDialog clearLabelsQuery()

submit

public boolean submit()

isNotificationsChecked

public com.atlassian.pageobjects.elements.query.TimedQuery<Boolean> isNotificationsChecked()

toggleNotifications

public LabelsDialog toggleNotifications()


Copyright © 2002-2013 Atlassian. All Rights Reserved.