Uses of Interface
net.sf.jasperreports.components.table.BaseCell
-
Packages that use BaseCell 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. -
-
Uses of BaseCell in net.sf.jasperreports.components.table
Subinterfaces of BaseCell in net.sf.jasperreports.components.table Modifier and Type Interface Description interface
Cell
Classes in net.sf.jasperreports.components.table that implement BaseCell Modifier and Type Class Description class
CompiledBaseCell
class
CompiledCell
class
DesignBaseCell
class
DesignCell
Methods in net.sf.jasperreports.components.table that return BaseCell Modifier and Type Method Description BaseCell
RowFactory. createBaseCell(BaseCell cell)
BaseCell
StandardTable. getNoData()
BaseCell
TableComponent. getNoData()
Methods in net.sf.jasperreports.components.table with parameters of type BaseCell Modifier and Type Method Description protected void
ColumnExpressionCollector. collectCell(BaseCell cell)
BaseCell
RowFactory. createBaseCell(BaseCell cell)
void
StandardTable. setNoData(BaseCell noData)
Constructors in net.sf.jasperreports.components.table with parameters of type BaseCell Constructor Description CompiledBaseCell(BaseCell cell, JRBaseObjectFactory factory)
-
Uses of BaseCell in net.sf.jasperreports.components.table.fill
Methods in net.sf.jasperreports.components.table.fill with parameters of type BaseCell Modifier and Type Method Description protected JRElement
TableReport. createCell(JRElementGroup parentGroup, BaseCell cell, int originalWidth, int width, int x, int y, Integer columnHashCode, UUID uuid, boolean forceFrame)
protected JRElement
TableReport. createCellElement(JRElementGroup elementGroup, BaseCell cell, int originalWidth, int width, int x, int y, Integer columnHashCode)
protected JRDesignBand
TableReport. createNoData(BaseCell cell)
-