Package io.jmix.reports.yarg.structure
Interface ReportBand
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
BandDefinition
This interface describes Band abstraction. Band is description of some data.
Bands have tree structure - parent has several children, they also can have children, etc.
-
Method Summary
-
Method Details
-
getName
String getName() -
getParent
ReportBand getParent() -
getChildren
List<ReportBand> getChildren() -
getReportQueries
List<ReportQuery> getReportQueries() -
getBandOrientation
BandOrientation getBandOrientation()- Returns:
- band orientation. Relevant only for Xls and Xlsx templates.
-