Interface ReportViewFactory
- All Known Implementing Classes:
BirtReportPreviewViewFactory,ComputedColumnsViewFactory,CrystalReportPreviewViewFactory,CubeConfigViewFactory,FilterViewFactory,GridEditorReportPreviewViewFactory,JasperReportPreviewViewFactory,JxlsReportPreviewViewFactory,ParameterViewFactory,PreFilterViewFactory,PreviewViewFactory,SaikuReportPreviewViewFactory,SaikuTableReportPreviewViewFactory,ScriptReportPreviewViewFactory,TableReportPreviewViewFactory
public interface ReportViewFactory
-
Method Summary
Modifier and TypeMethodDescriptionbooleanconsumes(ReportDto report) newInstance(ReportDto report, Collection<? extends ReportViewConfiguration> configs)
-
Method Details
-
newInstance
ReportExecutorMainPanelView newInstance(ReportDto report, Collection<? extends ReportViewConfiguration> configs) -
consumes
boolean consumes(ReportDto report) -
getViewId
String getViewId()
-