Package com.atlassian.gadgets
Class LocalDashboardItemState
java.lang.Object
com.atlassian.gadgets.LocalDashboardItemState
- All Implemented Interfaces:
DashboardItemState
Represents the state of the dashboard item which is not based on Open Social specification but is based on the description
provided in the plugin.
Extends
DashboardItemState with:
- a complete key of the module
- description
- properties
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionLocalDashboardItemState(GadgetId gadgetId, Color color, LocalDashboardItemModuleId dashboardItemModuleId, Map<String, String> properties) -
Method Summary
Modifier and TypeMethodDescription<V> Vaccept(DashboardItemStateVisitor<V> visitor) builder()builder(LocalDashboardItemState dashboardItemState) booleangetColor()getId()inthashCode()toString()
-
Constructor Details
-
LocalDashboardItemState
-
-
Method Details
-
getId
- Specified by:
getIdin interfaceDashboardItemState
-
getColor
- Specified by:
getColorin interfaceDashboardItemState
-
getProperties
-
getDashboardItemModuleId
-
accept
- Specified by:
acceptin interfaceDashboardItemState
-
builder
-
builder
-
equals
-
hashCode
public int hashCode() -
toString
-