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

java.lang.Object
  extended by com.atlassian.confluence.pageobjects.page.ConfluenceAbstractPage
      extended by com.atlassian.confluence.pageobjects.component.dashboard.DashboardUpdatesContent
All Implemented Interfaces:
com.atlassian.pageobjects.Page

public class DashboardUpdatesContent
extends ConfluenceAbstractPage

Represents the content of the recently updated panel.

Since:
4.1

Field Summary
 
Fields inherited from class com.atlassian.confluence.pageobjects.page.ConfluenceAbstractPage
driver, pageBinder, waiter
 
Constructor Summary
DashboardUpdatesContent(DashboardUpdatesPanel.Tab tab)
           
 
Method Summary
 boolean containsPage(Page page)
           
 org.openqa.selenium.WebElement getContentElement()
           
 String getUrl()
           
 boolean isEmpty()
           
 void waitUntilSelected()
           
 
Methods inherited from class com.atlassian.confluence.pageobjects.page.ConfluenceAbstractPage
doWait, getAlert, getBrowseMenu, getComponent, getHeader, getUserMenu, isLoggedIn, setSetupComplete
 
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)
Method Detail

waitUntilSelected

public void waitUntilSelected()

isEmpty

public boolean isEmpty()

containsPage

public boolean containsPage(Page page)

getContentElement

public org.openqa.selenium.WebElement getContentElement()

getUrl

public String getUrl()


Copyright © 2003-2012 Atlassian. All Rights Reserved.