Package org.adempiere.webui.desktop
Class DashboardController.ReportData
java.lang.Object
org.adempiere.webui.desktop.DashboardController.ReportData
- Enclosing class:
- DashboardController
Holds information about the report: Report Content, Row Count
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.zkoss.util.media.AMedia
Get report contentint
Get report row count (function rows not included)
-
Constructor Details
-
ReportData
public ReportData(org.zkoss.util.media.AMedia content, int rowCount) Constructor- Parameters:
content
-rowCount
-
-
-
Method Details
-
getContent
public org.zkoss.util.media.AMedia getContent()Get report content- Returns:
- AMedia content
-
getRowCount
public int getRowCount()Get report row count (function rows not included)- Returns:
- int row count
-