Uses of Interface
org.eclipse.birt.report.engine.content.ITableBandContent
Packages that use ITableBandContent
Package
Description
Defines interfaces of BIRT report items for Engine to pass from
executors to emitters.
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 ITableBandContentModifier and TypeMethodDescriptionIReportContent.createTableBandContent()
Create the table band contentITableContent.getFooter()
Get the footer band, return null if the table has no footerITableContent.getHeader()
Get the header band, return null if the table has no headerMethods in org.eclipse.birt.report.engine.content with parameters of type ITableBandContentModifier and TypeMethodDescriptionIContentVisitor.visitTableBand
(ITableBandContent tableBand, 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 ITableBandContentModifier and TypeMethodDescriptionvoid
IContentEmitter.endTableBand
(ITableBandContent band) End table bandvoid
IContentEmitter.startTableBand
(ITableBandContent band) Start table band