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.internal   
com.atlassian.gadgets.dashboard.internal.impl   
com.atlassian.gadgets.dashboard.internal.rest Interfaces and classes used to implement dashboards and their gadgets as REST resources. 
com.atlassian.gadgets.dashboard.internal.rest.representations   
com.atlassian.gadgets.dashboard.internal.velocity   
com.atlassian.gadgets.dashboard.spi Contains the service provider interfaces (SPIs) that host applications must implement in order to use the dashboard plugin(s). 
com.atlassian.gadgets.dashboard.spi.changes This package contains classes for managing changes to the dashboard state. 
com.atlassian.gadgets.dashboard.view   
com.atlassian.gadgets.directory.internal   
com.atlassian.gadgets.refimpl Provides an implementation of the SPI for the refapp. 
com.atlassian.gadgets.refimpl.ui   
 

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.internal
Color
          The possible colors that can be used to customize dashboards and gadgets.
DashboardId
          Representation of the identifier for a particular dashboard.
DashboardNotFoundException
          Thrown if the dashboard identified by the DashboardId does not exist.
DashboardState
          An immutable representation of a dashboard.
DashboardState.ColumnIndex
          There are a predetermined number of columns that a dashboard can contain, and ColumnIndex is the enumeration of those columns.
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.
 

Classes in com.atlassian.gadgets.dashboard used by com.atlassian.gadgets.dashboard.internal.impl
Color
          The possible colors that can be used to customize dashboards and gadgets.
DashboardId
          Representation of the identifier for a particular dashboard.
DashboardNotFoundException
          Thrown if the dashboard identified by the DashboardId does not exist.
DashboardService
          Service that saves or fetches the DashboardState, after checking to make sure that the user has access to the dashboard.
DashboardState
          An immutable representation of a dashboard.
DashboardState.ColumnIndex
          There are a predetermined number of columns that a dashboard can contain, and ColumnIndex is the enumeration of those columns.
DashboardTab
          Represents a Dashboard Tab
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.internal.rest
Color
          The possible colors that can be used to customize dashboards and gadgets.
DashboardId
          Representation of the identifier for a particular dashboard.
DashboardState.ColumnIndex
          There are a predetermined number of columns that a dashboard can contain, and ColumnIndex is the enumeration of those columns.
 

Classes in com.atlassian.gadgets.dashboard used by com.atlassian.gadgets.dashboard.internal.rest.representations
Color
          The possible colors that can be used to customize dashboards and gadgets.
DashboardId
          Representation of the identifier for a particular dashboard.
DashboardState.ColumnIndex
          There are a predetermined number of columns that a dashboard can contain, and ColumnIndex is the enumeration of those columns.
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.
 

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

Classes in com.atlassian.gadgets.dashboard used by com.atlassian.gadgets.dashboard.spi
DashboardId
          Representation of the identifier for a particular dashboard.
DashboardNotFoundException
          Thrown if the dashboard identified by the DashboardId does not exist.
DashboardState
          An immutable representation of a dashboard.
 

Classes in com.atlassian.gadgets.dashboard used by com.atlassian.gadgets.dashboard.spi.changes
Color
          The possible colors that can be used to customize dashboards and gadgets.
DashboardState.ColumnIndex
          There are a predetermined number of columns that a dashboard can contain, and ColumnIndex is the enumeration of those columns.
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.
 

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
 

Classes in com.atlassian.gadgets.dashboard used by com.atlassian.gadgets.directory.internal
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.refimpl
DashboardId
          Representation of the identifier for a particular dashboard.
DashboardNotFoundException
          Thrown if the dashboard identified by the DashboardId does not exist.
DashboardState
          An immutable representation of a dashboard.
 

Classes in com.atlassian.gadgets.dashboard used by com.atlassian.gadgets.refimpl.ui
DashboardService
          Service that saves or fetches the DashboardState, after checking to make sure that the user has access to the dashboard.
 



Copyright © 2009 Atlassian. All Rights Reserved.