com.atlassian.confluence.pageobjects.component.dashboard
Class DashboardUpdatesContent

java.lang.Object
  extended by com.atlassian.confluence.pageobjects.component.dashboard.DashboardUpdatesContent

public class DashboardUpdatesContent
extends java.lang.Object

Represents the content of the recently updated panel.

Since:
4.1

Constructor Summary
DashboardUpdatesContent(DashboardUpdatesPanel.Tab tab, com.atlassian.pageobjects.elements.PageElement updatesPanel)
           
 
Method Summary
 com.atlassian.pageobjects.elements.query.TimedCondition containsPage(Page page)
           
 com.atlassian.pageobjects.elements.PageElement getContentElement()
           
 boolean isEmpty()
           
 com.atlassian.pageobjects.elements.query.TimedCondition isSelected()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DashboardUpdatesContent

public DashboardUpdatesContent(DashboardUpdatesPanel.Tab tab,
                               com.atlassian.pageobjects.elements.PageElement updatesPanel)
Method Detail

isSelected

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

isEmpty

public boolean isEmpty()

containsPage

public com.atlassian.pageobjects.elements.query.TimedCondition containsPage(Page page)

getContentElement

public com.atlassian.pageobjects.elements.PageElement getContentElement()


Copyright © 2003-2014 Atlassian. All Rights Reserved.