Package org.opencms.report
Class CmsVaadinHtmlReportUpdateFormatter
java.lang.Object
org.opencms.report.CmsVaadinHtmlReportUpdateFormatter
- All Implemented Interfaces:
I_CmsReportUpdateFormatter
public class CmsVaadinHtmlReportUpdateFormatter
extends Object
implements I_CmsReportUpdateFormatter
Report update formatter for the new Vaadin-based workplace.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionformatReportUpdate
(List<CmsReportUpdateItem> updateItem) Gets the formatted report output for the given list of report items.
-
Constructor Details
-
CmsVaadinHtmlReportUpdateFormatter
public CmsVaadinHtmlReportUpdateFormatter()Creates a new instance.
-
-
Method Details
-
formatReportUpdate
Description copied from interface:I_CmsReportUpdateFormatter
Gets the formatted report output for the given list of report items.- Specified by:
formatReportUpdate
in interfaceI_CmsReportUpdateFormatter
- Parameters:
updateItem
- a list of report items- Returns:
- the formatted output
- See Also:
-