Uses of Interface
org.jminor.common.ui.reports.ReportUIWrapper

Packages that use ReportUIWrapper
org.jminor.framework.client.ui.reporting   
 

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

Methods in org.jminor.framework.client.ui.reporting with parameters of type ReportUIWrapper
static void EntityReportUiUtil.viewJdbcReport(JComponent component, ReportWrapper reportWrapper, ReportUIWrapper uiWrapper, String reportTitle, EntityConnectionProvider connectionProvider)
          Shows a report viewer for report printing
static void EntityReportUiUtil.viewReport(JComponent component, ReportWrapper reportWrapper, ReportUIWrapper uiWrapper, ReportDataWrapper dataSource, String reportTitle)
          Shows a report viewer for report printing
static
<T> void
EntityReportUiUtil.viewReport(ReportResult<T> reportResult, ReportUIWrapper<T> uiWrapper, String frameTitle)
          Shows a view for report printing