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

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.DashboardNetworkTab
All Implemented Interfaces:
PageComponent

public class DashboardNetworkTab
extends DashboardEntitiesTab

Represents the network tab in the dashboard's entities panel

Since:
4.1

Field Summary
 org.openqa.selenium.By TAB_PANE_LOCATOR
           
 
Fields inherited from class com.atlassian.confluence.pageobjects.component.ConfluenceAbstractPageComponent
driver, pageBinder, pageElementFinder, waiter
 
Constructor Summary
DashboardNetworkTab()
           
 
Method Summary
protected  org.openqa.selenium.By getPaneLocator()
           
 boolean isUserPresent(User user)
           
 
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 final org.openqa.selenium.By TAB_PANE_LOCATOR
Constructor Detail

DashboardNetworkTab

public DashboardNetworkTab()
Method Detail

getPaneLocator

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

isUserPresent

public boolean isUserPresent(User user)


Copyright © 2003-2013 Atlassian. All Rights Reserved.