com.atlassian.confluence.pageobjects.page
Class DashboardPage

java.lang.Object
  extended by com.atlassian.confluence.pageobjects.page.ConfluenceAbstractPage
      extended by com.atlassian.confluence.pageobjects.page.DashboardPage
All Implemented Interfaces:
com.atlassian.pageobjects.Page, com.atlassian.pageobjects.page.HomePage<ConfluenceHeader>

public class DashboardPage
extends ConfluenceAbstractPage
implements com.atlassian.pageobjects.page.HomePage<ConfluenceHeader>

Page object implementation for the Dashbaord page in Confluence.

Since:
4.1

Field Summary
 
Fields inherited from class com.atlassian.confluence.pageobjects.page.ConfluenceAbstractPage
driver, pageBinder, waiter
 
Constructor Summary
DashboardPage()
           
DashboardPage(DashboardUpdatesPanel.Tab selectedTab)
           
 
Method Summary
 AddSpaceDialog clickAddSpace()
           
 DashboardEntitiesPanel getDashboardPanel()
           
 DashboardUpdatesPanel getDashboardUpdatesPanel()
           
 String getUrl()
           
 
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
 
Methods inherited from interface com.atlassian.pageobjects.page.HomePage
getHeader
 

Constructor Detail

DashboardPage

public DashboardPage()

DashboardPage

public DashboardPage(DashboardUpdatesPanel.Tab selectedTab)
Method Detail

getUrl

public String getUrl()
Specified by:
getUrl in interface com.atlassian.pageobjects.Page

getDashboardPanel

public DashboardEntitiesPanel getDashboardPanel()

getDashboardUpdatesPanel

public DashboardUpdatesPanel getDashboardUpdatesPanel()

clickAddSpace

public AddSpaceDialog clickAddSpace()


Copyright © 2003-2012 Atlassian. All Rights Reserved.