Package | Description |
---|---|
net.sf.dynamicreports.design.base | |
net.sf.dynamicreports.design.transformation |
Modifier and Type | Method and Description |
---|---|
DRDesignBand |
DRDesignReport.getBackgroundBand()
getBackgroundBand.
|
DRDesignBand |
DRDesignReport.getColumnFooterBand()
getColumnFooterBand.
|
DRDesignBand |
DRDesignReport.getColumnHeaderBand()
getColumnHeaderBand.
|
DRDesignBand |
DRDesignReport.getLastPageFooterBand()
getLastPageFooterBand.
|
DRDesignBand |
DRDesignReport.getNoDataBand()
getNoDataBand.
|
DRDesignBand |
DRDesignReport.getPageFooterBand()
getPageFooterBand.
|
DRDesignBand |
DRDesignReport.getPageHeaderBand()
getPageHeaderBand.
|
DRDesignBand |
DRDesignReport.getSummaryBand()
getSummaryBand.
|
DRDesignBand |
DRDesignReport.getTitleBand()
getTitleBand.
|
Modifier and Type | Method and Description |
---|---|
List<DRDesignBand> |
DRDesignReport.getDetailBands()
getDetailBands.
|
List<DRDesignBand> |
DRDesignGroup.getFooterBands()
getFooterBands.
|
List<DRDesignBand> |
DRDesignGroup.getHeaderBands()
getHeaderBands.
|
Modifier and Type | Method and Description |
---|---|
void |
DRDesignGroup.addFooterBand(DRDesignBand footerBand)
addFooterBand.
|
void |
DRDesignGroup.addFooterBand(int index,
DRDesignBand footerBand)
addFooterBand.
|
void |
DRDesignGroup.addHeaderBand(DRDesignBand headerBand)
addHeaderBand.
|
Modifier and Type | Method and Description |
---|---|
void |
DRDesignGroup.setFooterBands(List<DRDesignBand> footerBands)
Setter for the field
footerBands . |
void |
DRDesignGroup.setHeaderBands(List<DRDesignBand> headerBands)
Setter for the field
headerBands . |
Modifier and Type | Method and Description |
---|---|
protected DRDesignBand |
BandTransform.band(String bandName,
DRIBand band,
SplitType splitType,
DRIReportStyle defaultStyle,
DRIComponent defaultBackgroundComponent)
band.
|
protected DRDesignBand |
BandTransform.band(String bandName,
DRIBand band,
SplitType splitType,
DRIReportStyle defaultStyle,
DRIComponent defaultBackgroundComponent,
ResetType resetType,
DRDesignGroup resetGroup)
band.
|
DRDesignBand |
BandTransform.getBackgroundBand()
Getter for the field
backgroundBand . |
DRDesignBand |
BandTransform.getColumnFooterBand()
Getter for the field
columnFooterBand . |
DRDesignBand |
BandTransform.getColumnHeaderBand()
Getter for the field
columnHeaderBand . |
DRDesignBand |
BandTransform.getColumnHeaderForGroupBand()
Getter for the field
columnHeaderForGroupBand . |
DRDesignBand |
BandTransform.getDetailBand()
Getter for the field
detailBand . |
DRDesignBand |
BandTransform.getLastPageFooterBand()
Getter for the field
lastPageFooterBand . |
DRDesignBand |
BandTransform.getNoDataBand()
Getter for the field
noDataBand . |
DRDesignBand |
BandTransform.getPageFooterBand()
Getter for the field
pageFooterBand . |
DRDesignBand |
BandTransform.getPageHeaderBand()
Getter for the field
pageHeaderBand . |
DRDesignBand |
BandTransform.getSummaryBand()
Getter for the field
summaryBand . |
DRDesignBand |
BandTransform.getTitleBand()
Getter for the field
titleBand . |
Modifier and Type | Method and Description |
---|---|
List<DRDesignBand> |
BandTransform.getDetailBands()
Getter for the field
detailBands . |
Copyright © 2010–2021. All rights reserved.