Uses of Interface
net.sf.jasperreports.engine.JRBand
Packages that use JRBand
Package
Description
Contains fill time implementations for Table component related interfaces.
Provides access to the library's main functionality through facade classes for compiling, filling
and exporting reports and also publishes the library's main interfaces and classes.
Contains base implementations for the library's main interfaces.
Contains design time implementations for the library's main interfaces as well as report compiling tools.
Contains fill time implementations for the library's main interfaces and the entire
engine used in the filling process (the actual core of JasperReports).
Contains utility classes for the core library.
-
Uses of JRBand in net.sf.jasperreports.components.table.fill
Methods in net.sf.jasperreports.components.table.fill that return JRBandModifier and TypeMethodDescriptionprotected JRBandTableReport.createDetailBand(List<FillColumn> fillColumns) protected JRBandTableReport.createGroupFooter(String groupName, List<FillColumn> fillColumns) protected JRBandTableReport.createGroupHeader(String groupName, List<FillColumn> fillColumns) TableReport.getBackground()TableReport.getColumnFooter()TableReport.getColumnHeader()TableReport.getDetail()Deprecated.TableReport.getLastPageFooter()TableReport.getNoData()TableReport.getPageFooter()TableReport.getPageHeader()TableReport.getSummary()TableReport.getTitle()Methods in net.sf.jasperreports.components.table.fill with parameters of type JRBandModifier and TypeMethodDescriptionprotected voidTableReportGroup.setGroupFooter(JRBand footer) protected voidTableReportGroup.setGroupHeader(JRBand header) protected JRSectionprotected JRSectionTableReportGroup.wrapBand(JRBand band, BandTypeEnum bandType) -
Uses of JRBand in net.sf.jasperreports.engine
Methods in net.sf.jasperreports.engine that return JRBandModifier and TypeMethodDescriptionJRReport.getBackground()JRBand[]JRSection.getBands()Returns the bands within the current section.JRReport.getColumnFooter()JRReport.getColumnHeader()JRReport.getLastPageFooter()JRReport.getNoData()JRReport.getPageFooter()JRReport.getPageHeader()JRReport.getSummary()JRReport.getTitle() -
Uses of JRBand in net.sf.jasperreports.engine.base
Classes in net.sf.jasperreports.engine.base that implement JRBandFields in net.sf.jasperreports.engine.base declared as JRBandModifier and TypeFieldDescriptionprotected JRBandJRBaseReport.backgroundprotected JRBand[]JRBaseSection.bandsprotected JRBandJRBaseReport.columnFooterprotected JRBandJRBaseReport.columnHeaderprotected JRBandJRBaseReport.lastPageFooterprotected JRBandJRBaseReport.noDataprotected JRBandJRBaseReport.pageFooterprotected JRBandJRBaseReport.pageHeaderprotected JRBandJRBaseReport.summaryprotected JRBandJRBaseReport.titleMethods in net.sf.jasperreports.engine.base that return JRBandModifier and TypeMethodDescriptionJRBand[]JRBaseReport.getAllBands()JRBaseReport.getBackground()JRBand[]JRBaseSection.getBands()JRBaseReport.getColumnFooter()JRBaseReport.getColumnHeader()JRBaseReport.getLastPageFooter()JRBaseReport.getNoData()JRBaseReport.getPageFooter()JRBaseReport.getPageHeader()JRBaseReport.getSummary()JRBaseReport.getTitle()Methods in net.sf.jasperreports.engine.base with parameters of type JRBandConstructors in net.sf.jasperreports.engine.base with parameters of type JRBandModifierConstructorDescriptionprotectedJRBaseBand(JRBand band, JRBaseObjectFactory factory) protectedJRBaseSection(JRBand band) -
Uses of JRBand in net.sf.jasperreports.engine.design
Classes in net.sf.jasperreports.engine.design that implement JRBandFields in net.sf.jasperreports.engine.design with type parameters of type JRBandMethods in net.sf.jasperreports.engine.design that return JRBandModifier and TypeMethodDescriptionJRBand[]JRDesignSection.getBands()JRDesignSection.removeBand(int index) Removes a band from the section.JRDesignSection.removeBand(JRBand band) Removes a band from the section.Methods in net.sf.jasperreports.engine.design that return types with arguments of type JRBandModifier and TypeMethodDescriptionJRDesignSection.getBandsList()Gets a list of all bands within the current section.Methods in net.sf.jasperreports.engine.design with parameters of type JRBandModifier and TypeMethodDescriptionvoidAdds a band to the section.voidAdds a band to the section.JRDesignSection.removeBand(JRBand band) Removes a band from the section.voidJasperDesign.setBackground(JRBand background) Sets the background band.protected voidJasperDesign.setBandOrigin(JRBand band, BandTypeEnum type) protected voidJRDesignGroup.setBandOrigin(JRBand band, BandTypeEnum type) voidJasperDesign.setColumnFooter(JRBand columnFooter) Sets the column footer band.voidJasperDesign.setColumnHeader(JRBand columnHeader) Sets the column header band.voidJasperDesign.setLastPageFooter(JRBand lastPageFooter) Sets the last page footer band.voidSets the noData band.voidJasperDesign.setPageFooter(JRBand pageFooter) Sets the page footer band.voidJasperDesign.setPageHeader(JRBand pageHeader) Sets the page header band.voidJasperDesign.setSummary(JRBand summary) Sets the summary band.voidSets the title band. -
Uses of JRBand in net.sf.jasperreports.engine.fill
Classes in net.sf.jasperreports.engine.fill that implement JRBandFields in net.sf.jasperreports.engine.fill with type parameters of type JRBandModifier and TypeFieldDescriptionJRBaseFiller.bandsList ofJRFillBandobjects containing all bands of the report.Methods in net.sf.jasperreports.engine.fill that return JRBandMethods in net.sf.jasperreports.engine.fill with parameters of type JRBandConstructors in net.sf.jasperreports.engine.fill with parameters of type JRBandModifierConstructorDescriptionprotectedJRFillBand(JRBaseFiller filler, JRBand band, JRFillObjectFactory factory) -
Uses of JRBand in net.sf.jasperreports.engine.util
Methods in net.sf.jasperreports.engine.util with parameters of type JRBand