Uses of Enum Class
com.atlassian.gadgets.dashboard.Color
Packages that use Color
Package
Description
This package contains the main APIs for interacting with gadgets.
This package contains the main APIs for interacting with dashboards and gadgets.
-
Uses of Color in com.atlassian.gadgets
Methods in com.atlassian.gadgets that return ColorModifier and TypeMethodDescriptionDashboardItemState.getColor()GadgetState.getColor()Returns theColorscheme that should be used to decorate the chrome surrounding the gadget.LocalDashboardItemState.getColor()Methods in com.atlassian.gadgets with parameters of type ColorModifier and TypeMethodDescriptionSet theColorof theGadgetStateunder construction and return thisBuilderto allow further construction to be done.Constructors in com.atlassian.gadgets with parameters of type ColorModifierConstructorDescriptionLocalDashboardItemState(GadgetId gadgetId, Color color, LocalDashboardItemModuleId dashboardItemModuleId, Map<String, String> properties) -
Uses of Color in com.atlassian.gadgets.dashboard
Methods in com.atlassian.gadgets.dashboard that return Color