Uses of Interface
net.sf.jasperreports.components.table.Cell
-
Packages that use Cell Package Description net.sf.jasperreports.components.table Contains classes for the built-in Table component.net.sf.jasperreports.components.table.fill Contains fill time implementations for Table component related interfaces.net.sf.jasperreports.components.table.util Contains utility classes for the built-in Table component. -
-
Uses of Cell in net.sf.jasperreports.components.table
Classes in net.sf.jasperreports.components.table that implement Cell Modifier and Type Class Description class
CompiledCell
class
DesignCell
Methods in net.sf.jasperreports.components.table that return Cell Modifier and Type Method Description Cell
ColumnFactory. createCell(Cell cell)
Cell
GroupCell. getCell()
Cell
StandardGroupCell. getCell()
protected abstract Cell
TableCompiler.BaseColumnCellSelector. getCell(BaseColumn column)
Cell
TableCompiler.BaseColumnCellSelector. getCell(Column column)
Cell
TableCompiler.BaseColumnCellSelector. getCell(ColumnGroup group)
Cell
TableCompiler.ColumnCellSelector. getCell(Column column)
Cell
TableCompiler.ColumnCellSelector. getCell(ColumnGroup group)
Cell
BaseColumn. getColumnFooter()
Cell
StandardBaseColumn. getColumnFooter()
Cell
BaseColumn. getColumnHeader()
Cell
StandardBaseColumn. getColumnHeader()
Cell
Column. getDetailCell()
Cell
StandardColumn. getDetailCell()
Cell
BaseColumn. getGroupFooter(String groupName)
Cell
StandardBaseColumn. getGroupFooter(String groupName)
Cell
BaseColumn. getGroupHeader(String groupName)
Cell
StandardBaseColumn. getGroupHeader(String groupName)
Cell
BaseColumn. getTableFooter()
Cell
StandardBaseColumn. getTableFooter()
Cell
BaseColumn. getTableHeader()
Cell
StandardBaseColumn. getTableHeader()
Methods in net.sf.jasperreports.components.table with parameters of type Cell Modifier and Type Method Description Cell
ColumnFactory. createCell(Cell cell)
void
StandardGroupCell. setCell(Cell cell)
void
StandardBaseColumn. setColumnFooter(Cell header)
void
StandardBaseColumn. setColumnHeader(Cell header)
void
StandardColumn. setDetailCell(Cell detail)
void
StandardBaseColumn. setGroupFooter(String groupName, Cell cell)
void
StandardBaseColumn. setGroupHeader(String groupName, Cell cell)
void
StandardBaseColumn. setTableFooter(Cell tableFooter)
void
StandardBaseColumn. setTableHeader(Cell tableHeader)
protected void
TableCompiler. verifyCell(Cell cell, int width, String cellName, JRVerifier verifier)
Constructors in net.sf.jasperreports.components.table with parameters of type Cell Constructor Description CompiledCell(Cell cell, JRBaseObjectFactory factory)
StandardGroupCell(String groupName, Cell cell)
-
Uses of Cell in net.sf.jasperreports.components.table.fill
Methods in net.sf.jasperreports.components.table.fill that return Cell Modifier and Type Method Description protected Cell
TableReport.ColumnHeaderCreator. columnCell(Column column)
protected Cell
TableReport.DetailBandCreator. columnCell(Column column)
protected Cell
TableReport.GroupFooterCreator. columnCell(Column column)
protected Cell
TableReport.GroupHeaderCreator. columnCell(Column column)
protected Cell
TableReport.PageFooterCreator. columnCell(Column column)
protected abstract Cell
TableReport.ReportBandCreator. columnCell(Column column)
protected Cell
TableReport.SummaryCreator. columnCell(Column column)
protected Cell
TableReport.TitleCreator. columnCell(Column column)
protected Cell
TableReport.ColumnHeaderCreator. columnGroupCell(ColumnGroup group)
protected Cell
TableReport.DetailBandCreator. columnGroupCell(ColumnGroup group)
protected Cell
TableReport.GroupFooterCreator. columnGroupCell(ColumnGroup group)
protected Cell
TableReport.GroupHeaderCreator. columnGroupCell(ColumnGroup group)
protected Cell
TableReport.PageFooterCreator. columnGroupCell(ColumnGroup group)
protected abstract Cell
TableReport.ReportBandCreator. columnGroupCell(ColumnGroup group)
protected Cell
TableReport.SummaryCreator. columnGroupCell(ColumnGroup group)
protected Cell
TableReport.TitleCreator. columnGroupCell(ColumnGroup group)
Methods in net.sf.jasperreports.components.table.fill with parameters of type Cell Modifier and Type Method Description protected JRDesignFrame
TableReport.ColumnHeaderCreator. createColumnCell(Column column, JRElementGroup parentGroup, Cell cell)
protected JRElement
TableReport.ReportBandCreator. createColumnCell(Column column, JRElementGroup parentGroup, Cell cell)
protected JRElement
TableReport.ReportBandCreator. createColumnCell(Column column, JRElementGroup parentGroup, Cell cell, boolean forceFrame)
protected JRElement
TableReport.ColumnHeaderCreator. createColumnGroupCell(ColumnGroup columnGroup, Cell cell, JRDesignElementGroup elementGroup)
protected JRElement
TableReport.ReportBandCreator. createColumnGroupCell(ColumnGroup columnGroup, Cell cell, JRDesignElementGroup elementGroup)
protected JRExpression
TableReport.ColumnHeaderCreator. getColumnHeaderLabelExpression(Cell header)
protected boolean
TableReport.DetailBandCreator. isEmpty(Cell cell)
protected boolean
TableReport.ReportBandCreator. isEmpty(Cell cell)
-
Uses of Cell in net.sf.jasperreports.components.table.util
Methods in net.sf.jasperreports.components.table.util that return Cell Modifier and Type Method Description static Cell
TableUtil. getCell(BaseColumn bc, int type, String grName)
Methods in net.sf.jasperreports.components.table.util that return types with arguments of type Cell Modifier and Type Method Description Map<Cell,Rectangle>
TableUtil. getCellBounds()
Methods in net.sf.jasperreports.components.table.util with parameters of type Cell Modifier and Type Method Description Rectangle
TableUtil. getBounds(int width, Cell cell, BaseColumn col)
static <T extends JRElement>
TTableUtil. getCellElement(Class<T> type, Cell cell, boolean oneElementPerCell)
protected void
ColumnElementsVisitor. visitCell(Cell cell)
-