|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
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. |
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.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||