dashboardItemController property

DashboardItemController<T> dashboardItemController
final

dashboardItemController is dashboard items controller. The controller determines initial DashboardItems and add / delete operations are done with this controller.

Also storage operations are made with the DashboardItemStorageDelegate of the controller (if non-null).

Implementation

final DashboardItemController<T> dashboardItemController;