|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ITableBandContent | |
org.eclipse.birt.report.engine.content | Defines interfaces of BIRT report items for Engine to pass from executors to emitters. |
org.eclipse.birt.report.engine.emitter | Defines the interfaces of report emitters, and also provides serval general classes for emitters to output XML document, process hyperline, etc. |
Uses of ITableBandContent in org.eclipse.birt.report.engine.content |
Methods in org.eclipse.birt.report.engine.content that return ITableBandContent | |
ITableBandContent |
IReportContent.createTableHeader()
create the table header. |
ITableBandContent |
IReportContent.createTableFooter()
create the table footer. |
ITableBandContent |
IReportContent.createTableBody()
create the table body. |
ITableBandContent |
ITableContent.getHeader()
|
ITableBandContent |
ITableContent.getBody()
|
ITableBandContent |
ITableContent.getFooter()
|
Methods in org.eclipse.birt.report.engine.content with parameters of type ITableBandContent | |
void |
IContentVisitor.visitTableBand(ITableBandContent tableBand,
java.lang.Object value)
visit table band |
Uses of ITableBandContent in org.eclipse.birt.report.engine.emitter |
Methods in org.eclipse.birt.report.engine.emitter with parameters of type ITableBandContent | |
void |
IContentEmitter.startTableHeader(ITableBandContent band)
|
void |
IContentEmitter.endTableHeader(ITableBandContent band)
|
void |
IContentEmitter.startTableBody(ITableBandContent band)
|
void |
IContentEmitter.endTableBody(ITableBandContent band)
|
void |
IContentEmitter.startTableFooter(ITableBandContent band)
|
void |
IContentEmitter.endTableFooter(ITableBandContent band)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |