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