Interface ReportManagerUIService
- All Known Implementing Classes:
ReportManagerUIServiceImpl
public interface ReportManagerUIService
-
Method Summary
Modifier and TypeMethodDescriptionList<<any>> List<<any>> getColumnConfigForReportGrid(boolean includeVariants, boolean icon) ImageResourcegetIconFor(ReportDto report) ImageResourcegetLargeIconFor(ReportDto report) ImageResourcegetLargeLinkIconFor(ReportDto report) ImageResourcegetLinkIconFor(ReportDto report) booleansupportsVariants(ReportDto report)
-
Method Details
-
getColumnConfigForReportGrid
List<<any>> getColumnConfigForReportGrid() -
getColumnConfigForReportGrid
-
getIconFor
ImageResource getIconFor(ReportDto report) -
getLinkIconFor
ImageResource getLinkIconFor(ReportDto report) -
getLargeIconFor
ImageResource getLargeIconFor(ReportDto report) -
getLargeLinkIconFor
ImageResource getLargeLinkIconFor(ReportDto report) -
supportsVariants
boolean supportsVariants(ReportDto report)
-