Uses of Class
com.atlassian.gadgets.dashboard.DashboardState.Builder
Packages that use DashboardState.Builder
Package
Description
This package contains the main APIs for interacting with dashboards and gadgets.
-
Uses of DashboardState.Builder in com.atlassian.gadgets.dashboard
Methods in com.atlassian.gadgets.dashboard that return DashboardState.BuilderModifier and TypeMethodDescriptionDashboardState.Builder.columns(Iterable<? extends Iterable<GadgetState>> columns) Deprecated.static DashboardState.BuilderDashboardState.dashboard(DashboardState state) Factory method which allows you to create a newDashboardStateobject based on an existingDashboardState.DashboardState.Builder.dashboardColumns(Iterable<? extends Iterable<DashboardItemState>> columns) Set the columns of theDashboardStateunder construction and return thisBuilderto allow further construction to be done.Set theLayoutof theDashboardStateunder construction and return thisBuilderto allow further construction to be done.Set the title of theDashboardStateunder construction and return thisBuilderto allow further construction to be done.Sets the title of theDashboardStateunder construction and returns aBuilderto allow theLayoutand the columns to be set.DashboardState.Builder.version(long version) Set the version of theDashboardStateunder construction and return thisBuilderto allow further construction to be done.