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.
|
net.sf.jasperreports.components.table.util |
Contains utility classes for the built-in Table component.
|
Modifier and Type | Class and Description |
---|---|
class |
StandardColumn |
Modifier and Type | Method and Description |
---|---|
Cell |
TableCompiler.ColumnCellSelector.getCell(Column column) |
Cell |
TableCompiler.BaseColumnCellSelector.getCell(Column column) |
protected void |
TableCompiler.verifyColumn(TableComponent table,
Column column,
JRVerifier verifier) |
BaseColumn |
ColumnFactory.visitColumn(Column column) |
Void |
ColumnExpressionCollector.visitColumn(Column column) |
R |
ColumnVisitor.visitColumn(Column column) |
Constructor and Description |
---|
StandardColumn(Column column,
ColumnFactory factory) |
Modifier and Type | Method and Description |
---|---|
protected void |
TableReport.ColumnHeaderCreator.addHeaderToolbarElement(Column column,
JRDesignFrame frame,
JRTextField sortTextField) |
protected void |
TableReport.ColumnHeaderCreator.addIconLabelComponent(Column column,
JRDesignFrame frame,
String suffix) |
protected abstract Cell |
TableReport.ReportBandCreator.columnCell(Column column) |
protected Cell |
TableReport.DetailBandCreator.columnCell(Column column) |
protected Cell |
TableReport.ColumnHeaderCreator.columnCell(Column column) |
protected Cell |
TableReport.PageFooterCreator.columnCell(Column column) |
protected Cell |
TableReport.TitleCreator.columnCell(Column column) |
protected Cell |
TableReport.SummaryCreator.columnCell(Column column) |
protected Cell |
TableReport.GroupHeaderCreator.columnCell(Column column) |
protected Cell |
TableReport.GroupFooterCreator.columnCell(Column column) |
protected JRElement |
TableReport.ReportBandCreator.createColumnCell(Column column,
JRElementGroup parentGroup,
Cell cell) |
protected JRDesignFrame |
TableReport.ColumnHeaderCreator.createColumnCell(Column column,
JRElementGroup parentGroup,
Cell cell) |
protected JRElement |
TableReport.ReportBandCreator.createColumnCell(Column column,
JRElementGroup parentGroup,
Cell cell,
boolean forceFrame) |
FillColumn |
FillTable.FillColumnEvaluator.visitColumn(Column column) |
Void |
TableReport.ReportBandCreator.visitColumn(Column column) |
Modifier and Type | Method and Description |
---|---|
static JRTextField |
TableUtil.getColumnDetailTextElement(Column column)
Deprecated.
Replaced by
TableUtil.getCellElement(Class, Cell, boolean) . |
static int |
TableUtil.getColumnIndex(Column column,
TableComponent table) |
Void |
ColumnElementsVisitor.visitColumn(Column column) |
Copyright © 2016. All rights reserved.