| Package | Description |
|---|---|
| com.atlassian.gadgets |
This package contains the main APIs for interacting with gadgets.
|
| com.atlassian.gadgets.dashboard |
This package contains the main APIs for interacting with dashboards and gadgets.
|
| Modifier and Type | Method and Description |
|---|---|
Color |
GadgetState.getColor()
Returns the
Color scheme that should be used to decorate the chrome surrounding the gadget. |
Color |
DashboardItemState.getColor() |
Color |
LocalDashboardItemState.getColor() |
| Modifier and Type | Method and Description |
|---|---|
GadgetState.Builder |
GadgetState.Builder.color(Color color)
Set the
Color of the GadgetState under construction and return this Builder
to allow further construction to be done. |
LocalDashboardItemState.Builder |
LocalDashboardItemState.Builder.color(Color color) |
| Constructor and Description |
|---|
LocalDashboardItemState(GadgetId gadgetId,
Color color,
LocalDashboardItemModuleId dashboardItemModuleId,
Map<String,String> properties) |
| Modifier and Type | Method and Description |
|---|---|
static Color |
Color.defaultColor() |
static Color |
Color.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Color[] |
Color.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2024 Atlassian. All rights reserved.