@ParametersAreNonnullByDefault

Package com.atlassian.gadgets.dashboard.spi.changes

This package contains classes for managing changes to the dashboard state.

See:
          Description

Interface Summary
DashboardChange Interface for operations that can be performed to update a DashboardState.
DashboardChange.Visitor Visitor which allows for dynamic dispatching of implementations based on the type of change.
 

Class Summary
AddGadgetChange Details of adding a gadget to a dashboard.
GadgetColorChange Details of changing the color of a gadget on a dashboard.
RemoveGadgetChange Details of removing a gadget from a dashboard.
UpdateGadgetUserPrefsChange Details of updating the user preferences of a gadget on a dashboard.
UpdateLayoutChange Details of updating the layout of a dashboard.
 

Package com.atlassian.gadgets.dashboard.spi.changes Description

This package contains classes for managing changes to the dashboard state. /p>

Parameters are non-null by default, as declared by the package annotation. Return values should also be considered to be non-null unless they are annotated with Nullable. Unfortunately, there is no way to declare this with annotations at present.



Copyright © 2013 Atlassian. All Rights Reserved.