com.atlassian.gadgets.dashboard
Class DashboardState.TitleBuilder

java.lang.Object
  extended by 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 Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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


Copyright © 2014 Atlassian. All Rights Reserved.