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, frameExecutor, pageBinder, pageElementFinder, timeouts, waiter
 
Constructor Summary
DashboardUpdatesPanel()
           
 
Method Summary
 com.atlassian.pageobjects.elements.PageElement getMovieLink()
           
 DashboardUpdatesPanel.Tab getSelectedTab()
           
 DashboardUpdatesContent gotoTab(DashboardUpdatesPanel.Tab tab)
           
<T> T
gotoTab(DashboardUpdatesPanel.Tab tab, java.lang.Class<T> tabWebElement, java.lang.Object... args)
           
 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 <T> T gotoTab(DashboardUpdatesPanel.Tab tab,
                     java.lang.Class<T> tabWebElement,
                     java.lang.Object... args)

gotoTab

public DashboardUpdatesContent gotoTab(DashboardUpdatesPanel.Tab tab)

getSelectedTab

public DashboardUpdatesPanel.Tab getSelectedTab()

tabIsVisible

public boolean tabIsVisible(DashboardUpdatesPanel.Tab tab)

getMovieLink

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


Copyright © 2003-2014 Atlassian. All Rights Reserved.