| Package | Description |
|---|---|
| com.atlassian.confluence.webdriver.pageobjects.component.simpledashboard | |
| com.atlassian.confluence.webdriver.pageobjects.page |
| Modifier and Type | Method and Description |
|---|---|
static DashboardView |
DashboardView.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DashboardView[] |
DashboardView.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends AbstractDashboardStream> |
SimpleDashboardPage.bindView(DashboardView dashboardView,
Class<T> classToBind,
Object... args) |
boolean |
SimpleDashboardPage.hasView(DashboardView dashboardView)
Checks if the link to toggle a given view is present.
|
<T extends AbstractDashboardStream> |
SimpleDashboardPage.selectView(DashboardView dashboardView,
Class<T> classToBind,
Object... args)
Switches to a different view of the dashboard.
|
| Constructor and Description |
|---|
SimpleDashboardPage(DashboardView dashboardView) |
SimpleDashboardPage(DashboardView dashboardView,
boolean react) |
Copyright © 2003–2017 Atlassian. All rights reserved.