Uses of Interface
net.sf.jasperreports.components.table.Column
Packages that use Column
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 Column in net.sf.jasperreports.components.table
Classes in net.sf.jasperreports.components.table that implement ColumnMethods in net.sf.jasperreports.components.table with parameters of type ColumnModifier and TypeMethodDescriptionprotected voidTableCompiler.verifyColumn(TableComponent table, Column column, JRVerifier verifier) ColumnExpressionCollector.visitColumn(Column column) ColumnFactory.visitColumn(Column column) ColumnVisitor.visitColumn(Column column) Constructors in net.sf.jasperreports.components.table with parameters of type Column -
Uses of Column in net.sf.jasperreports.components.table.fill
Methods in net.sf.jasperreports.components.table.fill with parameters of type ColumnModifier and TypeMethodDescriptionprotected voidTableReport.ColumnHeaderCreator.addHeaderToolbarElement(Column column, JRDesignFrame frame, JRTextField sortTextField) protected voidTableReport.ColumnHeaderCreator.addIconLabelComponent(Column column, JRDesignFrame frame, String suffix) protected 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 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) FillTable.FillColumnEvaluator.visitColumn(Column column) TableReport.ReportBandCreator.visitColumn(Column column) Constructors in net.sf.jasperreports.components.table.fill with parameters of type ColumnModifierConstructorDescriptionFillColumn(Column column, Integer defaultWeight, JRPropertiesMap properties) -
Uses of Column in net.sf.jasperreports.components.table.util
Methods in net.sf.jasperreports.components.table.util with parameters of type ColumnModifier and TypeMethodDescriptionstatic intTableUtil.getColumnIndex(Column column, TableComponent table) ColumnElementsVisitor.visitColumn(Column column)