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

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

public class DialogLabelSection
extends AbstractLabelSection


Nested Class Summary
static class DialogLabelSection.EditableLabel
           
 
Nested classes/interfaces inherited from class com.atlassian.confluence.pageobjects.component.labels.AbstractLabelSection
AbstractLabelSection.Label
 
Field Summary
 
Fields inherited from class com.atlassian.confluence.pageobjects.component.labels.AbstractLabelSection
labelList, labels, pageBinder
 
Constructor Summary
DialogLabelSection(com.atlassian.pageobjects.elements.PageElement parentElement)
           
 
Method Summary
 List<String> getAllLabelText()
           
 Collection<DialogLabelSection.EditableLabel> getEditableLabels()
           
 com.atlassian.pageobjects.elements.query.TimedCondition labelsVisibleCondition()
           
 void removeLabel(String labelText)
           
 
Methods inherited from class com.atlassian.confluence.pageobjects.component.labels.AbstractLabelSection
hasLabel, hasLabelCondition, size
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DialogLabelSection

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

labelsVisibleCondition

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

getAllLabelText

public List<String> getAllLabelText()
Overrides:
getAllLabelText in class AbstractLabelSection

getEditableLabels

public Collection<DialogLabelSection.EditableLabel> getEditableLabels()

removeLabel

public void removeLabel(String labelText)


Copyright © 2003-2013 Atlassian. All Rights Reserved.