Uses of Class
com.atlassian.confluence.pageobjects.selenium3.component.dashboard.DashboardUpdatesPanel.Tab
-
Packages that use DashboardUpdatesPanel.Tab Package Description com.atlassian.confluence.pageobjects.selenium3.component.dashboard com.atlassian.confluence.pageobjects.selenium3.page -
-
Uses of DashboardUpdatesPanel.Tab in com.atlassian.confluence.pageobjects.selenium3.component.dashboard
Methods in com.atlassian.confluence.pageobjects.selenium3.component.dashboard that return DashboardUpdatesPanel.Tab Modifier and Type Method Description static DashboardUpdatesPanel.Tab
DashboardUpdatesPanel.Tab. fromString(String tabName)
DashboardUpdatesPanel.Tab
DashboardUpdatesPanel. getSelectedTab()
Deprecated.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.selenium3.component.dashboard with parameters of type DashboardUpdatesPanel.Tab Modifier and Type Method Description DashboardUpdatesContent
DashboardUpdatesPanel. gotoTab(DashboardUpdatesPanel.Tab tab)
Deprecated.<T> T
DashboardUpdatesPanel. gotoTab(DashboardUpdatesPanel.Tab tab, Class<T> tabWebElement, Object... args)
Deprecated.Constructors in com.atlassian.confluence.pageobjects.selenium3.component.dashboard with parameters of type DashboardUpdatesPanel.Tab Constructor Description DashboardUpdatesContent(DashboardUpdatesPanel.Tab tab, com.atlassian.pageobjects.elements.PageElement updatesPanel)
Deprecated. -
Uses of DashboardUpdatesPanel.Tab in com.atlassian.confluence.pageobjects.selenium3.page
Constructors in com.atlassian.confluence.pageobjects.selenium3.page with parameters of type DashboardUpdatesPanel.Tab Constructor Description DashboardPage(DashboardUpdatesPanel.Tab selectedTab)
Deprecated.
-