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

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

public class DashboardSpacesTab
extends DashboardEntitiesTab

Represents the spaces tab in the dashboard's entities panel

Since:
4.1

Field Summary
static org.openqa.selenium.By TAB_PANE_LOCATOR
           
 
Fields inherited from class com.atlassian.confluence.pageobjects.component.ConfluenceAbstractPageComponent
driver, pageBinder, waiter
 
Constructor Summary
DashboardSpacesTab()
           
 
Method Summary
 FavouriteSpace getFavouriteSpace(Space space)
           
protected  org.openqa.selenium.By getPaneLocator()
           
 boolean isSpacePresent(Space space)
           
 boolean isSpacePresent(Space space, String section)
           
 
Methods inherited from class com.atlassian.confluence.pageobjects.component.dashboard.DashboardEntitiesTab
getText, isVisible
 
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
 

Field Detail

TAB_PANE_LOCATOR

public static final org.openqa.selenium.By TAB_PANE_LOCATOR
Constructor Detail

DashboardSpacesTab

public DashboardSpacesTab()
Method Detail

getPaneLocator

protected org.openqa.selenium.By getPaneLocator()
Specified by:
getPaneLocator in class DashboardEntitiesTab

isSpacePresent

public boolean isSpacePresent(Space space)

isSpacePresent

public boolean isSpacePresent(Space space,
                              String section)

getFavouriteSpace

public FavouriteSpace getFavouriteSpace(Space space)


Copyright © 2003-2012 Atlassian. All Rights Reserved.