Package | Description |
---|---|
com.atlassian.confluence.pageobjects.component.dashboard | |
com.atlassian.confluence.pageobjects.page |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
DashboardUpdatesContent |
DashboardUpdatesPanel.gotoTab(DashboardUpdatesPanel.Tab tab) |
<T> T |
DashboardUpdatesPanel.gotoTab(DashboardUpdatesPanel.Tab tab,
Class<T> tabWebElement,
Object... args) |
boolean |
DashboardUpdatesPanel.tabIsVisible(DashboardUpdatesPanel.Tab tab) |
Constructor and Description |
---|
DashboardUpdatesContent(DashboardUpdatesPanel.Tab tab,
com.atlassian.pageobjects.elements.PageElement updatesPanel) |
Constructor and Description |
---|
DashboardPage(DashboardUpdatesPanel.Tab selectedTab) |
Copyright © 2003–2016 Atlassian. All rights reserved.