public class DashboardUiServiceImpl extends java.lang.Object implements DashboardUiService
Constructor and Description |
---|
DashboardUiServiceImpl(DashboardDao dashboardDao) |
Modifier and Type | Method and Description |
---|---|
IconButton |
addParameterToolButtonTo(DadgetPanel dadgetPanel,
DadgetProcessorHook dadgetProcessor) |
<any> |
getAllDashboardsLoader() |
<any> |
getAllDashboardsStore() |
<any> |
getDashboardsLoader() |
<any> |
getDashboardStore() |
void |
showHideParameterToolButton(DadgetPanel panel,
ReportDto report) |
public DashboardUiServiceImpl(DashboardDao dashboardDao)
public void showHideParameterToolButton(DadgetPanel panel, ReportDto report)
showHideParameterToolButton
in interface DashboardUiService
public IconButton addParameterToolButtonTo(DadgetPanel dadgetPanel, DadgetProcessorHook dadgetProcessor)
addParameterToolButtonTo
in interface DashboardUiService
public <any> getAllDashboardsLoader()
getAllDashboardsLoader
in interface DashboardUiService
public <any> getAllDashboardsStore()
getAllDashboardsStore
in interface DashboardUiService
public <any> getDashboardStore()
getDashboardStore
in interface DashboardUiService
public <any> getDashboardsLoader()
getDashboardsLoader
in interface DashboardUiService