Uses of Interface
com.atlassian.gadgets.DashboardItemState
Packages that use DashboardItemState
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 DashboardItemState in com.atlassian.gadgets
Classes in com.atlassian.gadgets that implement DashboardItemStateModifier and TypeClassDescriptionclassAn immutable extension of DashboardItemState.final classRepresents the state of the dashboard item which is not based on Open Social specification but is based on the description provided in the plugin. -
Uses of DashboardItemState in com.atlassian.gadgets.dashboard
Methods in com.atlassian.gadgets.dashboard that return types with arguments of type DashboardItemStateModifier and TypeMethodDescriptionDashboardColumns.getColumns()Returns an immutable List of all columns represented as a list of items.DashboardColumns.getItemsInColumn(DashboardState.ColumnIndex column) Returns an immutableListof theDashboardStateItems in the givencolumn.Methods in com.atlassian.gadgets.dashboard with parameters of type DashboardItemStateModifier and TypeMethodDescriptionDashboardState.appendItemToColumn(DashboardItemState itemState, DashboardState.ColumnIndex index) Returns a new DashboardState built with the same data asthis, except that the column with indexindexhas had a new gadget added to its bottomio.atlassian.fugue.Option<DashboardItemRepresentation>DashboardItemRepresentationService.getRepresentation(DashboardItemState itemState, DashboardItemRepresentationService.RenderingContext context) Returns a dashboard item representation.DashboardState.prependItemToColumn(DashboardItemState itemState, DashboardState.ColumnIndex index) Returns a new DashboardState built with the same data asthis, except that the column with indexindexhas had a new gadget added to its topMethod parameters in com.atlassian.gadgets.dashboard with type arguments of type DashboardItemStateModifier and TypeMethodDescriptionDashboardState.Builder.dashboardColumns(Iterable<? extends Iterable<DashboardItemState>> columns) Set the columns of theDashboardStateunder construction and return thisBuilderto allow further construction to be done.static DashboardColumnsDashboardColumns.from(Iterable<? extends Iterable<DashboardItemState>> columns, int numberOfColumns)