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

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

public class DashboardEntitiesPanel
extends ConfluenceAbstractPageComponent

Represents the panel on the left of the dashboard that allows the user to browse spaces, pages and their network.

Since:
4.1

Field Summary
 
Fields inherited from class com.atlassian.confluence.pageobjects.component.ConfluenceAbstractPageComponent
driver, pageBinder, waiter
 
Constructor Summary
DashboardEntitiesPanel()
           
 
Method Summary
 DashboardNetworkTab gotoNetworkTab()
           
 DashboardPagesTab gotoPagesTab()
           
 DashboardSpacesTab gotoSpacesTab()
           
 
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

DashboardEntitiesPanel

public DashboardEntitiesPanel()
Method Detail

gotoPagesTab

public DashboardPagesTab gotoPagesTab()

gotoSpacesTab

public DashboardSpacesTab gotoSpacesTab()

gotoNetworkTab

public DashboardNetworkTab gotoNetworkTab()


Copyright © 2003-2012 Atlassian. All Rights Reserved.