Uses of Interface
net.sf.jasperreports.engine.JRSection
-
Packages that use JRSection Package Description net.sf.jasperreports.components.list Contains classes for the built-in List component.net.sf.jasperreports.components.table.fill Contains fill time implementations for Table component related interfaces.net.sf.jasperreports.engine 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.net.sf.jasperreports.engine.base Contains base implementations for the library's main interfaces.net.sf.jasperreports.engine.design Contains design time implementations for the library's main interfaces as well as report compiling tools.net.sf.jasperreports.engine.fill Contains fill time implementations for the library's main interfaces and the entire engine used in the filling process (the actual core of JasperReports).net.sf.jasperreports.engine.part net.sf.jasperreports.engine.util Contains utility classes for the core library.net.sf.jasperreports.jackson.util -
-
Uses of JRSection in net.sf.jasperreports.components.list
Methods in net.sf.jasperreports.components.list with parameters of type JRSection Modifier and Type Method Description protected JRFillSection
FillListDatasetFactory. getSection(JRSection section)
-
Uses of JRSection in net.sf.jasperreports.components.table.fill
Methods in net.sf.jasperreports.components.table.fill that return JRSection Modifier and Type Method Description JRSection
TableReport. getDetailSection()
JRSection
TableReportGroup. getGroupFooterSection()
JRSection
TableReportGroup. getGroupHeaderSection()
protected JRSection
TableReport. wrapBand(JRBand band, JROrigin origin)
protected JRSection
TableReportGroup. wrapBand(JRBand band, BandTypeEnum bandType)
-
Uses of JRSection in net.sf.jasperreports.engine
Methods in net.sf.jasperreports.engine that return JRSection Modifier and Type Method Description JRSection
JRReport. getDetailSection()
JRSection
JRGroup. getGroupFooterSection()
Gets the footer section created for this group.JRSection
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 JRSection Modifier and Type Class Description class
JRBaseSection
Used for implementing section functionality.Fields in net.sf.jasperreports.engine.base declared as JRSection Modifier and Type Field Description protected JRSection
JRBaseReport. detailSection
protected JRSection
JRBaseGroup. groupFooterSection
protected JRSection
JRBaseGroup. groupHeaderSection
Methods in net.sf.jasperreports.engine.base that return JRSection Modifier and Type Method Description JRSection
JRBaseReport. getDetailSection()
JRSection
JRBaseGroup. getGroupFooterSection()
JRSection
JRBaseGroup. getGroupHeaderSection()
Methods in net.sf.jasperreports.engine.base with parameters of type JRSection Modifier and Type Method Description protected JRBaseSection
JRBaseObjectFactory. getSection(JRSection section)
Constructors in net.sf.jasperreports.engine.base with parameters of type JRSection Constructor Description JRBaseSection(JRSection section, JRBaseObjectFactory factory)
-
Uses of JRSection in net.sf.jasperreports.engine.design
Classes in net.sf.jasperreports.engine.design that implement JRSection Modifier and Type Class Description class
JRDesignSection
Methods in net.sf.jasperreports.engine.design with parameters of type JRSection Modifier and Type Method Description protected void
JasperDesign. setSectionOrigin(JRSection section, BandTypeEnum type)
protected void
JRDesignGroup. setSectionOrigin(JRSection section, BandTypeEnum type)
-
Uses of JRSection in net.sf.jasperreports.engine.fill
Classes in net.sf.jasperreports.engine.fill that implement JRSection Modifier and Type Class Description class
JRFillSection
Methods in net.sf.jasperreports.engine.fill that return JRSection Modifier and Type Method Description JRSection
JRFillGroup. getGroupFooterSection()
JRSection
JRFillGroup. getGroupHeaderSection()
Methods in net.sf.jasperreports.engine.fill with parameters of type JRSection Modifier and Type Method Description protected JRFillSection
JRFillObjectFactory. getSection(JRSection section)
Constructors in net.sf.jasperreports.engine.fill with parameters of type JRSection Constructor Description JRFillSection(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 Constructor Description FillParts(JRSection section, JRFillObjectFactory fillFactory)
-
Uses of JRSection in net.sf.jasperreports.engine.util
Methods in net.sf.jasperreports.engine.util with parameters of type JRSection Modifier and Type Method Description protected void
JRElementsVisitor. visitSection(JRSection section)
protected void
JRApiWriter. 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 JRSection Modifier and Type Method Description boolean
SectionSerializer. isEmpty(com.fasterxml.jackson.databind.SerializerProvider provider, JRSection value)
void
SectionSerializer. serialize(JRSection value, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider)
-