Interface DashboardUiService
- All Known Implementing Classes:
DashboardUiServiceImpl
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
public interface DashboardUiService
-
Method Summary
Modifier and TypeMethodDescriptionIconButtonaddParameterToolButtonTo(DadgetPanel dadgetPanel, DadgetProcessorHook dadgetProcessor) <any><any><any><any>voidshowHideParameterToolButton(DadgetPanel panel, ReportDto report)
-
Method Details
-
addParameterToolButtonTo
-
showHideParameterToolButton
-
getAllDashboardsStore
<any> getAllDashboardsStore() -
getAllDashboardsLoader
<any> getAllDashboardsLoader() -
getDashboardStore
<any> getDashboardStore() -
getDashboardsLoader
<any> getDashboardsLoader()
-