Package | Description |
---|---|
net.sf.reportengine.components | |
net.sf.reportengine.core.steps | |
net.sf.reportengine.in |
Modifier and Type | Method and Description |
---|---|
TableInput |
AbstractTable.getInput() |
Modifier and Type | Method and Description |
---|---|
PivotTableBuilder |
PivotTableBuilder.input(TableInput input)
Deprecated.
|
FlatTableBuilder |
FlatTableBuilder.input(TableInput input)
Deprecated.
|
Constructor and Description |
---|
AbstractColumnBasedTable(TableInput input,
List<DataColumn> dataCols,
List<GroupColumn> groupCols,
boolean showTotals,
boolean showGrandTotal,
boolean showDataRows,
boolean valuesSorted) |
AbstractTable(TableInput input,
boolean showTotals,
boolean showGrandTotal,
boolean showDataRows,
boolean valuesSorted) |
FlatTableBuilder(TableInput input)
constructs the builder for a FlatTable component
|
PivotTableBuilder(TableInput input)
constructor for this builder based on the provided input
|
Modifier and Type | Method and Description |
---|---|
TableInput |
AbstractReportInitStep.getReportInput(StepInput stepInput) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractTableInput
Minimal implementation for some ReportInput methods.
|
class |
InMemoryTableInput
Report Input implementation based on a 2 dimensional in memory array
|
class |
IntermediateCrosstabReportTableInput
Intermediate input.
|
class |
JdbcResultsetTableInput |
class |
MultipleExternalSortedFilesTableInput
Table input built from multiple files of NewRowEventsWrapper.
|
class |
SqlConnectionTableInput |
class |
SqlTableInput
Report Input implementation for database queries
There are two ways of setting up this data provider : Use case 1: providing database url, driver class , user and password Use case 2: providing a connection |
class |
TextTableInput
Report input implementation for streams (files, urls, etc) backed by a
java.io.BufferedReader
By default this implementation expects a comma (,) as data separator but you can use the #setSeparator(String) method to specify whatever separator you want |
Copyright © 2006–2015. All rights reserved.