Package com.atlassian.gadgets.dashboard
Class DashboardState.TitleBuilder
java.lang.Object
com.atlassian.gadgets.dashboard.DashboardState.TitleBuilder
- Enclosing class:
- DashboardState
A builder that allows you to set the title of the
DashboardState object under construction.-
Method Summary
Modifier and TypeMethodDescriptionSets the title of theDashboardStateunder construction and returns aBuilderto allow theLayoutand the columns to be set.
-
Method Details
-
title
Sets the title of theDashboardStateunder construction and returns aBuilderto allow theLayoutand the columns to be set.- Parameters:
title- the title to use for the dashboard- Returns:
Builderallowing further construction of theDashboardState
-