Package | Description |
---|---|
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.engine.xml |
Contains classes for loading report templates from XML files.
|
Modifier and Type | Method and Description |
---|---|
JRSection |
TableReport.getDetailSection() |
JRSection |
TableReportGroup.getGroupFooterSection() |
JRSection |
TableReportGroup.getGroupHeaderSection() |
protected JRSection |
TableReportGroup.wrapBand(JRBand band,
BandTypeEnum bandType) |
protected JRSection |
TableReport.wrapBand(JRBand band,
JROrigin origin) |
Modifier and Type | Method and 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.
|
Modifier and Type | Class and Description |
---|---|
class |
JRBaseSection
Used for implementing section functionality.
|
Modifier and Type | Field and Description |
---|---|
protected JRSection |
JRBaseReport.detailSection |
protected JRSection |
JRBaseGroup.groupFooterSection |
protected JRSection |
JRBaseGroup.groupHeaderSection |
Modifier and Type | Method and Description |
---|---|
JRSection |
JRBaseReport.getDetailSection() |
JRSection |
JRBaseGroup.getGroupFooterSection() |
JRSection |
JRBaseGroup.getGroupHeaderSection() |
Modifier and Type | Method and Description |
---|---|
protected JRBaseSection |
JRBaseObjectFactory.getSection(JRSection section) |
Constructor and Description |
---|
JRBaseSection(JRSection section,
JRBaseObjectFactory factory) |
Modifier and Type | Class and Description |
---|---|
class |
JRDesignSection |
Modifier and Type | Method and Description |
---|---|
protected void |
JRDesignGroup.setSectionOrigin(JRSection section,
BandTypeEnum type) |
protected void |
JasperDesign.setSectionOrigin(JRSection section,
BandTypeEnum type) |
Modifier and Type | Class and Description |
---|---|
class |
JRFillSection |
Modifier and Type | Method and Description |
---|---|
JRSection |
JRFillGroup.getGroupFooterSection() |
JRSection |
JRFillGroup.getGroupHeaderSection() |
Modifier and Type | Method and Description |
---|---|
protected JRFillSection |
JRFillObjectFactory.getSection(JRSection section) |
Constructor and Description |
---|
JRFillSection(JRBaseFiller filler,
JRSection section,
JRFillObjectFactory factory) |
Constructor and Description |
---|
FillParts(JRSection section,
JRFillObjectFactory fillFactory) |
Modifier and Type | Method and Description |
---|---|
protected void |
JRElementsVisitor.visitSection(JRSection section) |
protected void |
JRApiWriter.writeSection(JRSection section,
String sectionName,
String sectionBandListGetterName) |
Modifier and Type | Method and Description |
---|---|
abstract JRSection |
JRSectionFactory.getSection() |
JRSection |
JRSectionFactory.DetailSectionFactory.getSection() |
JRSection |
JRSectionFactory.GroupHeaderSectionFactory.getSection() |
JRSection |
JRSectionFactory.GroupFooterSectionFactory.getSection() |
Modifier and Type | Method and Description |
---|---|
protected void |
JRXmlWriter.writeSection(JRSection section) |
Copyright © 2017. All rights reserved.