Uses of Interface
net.sf.jasperreports.components.table.Cell
Packages that use Cell
Package
Description
Contains classes for the built-in Table component.
Contains fill time implementations for Table component related interfaces.
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 CellMethods in net.sf.jasperreports.components.table that return CellModifier and TypeMethodDescriptionColumnFactory.createCell(Cell cell) GroupCell.getCell()StandardGroupCell.getCell()protected abstract CellTableCompiler.BaseColumnCellSelector.getCell(BaseColumn column) TableCompiler.BaseColumnCellSelector.getCell(ColumnGroup group) TableCompiler.ColumnCellSelector.getCell(ColumnGroup group) BaseColumn.getColumnFooter()StandardBaseColumn.getColumnFooter()BaseColumn.getColumnHeader()StandardBaseColumn.getColumnHeader()Column.getDetailCell()StandardColumn.getDetailCell()BaseColumn.getGroupFooter(String groupName) StandardBaseColumn.getGroupFooter(String groupName) BaseColumn.getGroupHeader(String groupName) StandardBaseColumn.getGroupHeader(String groupName) BaseColumn.getTableFooter()StandardBaseColumn.getTableFooter()BaseColumn.getTableHeader()StandardBaseColumn.getTableHeader()Methods in net.sf.jasperreports.components.table with parameters of type CellModifier and TypeMethodDescriptionColumnFactory.createCell(Cell cell) voidvoidStandardBaseColumn.setColumnFooter(Cell header) voidStandardBaseColumn.setColumnHeader(Cell header) voidStandardColumn.setDetailCell(Cell detail) voidStandardBaseColumn.setGroupFooter(String groupName, Cell cell) voidStandardBaseColumn.setGroupHeader(String groupName, Cell cell) voidStandardBaseColumn.setTableFooter(Cell tableFooter) voidStandardBaseColumn.setTableHeader(Cell tableHeader) protected voidTableCompiler.verifyCell(Cell cell, int width, String cellName, JRVerifier verifier) Constructors in net.sf.jasperreports.components.table with parameters of type CellModifierConstructorDescriptionCompiledCell(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 CellModifier and TypeMethodDescriptionprotected CellTableReport.ColumnHeaderCreator.columnCell(Column column) protected CellTableReport.DetailBandCreator.columnCell(Column column) protected CellTableReport.GroupFooterCreator.columnCell(Column column) protected CellTableReport.GroupHeaderCreator.columnCell(Column column) protected CellTableReport.PageFooterCreator.columnCell(Column column) protected abstract CellTableReport.ReportBandCreator.columnCell(Column column) protected CellTableReport.SummaryCreator.columnCell(Column column) protected CellTableReport.TitleCreator.columnCell(Column column) protected CellTableReport.ColumnHeaderCreator.columnGroupCell(ColumnGroup group) protected CellTableReport.DetailBandCreator.columnGroupCell(ColumnGroup group) protected CellTableReport.GroupFooterCreator.columnGroupCell(ColumnGroup group) protected CellTableReport.GroupHeaderCreator.columnGroupCell(ColumnGroup group) protected CellTableReport.PageFooterCreator.columnGroupCell(ColumnGroup group) protected abstract CellTableReport.ReportBandCreator.columnGroupCell(ColumnGroup group) protected CellTableReport.SummaryCreator.columnGroupCell(ColumnGroup group) protected CellTableReport.TitleCreator.columnGroupCell(ColumnGroup group) Methods in net.sf.jasperreports.components.table.fill with parameters of type CellModifier and TypeMethodDescriptionprotected JRDesignFrameTableReport.ColumnHeaderCreator.createColumnCell(Column column, JRElementGroup parentGroup, Cell cell) protected JRElementTableReport.ReportBandCreator.createColumnCell(Column column, JRElementGroup parentGroup, Cell cell) protected JRElementTableReport.ReportBandCreator.createColumnCell(Column column, JRElementGroup parentGroup, Cell cell, boolean forceFrame) protected JRElementTableReport.ColumnHeaderCreator.createColumnGroupCell(ColumnGroup columnGroup, Cell cell, JRDesignElementGroup elementGroup) protected JRElementTableReport.ReportBandCreator.createColumnGroupCell(ColumnGroup columnGroup, Cell cell, JRDesignElementGroup elementGroup) protected JRExpressionTableReport.ColumnHeaderCreator.getColumnHeaderLabelExpression(Cell header) protected booleanprotected boolean -
Uses of Cell in net.sf.jasperreports.components.table.util
Methods in net.sf.jasperreports.components.table.util that return CellModifier and TypeMethodDescriptionstatic CellTableUtil.getCell(BaseColumn bc, int type, String grName) Methods in net.sf.jasperreports.components.table.util with parameters of type CellModifier and TypeMethodDescriptionTableUtil.getBounds(int width, Cell cell, BaseColumn col) static <T extends JRElement>
TTableUtil.getCellElement(Class<T> type, Cell cell, boolean oneElementPerCell) protected void