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