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

java.lang.Object
  extended by com.atlassian.confluence.pageobjects.component.ConfluenceAbstractPageComponent
      extended by com.atlassian.confluence.pageobjects.component.dashboard.DashboardEntitiesTab
All Implemented Interfaces:
PageComponent
Direct Known Subclasses:
DashboardNetworkTab, DashboardPagesTab, DashboardSpacesTab

public abstract class DashboardEntitiesTab
extends ConfluenceAbstractPageComponent

Represents a single tab in the dashboard's entities panel.

Since:
4.1

Field Summary
 
Fields inherited from class com.atlassian.confluence.pageobjects.component.ConfluenceAbstractPageComponent
driver, frameExecutor, pageBinder, pageElementFinder, timeouts, waiter
 
Constructor Summary
DashboardEntitiesTab()
           
 
Method Summary
protected abstract  org.openqa.selenium.By getPaneLocator()
           
 java.lang.String getText()
           
 boolean 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
 

Constructor Detail

DashboardEntitiesTab

public DashboardEntitiesTab()
Method Detail

isVisible

public boolean isVisible()

getText

public java.lang.String getText()

getPaneLocator

protected abstract org.openqa.selenium.By getPaneLocator()


Copyright © 2003-2014 Atlassian. All Rights Reserved.