Uses of Package
com.atlassian.gadgets.dashboard

Packages that use com.atlassian.gadgets.dashboard
com.atlassian.gadgets This package contains the main APIs for interacting with gadgets. 
com.atlassian.gadgets.dashboard This package contains the main APIs for interacting with dashboards and gadgets. 
com.atlassian.gadgets.dashboard.view   
 

Classes in com.atlassian.gadgets.dashboard used by com.atlassian.gadgets
Color
          The possible colors that can be used to customize dashboards and gadgets.
 

Classes in com.atlassian.gadgets.dashboard used by com.atlassian.gadgets.dashboard
Color
          The possible colors that can be used to customize dashboards and gadgets.
DashboardId
          Representation of the identifier for a particular dashboard.
DashboardState
          An immutable representation of a dashboard.
DashboardState.Builder
          A builder that allows the Layout or the columns of the DashboardState under construction to be set.
DashboardState.ColumnIndex
          There are a predetermined number of columns that a dashboard can contain, and ColumnIndex is the enumeration of those columns.
DashboardState.TitleBuilder
          A builder that allows you to set the title of the DashboardState object under construction.
Layout
          Dashboards can be laid out in multiple ways: with a single column (A), with two columns of equal size (AA), with two columns where one is smaller and the other is larger (AB), etc.
PermissionException
          Thrown if a user tries a non-permissible operation on a dashboard or gadget.
 

Classes in com.atlassian.gadgets.dashboard used by com.atlassian.gadgets.dashboard.view
DashboardState
          An immutable representation of a dashboard.
DashboardTab
          Represents a Dashboard Tab
 



Copyright © 2013 Atlassian. All Rights Reserved.