Class TableReport.BandRowInfo
- java.lang.Object
-
- net.sf.jasperreports.components.table.fill.TableReport.BandRowInfo
-
- Enclosing class:
- TableReport
protected class TableReport.BandRowInfo extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidaddCell(TableReport.CellInfo cell)protected java.util.List<TableReport.CellInfo>getCells()protected JRDesignElementGroupgetElementGroup()protected voidsetElementGroup(JRDesignElementGroup elementGroup)
-
-
-
Method Detail
-
getElementGroup
protected JRDesignElementGroup getElementGroup()
-
setElementGroup
protected void setElementGroup(JRDesignElementGroup elementGroup)
-
getCells
protected java.util.List<TableReport.CellInfo> getCells()
-
addCell
protected void addCell(TableReport.CellInfo cell)
-
-