Package io.jmix.reports.impl.builder
Interface AnnotatedReportScreenExtractor
- All Known Implementing Classes:
AnnotatedReportScreenExtractorImpl
public interface AnnotatedReportScreenExtractor
Part of the
AnnotatedReportBuilder.
Performs extracting screens from the report definition.-
Method Summary
Modifier and TypeMethodDescriptionextractScreens(Object definitionInstance, Report report) Extract screens from the report definition, analyzingAvailableInViewsannotation.
-
Method Details
-
extractScreens
Extract screens from the report definition, analyzingAvailableInViewsannotation.- Parameters:
definitionInstance- annotated definition objectreport- report model object being constructed- Returns:
- list of report screens
-