Uses of Class
com.atlassian.confluence.pageobjects.component.dialog.LabelsDialog

Packages that use LabelsDialog
com.atlassian.confluence.pageobjects.component.dialog   
com.atlassian.confluence.pageobjects.component.labels   
com.atlassian.confluence.pageobjects.page.content   
com.atlassian.confluence.pageobjects.page.space   
 

Uses of LabelsDialog in com.atlassian.confluence.pageobjects.component.dialog
 

Methods in com.atlassian.confluence.pageobjects.component.dialog that return LabelsDialog
 LabelsDialog LabelsDialog.addLabel(java.lang.String label)
          Types in the label input and clicks add.
 LabelsDialog LabelsDialog.addLabelAndWait(java.lang.String label)
          Types in the label input and clicks add.
 LabelsDialog LabelsDialog.addLabelWithAutocomplete(java.lang.String autocompleteText, java.lang.String expectedLabel)
           
 LabelsDialog LabelsDialog.removeLabel(java.lang.String labelText)
           
 

Uses of LabelsDialog in com.atlassian.confluence.pageobjects.component.labels
 

Methods in com.atlassian.confluence.pageobjects.component.labels that return LabelsDialog
 LabelsDialog PageLabelsSection.openLabelsDialog()
           
 

Uses of LabelsDialog in com.atlassian.confluence.pageobjects.page.content
 

Methods in com.atlassian.confluence.pageobjects.page.content that return LabelsDialog
 LabelsDialog ViewPageAnonymous.openLabelsDialog()
           
 LabelsDialog ViewPage.openLabelsDialog()
           
 LabelsDialog Editor.openLabelsDialog()
           
 LabelsDialog AbstractEditorPage.openLabelsDialog()
          Deprecated. since 5.4 use Editor.openLabelsDialog()
 LabelsDialog ViewPageAnonymous.openLabelsDialogViaKeyboard()
           
 LabelsDialog ViewPage.openLabelsDialogViaKeyboard()
           
 

Uses of LabelsDialog in com.atlassian.confluence.pageobjects.page.space
 

Methods in com.atlassian.confluence.pageobjects.page.space that return LabelsDialog
 LabelsDialog CreatePageTemplate.openLabelsDialog()
           
 



Copyright © 2003-2013 Atlassian. All Rights Reserved.