Uses of Interface
org.eclipse.birt.report.engine.content.ITableContent
-
Packages that use ITableContent Package Description 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 ITableContent in org.eclipse.birt.report.engine.content
Methods in org.eclipse.birt.report.engine.content that return ITableContent Modifier and Type Method Description ITableContent
IReportContent. createTableContent()
create an table content.ITableContent
IRowContent. getTable()
Methods in org.eclipse.birt.report.engine.content with parameters of type ITableContent Modifier and Type Method Description java.lang.Object
IContentVisitor. visitTable(ITableContent table, java.lang.Object value)
visit table content object -
Uses of ITableContent in org.eclipse.birt.report.engine.emitter
Methods in org.eclipse.birt.report.engine.emitter with parameters of type ITableContent Modifier and Type Method Description void
IContentEmitter. endTable(ITableContent table)
table endvoid
IContentEmitter. startTable(ITableContent table)
table started
-