Uses of Class
net.sf.jasperreports.components.table.fill.TableReport.CellInfo
-
Packages that use TableReport.CellInfo Package Description net.sf.jasperreports.components.table.fill Contains fill time implementations for Table component related interfaces. -
-
Uses of TableReport.CellInfo in net.sf.jasperreports.components.table.fill
Methods in net.sf.jasperreports.components.table.fill that return types with arguments of type TableReport.CellInfo Modifier and Type Method Description protected List<TableReport.CellInfo>
TableReport.BandRowInfo. getCells()
Methods in net.sf.jasperreports.components.table.fill with parameters of type TableReport.CellInfo Modifier and Type Method Description protected void
TableReport.BandRowInfo. addCell(TableReport.CellInfo cell)
protected void
TableReport.ReportBandInfo. cellAdded(int rowLevel, TableReport.CellInfo cell)
-