Uses of Interface
org.eclipse.birt.report.engine.content.IListBandContent
Packages that use IListBandContent
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 IListBandContent in org.eclipse.birt.report.engine.content
Methods in org.eclipse.birt.report.engine.content that return IListBandContentModifier and TypeMethodDescriptionIReportContent.createListBandContent()
Create the list band contentIListContent.getHeader()
Get the header of the list.Methods in org.eclipse.birt.report.engine.content with parameters of type IListBandContentModifier and TypeMethodDescriptionIContentVisitor.visitListBand
(IListBandContent listBand, Object value) visit list band content -
Uses of IListBandContent in org.eclipse.birt.report.engine.emitter
Methods in org.eclipse.birt.report.engine.emitter with parameters of type IListBandContentModifier and TypeMethodDescriptionvoid
IContentEmitter.endListBand
(IListBandContent listBand) End list bandvoid
IContentEmitter.startListBand
(IListBandContent listBand) Start list band