| Package | Description |
|---|---|
| com.atlassian.gadgets.dashboard |
This package contains the main APIs for interacting with dashboards and gadgets.
|
| Modifier and Type | Method and Description |
|---|---|
DashboardState.Builder |
DashboardState.Builder.columns(Iterable<? extends Iterable<GadgetState>> columns)
Deprecated.
|
static DashboardState.Builder |
DashboardState.dashboard(DashboardState state)
Factory method which allows you to create a new
DashboardState object based on an existing
DashboardState. |
DashboardState.Builder |
DashboardState.Builder.dashboardColumns(Iterable<? extends Iterable<DashboardItemState>> columns)
Set the columns of the
DashboardState under construction and return this Builder
to allow further construction to be done. |
DashboardState.Builder |
DashboardState.Builder.layout(Layout layout)
Set the
Layout of the DashboardState under construction and return this Builder
to allow further construction to be done. |
DashboardState.Builder |
DashboardState.TitleBuilder.title(String title)
Sets the title of the
DashboardState under construction and returns a Builder to allow
the Layout and the columns to be set. |
DashboardState.Builder |
DashboardState.Builder.title(String title)
Set the title of the
DashboardState under construction and return this Builder
to allow further construction to be done. |
DashboardState.Builder |
DashboardState.Builder.version(long version)
Set the version of the
DashboardState under construction and return this Builder
to allow further construction to be done. |
Copyright © 2024 Atlassian. All rights reserved.