com.atlassian.confluence.pageobjects.component.labels
Class PageLabelsSection

java.lang.Object
  extended by com.atlassian.confluence.pageobjects.component.labels.AbstractLabelSection
      extended by com.atlassian.confluence.pageobjects.component.labels.PageLabelsSection
All Implemented Interfaces:
PageComponent

public class PageLabelsSection
extends AbstractLabelSection


Nested Class Summary
 
Nested classes/interfaces inherited from class com.atlassian.confluence.pageobjects.component.labels.AbstractLabelSection
AbstractLabelSection.Label
 
Field Summary
protected  com.atlassian.pageobjects.PageBinder pageBinder
           
 
Fields inherited from class com.atlassian.confluence.pageobjects.component.labels.AbstractLabelSection
labelList
 
Constructor Summary
PageLabelsSection(com.atlassian.pageobjects.elements.PageElement parentElement)
           
 
Method Summary
 com.atlassian.pageobjects.elements.query.TimedCondition editLabelButtonVisible()
           
 java.util.List<AbstractLabelSection.Label> getLabels()
           
 LabelsDialog getLabelsDialog()
           
 com.atlassian.pageobjects.elements.query.TimedCondition noLabelsVisibleCondition()
           
 LabelsDialog openLabelsDialog()
           
 
Methods inherited from class com.atlassian.confluence.pageobjects.component.labels.AbstractLabelSection
findLabels, getAllLabelText, hasLabel, hasLabelCondition, labelsVisibleCondition, size
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pageBinder

@Inject
protected com.atlassian.pageobjects.PageBinder pageBinder
Constructor Detail

PageLabelsSection

public PageLabelsSection(com.atlassian.pageobjects.elements.PageElement parentElement)
Method Detail

noLabelsVisibleCondition

public com.atlassian.pageobjects.elements.query.TimedCondition noLabelsVisibleCondition()

openLabelsDialog

public LabelsDialog openLabelsDialog()

getLabelsDialog

public LabelsDialog getLabelsDialog()

editLabelButtonVisible

public com.atlassian.pageobjects.elements.query.TimedCondition editLabelButtonVisible()

getLabels

public java.util.List<AbstractLabelSection.Label> getLabels()


Copyright © 2003-2014 Atlassian. All Rights Reserved.