Uses of Interface
net.sf.jasperreports.components.table.BaseCell
-
Packages that use BaseCell Package Description net.sf.jasperreports.components Contains classes for built-in components.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
Methods in net.sf.jasperreports.components with parameters of type BaseCell Modifier and Type Method Description protected voidComponentsXmlWriter. writeTableBaseCell(JRComponentElement componentElement, BaseCell cell, java.lang.String name, JRXmlWriter reportWriter) -
Uses of BaseCell in net.sf.jasperreports.components.table
Subinterfaces of BaseCell in net.sf.jasperreports.components.table Modifier and Type Interface Description interfaceCellClasses in net.sf.jasperreports.components.table that implement BaseCell Modifier and Type Class Description classCompiledBaseCellclassCompiledCellclassDesignBaseCellclassDesignCellMethods in net.sf.jasperreports.components.table that return BaseCell Modifier and Type Method Description BaseCellRowFactory. createBaseCell(BaseCell cell)BaseCellStandardTable. getNoData()BaseCellTableComponent. getNoData()Methods in net.sf.jasperreports.components.table with parameters of type BaseCell Modifier and Type Method Description protected voidColumnExpressionCollector. collectCell(BaseCell cell)BaseCellRowFactory. createBaseCell(BaseCell cell)voidStandardTable. 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 JRElementTableReport. createCell(JRElementGroup parentGroup, BaseCell cell, int originalWidth, int width, int x, int y, java.lang.Integer columnHashCode, java.util.UUID uuid, boolean forceFrame)protected JRElementTableReport. createCellElement(JRElementGroup elementGroup, BaseCell cell, int originalWidth, int width, int x, int y, java.lang.Integer columnHashCode)protected JRDesignBandTableReport. createNoData(BaseCell cell)
-