Uses of Class
com.morpheusdata.model.DashboardItem
Packages that use DashboardItem
-
Uses of DashboardItem in com.morpheusdata.core.dashboard
Methods in com.morpheusdata.core.dashboard with parameters of type DashboardItemModifier and TypeMethodDescriptionAbstractDashboardItemTypeProvider.getDashboardItemScriptPath(DashboardItem dashboardItem, Map<String, Object> opts) get the relative url path for the script for this itemDashboardItemTypeProvider.getDashboardItemScriptPath(DashboardItem dashboardItem, Map<String, Object> opts) Returns the relative path of a script for this dashboard itemAbstractDashboardItemTypeProvider.renderDashboardItem(DashboardItem dashboardItem, Map<String, Object> opts) render the dashboard item templateDashboardItemTypeProvider.renderDashboardItem(DashboardItem dashboardItem, Map<String, Object> opts) Presents the HTML Rendered output of a dashboard item. -
Uses of DashboardItem in com.morpheusdata.model
Fields in com.morpheusdata.model with type parameters of type DashboardItemMethods in com.morpheusdata.model that return types with arguments of type DashboardItemMethod parameters in com.morpheusdata.model with type arguments of type DashboardItemModifier and TypeMethodDescriptionvoidDashboard.setDashboardItems(List<DashboardItem> dashboardItems)