Class DashboardState.TitleBuilder

java.lang.Object
com.atlassian.gadgets.dashboard.DashboardState.TitleBuilder
Enclosing class:
DashboardState

public static class DashboardState.TitleBuilder extends Object
A builder that allows you to set the title of the DashboardState object under construction.
  • Method Details

    • title

      public DashboardState.Builder 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.
      Parameters:
      title - the title to use for the dashboard
      Returns:
      Builder allowing further construction of the DashboardState