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
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionorg.zkoss.util.media.AMediaGet report contentintGet 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
 
 
 -