Uses of Interface
net.sf.jasperreports.engine.JRSection
Packages that use JRSection
Package
Description
Contains classes for the built-in List component.
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 JRSection in net.sf.jasperreports.components.list
Methods in net.sf.jasperreports.components.list with parameters of type JRSectionModifier and TypeMethodDescriptionprotected JRFillSectionFillListDatasetFactory.getSection(JRSection section) -
Uses of JRSection in net.sf.jasperreports.components.table.fill
Methods in net.sf.jasperreports.components.table.fill that return JRSectionModifier and TypeMethodDescriptionTableReport.getDetailSection()TableReportGroup.getGroupFooterSection()TableReportGroup.getGroupHeaderSection()protected JRSectionprotected JRSectionTableReportGroup.wrapBand(JRBand band, BandTypeEnum bandType) -
Uses of JRSection in net.sf.jasperreports.engine
Methods in net.sf.jasperreports.engine that return JRSectionModifier and TypeMethodDescriptionJRReport.getDetailSection()JRGroup.getGroupFooterSection()Gets the footer section created for this group.JRGroup.getGroupHeaderSection()Gets the header section created for this group. -
Uses of JRSection in net.sf.jasperreports.engine.base
Classes in net.sf.jasperreports.engine.base that implement JRSectionModifier and TypeClassDescriptionclassUsed for implementing section functionality.Fields in net.sf.jasperreports.engine.base declared as JRSectionModifier and TypeFieldDescriptionprotected JRSectionJRBaseReport.detailSectionprotected JRSectionJRBaseGroup.groupFooterSectionprotected JRSectionJRBaseGroup.groupHeaderSectionMethods in net.sf.jasperreports.engine.base that return JRSectionModifier and TypeMethodDescriptionJRBaseReport.getDetailSection()JRBaseGroup.getGroupFooterSection()JRBaseGroup.getGroupHeaderSection()Methods in net.sf.jasperreports.engine.base with parameters of type JRSectionModifier and TypeMethodDescriptionprotected JRBaseSectionJRBaseObjectFactory.getSection(JRSection section) Constructors in net.sf.jasperreports.engine.base with parameters of type JRSectionModifierConstructorDescriptionprotectedJRBaseSection(JRSection section, JRBaseObjectFactory factory) -
Uses of JRSection in net.sf.jasperreports.engine.design
Classes in net.sf.jasperreports.engine.design that implement JRSectionMethods in net.sf.jasperreports.engine.design with parameters of type JRSectionModifier and TypeMethodDescriptionprotected voidJasperDesign.setSectionOrigin(JRSection section, BandTypeEnum type) protected voidJRDesignGroup.setSectionOrigin(JRSection section, BandTypeEnum type) -
Uses of JRSection in net.sf.jasperreports.engine.fill
Classes in net.sf.jasperreports.engine.fill that implement JRSectionMethods in net.sf.jasperreports.engine.fill that return JRSectionModifier and TypeMethodDescriptionJRFillGroup.getGroupFooterSection()JRFillGroup.getGroupHeaderSection()Methods in net.sf.jasperreports.engine.fill with parameters of type JRSectionModifier and TypeMethodDescriptionprotected JRFillSectionJRFillObjectFactory.getSection(JRSection section) Constructors in net.sf.jasperreports.engine.fill with parameters of type JRSectionModifierConstructorDescriptionprotectedJRFillSection(JRBaseFiller filler, JRSection section, JRFillObjectFactory factory) -
Uses of JRSection in net.sf.jasperreports.engine.part
Constructors in net.sf.jasperreports.engine.part with parameters of type JRSection -
Uses of JRSection in net.sf.jasperreports.engine.util
Methods in net.sf.jasperreports.engine.util with parameters of type JRSectionModifier and TypeMethodDescriptionprotected voidJRElementsVisitor.visitSection(JRSection section) protected voidJRApiWriter.writeSection(JRSection section, String sectionName, String sectionBandListGetterName) -
Uses of JRSection in net.sf.jasperreports.jackson.util
Methods in net.sf.jasperreports.jackson.util with parameters of type JRSectionModifier and TypeMethodDescriptionbooleanSectionSerializer.isEmpty(com.fasterxml.jackson.databind.SerializerProvider provider, JRSection value) voidSectionSerializer.serialize(JRSection value, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider)