Interface SharedDashboardsAdministration.Dashboards
- All Known Implementing Classes:
DefaultSharedDashboardsAdministration.DefaultDashboards
- Enclosing interface:
SharedDashboardsAdministration
public static interface SharedDashboardsAdministration.Dashboards
Represents the list of dashboards available in the page
-
Method Summary
Modifier and TypeMethodDescriptionlist()Gets the list of dashboards shown in theSharedDashboardsAdministrationpage.
-
Method Details
-
list
List<DashboardItem> list()Gets the list of dashboards shown in theSharedDashboardsAdministrationpage.- Returns:
- A list of
FilterItem.
-