Class DashboardUiServiceImpl
java.lang.Object
net.datenwerke.rs.dashboard.client.dashboard.DashboardUiServiceImpl
- All Implemented Interfaces:
DashboardUiService
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionIconButtonaddParameterToolButtonTo(DadgetPanel dadgetPanel, DadgetProcessorHook dadgetProcessor) <any><any><any><any>voidshowHideParameterToolButton(DadgetPanel panel, ReportDto report)
-
Constructor Details
-
DashboardUiServiceImpl
-
-
Method Details
-
showHideParameterToolButton
- Specified by:
showHideParameterToolButtonin interfaceDashboardUiService
-
addParameterToolButtonTo
public IconButton addParameterToolButtonTo(DadgetPanel dadgetPanel, DadgetProcessorHook dadgetProcessor) - Specified by:
addParameterToolButtonToin interfaceDashboardUiService
-
getAllDashboardsLoader
public <any> getAllDashboardsLoader()- Specified by:
getAllDashboardsLoaderin interfaceDashboardUiService
-
getAllDashboardsStore
public <any> getAllDashboardsStore()- Specified by:
getAllDashboardsStorein interfaceDashboardUiService
-
getDashboardStore
public <any> getDashboardStore()- Specified by:
getDashboardStorein interfaceDashboardUiService
-
getDashboardsLoader
public <any> getDashboardsLoader()- Specified by:
getDashboardsLoaderin interfaceDashboardUiService
-