| Package | Description |
|---|---|
| com.atlassian.gadgets.dashboard |
This package contains the main APIs for interacting with dashboards and gadgets.
|
| Modifier and Type | Method and Description |
|---|---|
Layout |
DashboardState.getLayout()
Returns the
Layout of the dashboard. |
static Layout |
Layout.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Layout[] |
Layout.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
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. |
Copyright © 2024 Atlassian. All rights reserved.