Uses of Interface
org.jminor.common.model.reports.ReportDataWrapper

Packages that use ReportDataWrapper
org.jminor.common.model.reports   
org.jminor.framework.client.model   
org.jminor.framework.client.model.reporting   
org.jminor.framework.client.ui.reporting   
 

Uses of ReportDataWrapper in org.jminor.common.model.reports
 

Methods in org.jminor.common.model.reports with parameters of type ReportDataWrapper
 ReportResult<R> ReportWrapper.fillReport(ReportDataWrapper<D> dataWrapper)
          Fills the report using the given data wrapper
 

Uses of ReportDataWrapper in org.jminor.framework.client.model
 

Methods in org.jminor.framework.client.model that return ReportDataWrapper
 ReportDataWrapper EntityTableModel.getReportDataSource()
          Returns an initialized ReportDataWrapper instance, the default implementation returns null.
 ReportDataWrapper DefaultEntityTableModel.getReportDataSource()
          Returns an initialized ReportDataWrapper instance, the default implementation returns null.
 

Methods in org.jminor.framework.client.model with parameters of type ReportDataWrapper
 EntityTableModel EntityTableModel.setReportDataSource(ReportDataWrapper reportDataSource)
          Sets the report data source to use during report generation
 EntityTableModel DefaultEntityTableModel.setReportDataSource(ReportDataWrapper reportDataSource)
          Sets the report data source to use during report generation
 

Uses of ReportDataWrapper in org.jminor.framework.client.model.reporting
 

Methods in org.jminor.framework.client.model.reporting with parameters of type ReportDataWrapper
static
<T,D> ReportResult<T>
EntityReportUtil.fillReport(ReportWrapper<T,D> reportWrapper, ReportDataWrapper<D> dataSource)
          Takes a ReportWrapper object and returns an initialized ReportResult object
 

Uses of ReportDataWrapper in org.jminor.framework.client.ui.reporting
 

Methods in org.jminor.framework.client.ui.reporting with parameters of type ReportDataWrapper
static void EntityReportUiUtil.viewReport(JComponent component, ReportWrapper reportWrapper, ReportUIWrapper uiWrapper, ReportDataWrapper dataSource, String reportTitle)
          Shows a report viewer for report printing