Uses of Class
com.atlassian.gadgets.dashboard.DashboardItemRepresentationService.RenderingContext
Packages that use DashboardItemRepresentationService.RenderingContext
Package
Description
This package contains the main APIs for interacting with dashboards and gadgets.
-
Uses of DashboardItemRepresentationService.RenderingContext in com.atlassian.gadgets.dashboard
Methods in com.atlassian.gadgets.dashboard that return DashboardItemRepresentationService.RenderingContextModifier and TypeMethodDescriptionDashboardItemRepresentationService.RenderingContext.editable(GadgetRequestContext requestContext, DashboardId dashboardId, DashboardState.ColumnIndex columnIndex) DashboardItemRepresentationService.RenderingContext.readOnly(GadgetRequestContext requestContext, DashboardId dashboardId, DashboardState.ColumnIndex columnIndex) Methods in com.atlassian.gadgets.dashboard with parameters of type DashboardItemRepresentationService.RenderingContextModifier and TypeMethodDescriptionio.atlassian.fugue.Option<DashboardItemRepresentation>DashboardItemRepresentationService.getRepresentation(DashboardItemState itemState, DashboardItemRepresentationService.RenderingContext context) Returns a dashboard item representation.