Class DashboardEntitiesTab
- java.lang.Object
 - 
- com.atlassian.confluence.pageobjects.component.ConfluenceAbstractPageComponent
 - 
- com.atlassian.confluence.pageobjects.component.dashboard.DashboardEntitiesTab
 
 
 
- 
- All Implemented Interfaces:
 PageComponent
- Direct Known Subclasses:
 DashboardPagesTab
@Deprecated public abstract class DashboardEntitiesTab extends ConfluenceAbstractPageComponent
Deprecated.in 5.8. UseDashboardEntitiesTabinstead from maven modulecom.atlassian.confluence:confluence-webdriver-pageobjects. See the new README.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, javascriptExecutor, pageBinder, pageElementFinder, timeouts 
 - 
 
- 
Constructor Summary
Constructors Constructor Description DashboardEntitiesTab()Deprecated. 
- 
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected abstract org.openqa.selenium.BygetPaneLocator()Deprecated.StringgetText()Deprecated.booleanisVisible()Deprecated. 
 - 
 
- 
- 
Method Detail
- 
isVisible
public boolean isVisible()
Deprecated. 
- 
getText
public String getText()
Deprecated. 
- 
getPaneLocator
protected abstract org.openqa.selenium.By getPaneLocator()
Deprecated. 
 - 
 
 -