Uses of Enum Class
com.atlassian.gadgets.dashboard.Layout
Packages that use Layout
Package
Description
This package contains the main APIs for interacting with dashboards and gadgets.
-
Uses of Layout in com.atlassian.gadgets.dashboard
Methods in com.atlassian.gadgets.dashboard that return LayoutModifier and TypeMethodDescriptionDashboardState.getLayout()Returns theLayoutof the dashboard.static LayoutReturns the enum constant of this class with the specified name.static Layout[]Layout.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.atlassian.gadgets.dashboard with parameters of type LayoutModifier and TypeMethodDescriptionSet theLayoutof theDashboardStateunder construction and return thisBuilderto allow further construction to be done.