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, labels
 
Constructor Summary
PageLabelsSection(com.atlassian.pageobjects.elements.PageElement parentElement)
           
 
Method Summary
 com.atlassian.pageobjects.elements.query.TimedCondition editLabelButtonVisible()
           
 List<AbstractLabelSection.Label> getLabels()
           
 com.atlassian.pageobjects.elements.query.TimedCondition labelsVisibleCondition()
           
 LabelsDialog openLabelsDialog()
           
 
Methods inherited from class com.atlassian.confluence.pageobjects.component.labels.AbstractLabelSection
getAllLabelText, hasLabel, hasLabelCondition, 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

labelsVisibleCondition

public com.atlassian.pageobjects.elements.query.TimedCondition labelsVisibleCondition()
Specified by:
labelsVisibleCondition in class AbstractLabelSection

openLabelsDialog

public LabelsDialog openLabelsDialog()

editLabelButtonVisible

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

getLabels

public List<AbstractLabelSection.Label> getLabels()


Copyright © 2003-2013 Atlassian. All Rights Reserved.