public class CmsVaadinHtmlReportUpdateFormatter extends java.lang.Object implements I_CmsReportUpdateFormatter
| Constructor and Description |
|---|
CmsVaadinHtmlReportUpdateFormatter()
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
formatReportUpdate(java.util.List<CmsReportUpdateItem> updateItem)
Gets the formatted report output for the given list of report items.
|
public CmsVaadinHtmlReportUpdateFormatter()
public java.lang.String formatReportUpdate(java.util.List<CmsReportUpdateItem> updateItem)
I_CmsReportUpdateFormatterformatReportUpdate in interface I_CmsReportUpdateFormatterupdateItem - a list of report itemsI_CmsReportUpdateFormatter.formatReportUpdate(java.util.List)