Uses of Interface
com.atlassian.gadgets.dashboard.spi.changes.DashboardChange

Packages that use DashboardChange
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. 
 

Uses of DashboardChange in com.atlassian.gadgets.dashboard.spi
 

Method parameters in com.atlassian.gadgets.dashboard.spi with type arguments of type DashboardChange
 DashboardState DashboardStateStore.update(DashboardState dashboardState, Iterable<DashboardChange> changes)
          Update the stored DashboardState in the persistent data store, using the changes passed in.
 

Uses of DashboardChange in com.atlassian.gadgets.dashboard.spi.changes
 

Classes in com.atlassian.gadgets.dashboard.spi.changes that implement DashboardChange
 class AddGadgetChange
          Details of adding a gadget to a dashboard.
 class GadgetColorChange
          Details of changing the color of a gadget on a dashboard.
 class RemoveGadgetChange
          Details of removing a gadget from a dashboard.
 class UpdateGadgetUserPrefsChange
          Details of updating the user preferences of a gadget on a dashboard.
 class UpdateLayoutChange
          Details of updating the layout of a dashboard.
 



Copyright © 2013 Atlassian. All Rights Reserved.