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 java.util.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 voidTableReport.BandRowInfo. addCell(TableReport.CellInfo cell)protected voidTableReport.ReportBandInfo. cellAdded(int rowLevel, TableReport.CellInfo cell)
-