Uses of Interface
net.sf.jasperreports.components.table.BaseCell
Packages that use BaseCell
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 BaseCell in net.sf.jasperreports.components.table
Subinterfaces of BaseCell in net.sf.jasperreports.components.tableClasses in net.sf.jasperreports.components.table that implement BaseCellModifier and TypeClassDescriptionclassclassclassclassMethods in net.sf.jasperreports.components.table that return BaseCellModifier and TypeMethodDescriptionRowFactory.createBaseCell(BaseCell cell) StandardTable.getNoData()TableComponent.getNoData()Methods in net.sf.jasperreports.components.table with parameters of type BaseCellModifier and TypeMethodDescriptionprotected voidColumnExpressionCollector.collectCell(BaseCell cell) RowFactory.createBaseCell(BaseCell cell) voidConstructors in net.sf.jasperreports.components.table with parameters of type BaseCell -
Uses of BaseCell in net.sf.jasperreports.components.table.fill
Methods in net.sf.jasperreports.components.table.fill with parameters of type BaseCellModifier and TypeMethodDescriptionprotected JRElementTableReport.createCell(JRElementGroup parentGroup, BaseCell cell, int originalWidth, int width, int x, int y, Integer columnHashCode, UUID uuid, boolean forceFrame) protected JRElementTableReport.createCellElement(JRElementGroup elementGroup, BaseCell cell, int originalWidth, int width, int x, int y, Integer columnHashCode) protected JRDesignBandTableReport.createNoData(BaseCell cell) -
Uses of BaseCell in net.sf.jasperreports.components.table.util
Methods in net.sf.jasperreports.components.table.util that return types with arguments of type BaseCell