|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JRBand | |
---|---|
net.sf.jasperreports.engine | Provides access to the library's main functionality through façade 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.util | Utility classes. |
Uses of JRBand in net.sf.jasperreports.engine |
---|
Methods in net.sf.jasperreports.engine that return JRBand | |
---|---|
JRBand |
JRReport.getBackground()
|
JRBand |
JRReport.getColumnFooter()
|
JRBand |
JRReport.getColumnHeader()
|
JRBand |
JRReport.getDetail()
|
JRBand |
JRGroup.getGroupFooter()
Gets the footer band created for this group. |
JRBand |
JRGroup.getGroupHeader()
Gets the header band created for this group. |
JRBand |
JRReport.getLastPageFooter()
|
JRBand |
JRReport.getNoData()
|
JRBand |
JRReport.getPageFooter()
|
JRBand |
JRReport.getPageHeader()
|
JRBand |
JRReport.getSummary()
|
JRBand |
JRReport.getTitle()
|
Uses of JRBand in net.sf.jasperreports.engine.base |
---|
Classes in net.sf.jasperreports.engine.base that implement JRBand | |
---|---|
class |
JRBaseBand
Used for implementing band functionality. |
Fields in net.sf.jasperreports.engine.base declared as JRBand | |
---|---|
protected JRBand |
JRBaseReport.background
|
protected JRBand |
JRBaseReport.columnFooter
|
protected JRBand |
JRBaseReport.columnHeader
|
protected JRBand |
JRBaseReport.detail
|
protected JRBand |
JRBaseGroup.groupFooter
|
protected JRBand |
JRBaseGroup.groupHeader
|
protected JRBand |
JRBaseReport.lastPageFooter
|
protected JRBand |
JRBaseReport.noData
|
protected JRBand |
JRBaseReport.pageFooter
|
protected JRBand |
JRBaseReport.pageHeader
|
protected JRBand |
JRBaseReport.summary
|
protected JRBand |
JRBaseReport.title
|
Methods in net.sf.jasperreports.engine.base that return JRBand | |
---|---|
JRBand |
JRBaseReport.getBackground()
|
JRBand |
JRBaseReport.getColumnFooter()
|
JRBand |
JRBaseReport.getColumnHeader()
|
JRBand |
JRBaseReport.getDetail()
|
JRBand |
JRBaseGroup.getGroupFooter()
|
JRBand |
JRBaseGroup.getGroupHeader()
|
JRBand |
JRBaseReport.getLastPageFooter()
|
JRBand |
JRBaseReport.getNoData()
|
JRBand |
JRBaseReport.getPageFooter()
|
JRBand |
JRBaseReport.getPageHeader()
|
JRBand |
JRBaseReport.getSummary()
|
JRBand |
JRBaseReport.getTitle()
|
Methods in net.sf.jasperreports.engine.base with parameters of type JRBand | |
---|---|
protected JRBaseBand |
JRBaseObjectFactory.getBand(JRBand band)
|
Constructors in net.sf.jasperreports.engine.base with parameters of type JRBand | |
---|---|
JRBaseBand(JRBand band,
JRBaseObjectFactory factory)
|
Uses of JRBand in net.sf.jasperreports.engine.design |
---|
Classes in net.sf.jasperreports.engine.design that implement JRBand | |
---|---|
class |
JRDesignBand
|
Methods in net.sf.jasperreports.engine.design with parameters of type JRBand | |
---|---|
void |
JasperDesign.setBackground(JRBand background)
Sets the background band. |
protected void |
JRDesignGroup.setBandOrigin(JRBand band,
byte type)
|
protected void |
JasperDesign.setBandOrigin(JRBand band,
byte type)
|
void |
JasperDesign.setColumnFooter(JRBand columnFooter)
Sets the column footer band. |
void |
JasperDesign.setColumnHeader(JRBand columnHeader)
Sets the column header band. |
void |
JasperDesign.setDetail(JRBand detail)
Sets the detail band. |
void |
JRDesignGroup.setGroupFooter(JRBand groupFooter)
|
void |
JRDesignGroup.setGroupHeader(JRBand groupHeader)
|
void |
JasperDesign.setLastPageFooter(JRBand lastPageFooter)
Sets the last page footer band. |
void |
JasperDesign.setNoData(JRBand noData)
Sets the noData band. |
void |
JasperDesign.setPageFooter(JRBand pageFooter)
Sets the page footer band. |
void |
JasperDesign.setPageHeader(JRBand pageHeader)
Sets the page header band. |
void |
JasperDesign.setSummary(JRBand summary)
Sets the summary band. |
void |
JasperDesign.setTitle(JRBand title)
Sets the title band. |
Uses of JRBand in net.sf.jasperreports.engine.fill |
---|
Classes in net.sf.jasperreports.engine.fill that implement JRBand | |
---|---|
class |
JRFillBand
|
Methods in net.sf.jasperreports.engine.fill that return JRBand | |
---|---|
JRBand |
JRFillGroup.getGroupFooter()
|
JRBand |
JRFillGroup.getGroupHeader()
|
Methods in net.sf.jasperreports.engine.fill with parameters of type JRBand | |
---|---|
protected JRFillBand |
JRFillObjectFactory.getBand(JRBand band)
|
Constructors in net.sf.jasperreports.engine.fill with parameters of type JRBand | |
---|---|
JRFillBand(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 | |
---|---|
protected void |
JRElementsVisitor.visitBand(JRBand band)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |