|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DashboardState.Builder | |
|---|---|
| com.atlassian.gadgets.dashboard | 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.Builder | |
|---|---|
DashboardState.Builder |
DashboardState.Builder.columns(Iterable<? extends Iterable<GadgetState>> columns)
Set the columns of the DashboardState under construction and return this Builder
to allow further construction to be done. |
static DashboardState.Builder |
DashboardState.dashboard(DashboardState state)
Factory method which allows you to create a new DashboardState object based on an existing
DashboardState. |
DashboardState.Builder |
DashboardState.Builder.layout(Layout layout)
Set the Layout of the DashboardState under construction and return this Builder
to allow further construction to be done. |
DashboardState.Builder |
DashboardState.TitleBuilder.title(String title)
Sets the title of the DashboardState under construction and returns a Builder to allow
the Layout and the columns to be set. |
DashboardState.Builder |
DashboardState.Builder.title(String title)
Set the title of the DashboardState under construction and return this Builder
to allow further construction to be done. |
DashboardState.Builder |
DashboardState.Builder.version(long version)
Set the version of the DashboardState under construction and return this Builder
to allow further construction to be done. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||