Interface DashboardItemState

All Known Implementing Classes:
GadgetState, LocalDashboardItemState

public interface DashboardItemState

Representation of the dashboard item state. Dashboard item consist of:

  • a GadgetId, used to uniquely identify the dashboard item within the system
  • a Color, used in dashboard item's chrome.

Implementations of this class are required to be immutable.