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

java.lang.Object
  extended by com.atlassian.confluence.pageobjects.component.ConfluenceAbstractPageComponent
      extended by com.atlassian.confluence.pageobjects.component.dashboard.DashboardUpdatesPanel
All Implemented Interfaces:
PageComponent

public class DashboardUpdatesPanel
extends ConfluenceAbstractPageComponent

Represents the recently updated panel on the right of the dashboard.

Since:
4.1

Nested Class Summary
static class DashboardUpdatesPanel.Tab
           
 
Field Summary
 
Fields inherited from class com.atlassian.confluence.pageobjects.component.ConfluenceAbstractPageComponent
driver, pageBinder, poller
 
Constructor Summary
DashboardUpdatesPanel()
           
 
Method Summary
 org.openqa.selenium.WebElement getPanel()
           
 DashboardUpdatesPanel.Tab getSelectedTab()
           
 DashboardUpdatesContent gotoTab(DashboardUpdatesPanel.Tab tab)
           
 boolean tabIsVisible(DashboardUpdatesPanel.Tab tab)
           
 
Methods inherited from class com.atlassian.confluence.pageobjects.component.ConfluenceAbstractPageComponent
getComponent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DashboardUpdatesPanel

public DashboardUpdatesPanel()
Method Detail

gotoTab

public DashboardUpdatesContent gotoTab(DashboardUpdatesPanel.Tab tab)

getSelectedTab

public DashboardUpdatesPanel.Tab getSelectedTab()

tabIsVisible

public boolean tabIsVisible(DashboardUpdatesPanel.Tab tab)

getPanel

public org.openqa.selenium.WebElement getPanel()


Copyright © 2003-2012 Atlassian. All Rights Reserved.