Uses of Class
com.atlassian.confluence.pageobjects.component.dashboard.DashboardUpdatesPanel.Tab

Packages that use DashboardUpdatesPanel.Tab
com.atlassian.confluence.pageobjects.component.dashboard   
com.atlassian.confluence.pageobjects.page   
 

Uses of DashboardUpdatesPanel.Tab in com.atlassian.confluence.pageobjects.component.dashboard
 

Methods in com.atlassian.confluence.pageobjects.component.dashboard that return DashboardUpdatesPanel.Tab
static DashboardUpdatesPanel.Tab DashboardUpdatesPanel.Tab.fromString(String tabName)
           
 DashboardUpdatesPanel.Tab DashboardUpdatesPanel.getSelectedTab()
           
static DashboardUpdatesPanel.Tab DashboardUpdatesPanel.Tab.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DashboardUpdatesPanel.Tab[] DashboardUpdatesPanel.Tab.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.atlassian.confluence.pageobjects.component.dashboard with parameters of type DashboardUpdatesPanel.Tab
 DashboardUpdatesContent DashboardUpdatesPanel.gotoTab(DashboardUpdatesPanel.Tab tab)
           
<T> T
DashboardUpdatesPanel.gotoTab(DashboardUpdatesPanel.Tab tab, Class<T> tabWebElement, Object... args)
           
 boolean DashboardUpdatesPanel.tabIsVisible(DashboardUpdatesPanel.Tab tab)
           
 

Constructors in com.atlassian.confluence.pageobjects.component.dashboard with parameters of type DashboardUpdatesPanel.Tab
DashboardUpdatesContent(DashboardUpdatesPanel.Tab tab, com.atlassian.pageobjects.elements.PageElement updatesPanel)
           
 

Uses of DashboardUpdatesPanel.Tab in com.atlassian.confluence.pageobjects.page
 

Constructors in com.atlassian.confluence.pageobjects.page with parameters of type DashboardUpdatesPanel.Tab
DashboardPage(DashboardUpdatesPanel.Tab selectedTab)
           
 



Copyright © 2003–2015 Atlassian. All rights reserved.