Skip navigation links
A B C D E F G H I J L M N O P R S T U V W 

A

A0_LANDSCAPE - Static variable in class net.sf.reportengine.out.PageSize
 
A0_PORTRAIT - Static variable in class net.sf.reportengine.out.PageSize
 
A1_LANDSCAPE - Static variable in class net.sf.reportengine.out.PageSize
 
A1_PORTRAIT - Static variable in class net.sf.reportengine.out.PageSize
 
A2_LANDSCAPE - Static variable in class net.sf.reportengine.out.PageSize
 
A2_PORTRAIT - Static variable in class net.sf.reportengine.out.PageSize
 
A3_LANDSCAPE - Static variable in class net.sf.reportengine.out.PageSize
 
A3_PORTRAIT - Static variable in class net.sf.reportengine.out.PageSize
master-name="A3" page-height="594mm" page-width="420mm"
A4_LANDSCAPE - Static variable in class net.sf.reportengine.out.PageSize
 
A4_PORTRAIT - Static variable in class net.sf.reportengine.out.PageSize
master-name="A4" page-width="297mm" page-height="210mm"
A5_LANDSCAPE - Static variable in class net.sf.reportengine.out.PageSize
 
A5_PORTRAIT - Static variable in class net.sf.reportengine.out.PageSize
 
A6_LANDSCAPE - Static variable in class net.sf.reportengine.out.PageSize
 
A6_PORTRAIT - Static variable in class net.sf.reportengine.out.PageSize
 
A7_LANDSCAPE - Static variable in class net.sf.reportengine.out.PageSize
 
A7_PORTRAIT - Static variable in class net.sf.reportengine.out.PageSize
 
A8_LANDSCAPE - Static variable in class net.sf.reportengine.out.PageSize
 
A8_PORTRAIT - Static variable in class net.sf.reportengine.out.PageSize
 
AbstractAlgo - Class in net.sf.reportengine.core.algorithm
 
AbstractAlgo(String) - Constructor for class net.sf.reportengine.core.algorithm.AbstractAlgo
this constructor only sets the algorithm name
AbstractAlgoMainStep<T,U,V> - Class in net.sf.reportengine.core.algorithm.steps
abstract implementation for the IAlgorithmStep providing an algoContext and default implementations for init(), exit() methods.
AbstractAlgoMainStep() - Constructor for class net.sf.reportengine.core.algorithm.steps.AbstractAlgoMainStep
 
AbstractColumnBasedTable - Class in net.sf.reportengine.components
 
AbstractColumnBasedTable(TableInput, List<DataColumn>, List<GroupColumn>, boolean, boolean, boolean, boolean) - Constructor for class net.sf.reportengine.components.AbstractColumnBasedTable
 
AbstractCrosstabInitStep<U> - Class in net.sf.reportengine.core.steps
 
AbstractCrosstabInitStep() - Constructor for class net.sf.reportengine.core.steps.AbstractCrosstabInitStep
 
AbstractCrosstabStep<T,U,V> - Class in net.sf.reportengine.core.steps.crosstab
 
AbstractCrosstabStep() - Constructor for class net.sf.reportengine.core.steps.crosstab.AbstractCrosstabStep
 
AbstractDataColumn - Class in net.sf.reportengine.config
 
AbstractDataColumn(String) - Constructor for class net.sf.reportengine.config.AbstractDataColumn
 
AbstractDataColumn(String, GroupCalculator) - Constructor for class net.sf.reportengine.config.AbstractDataColumn
 
AbstractDataColumn(String, GroupCalculator, String) - Constructor for class net.sf.reportengine.config.AbstractDataColumn
 
AbstractDataColumn(String, GroupCalculator, String, HorizAlign) - Constructor for class net.sf.reportengine.config.AbstractDataColumn
 
AbstractDataColumn(String, GroupCalculator, String, HorizAlign, int) - Constructor for class net.sf.reportengine.config.AbstractDataColumn
 
AbstractDataColumn(String, GroupCalculator, String, HorizAlign, VertAlign, int) - Constructor for class net.sf.reportengine.config.AbstractDataColumn
 
AbstractDataColumn(String, GroupCalculator, String, HorizAlign, VertAlign, int, SortType) - Constructor for class net.sf.reportengine.config.AbstractDataColumn
 
AbstractDataColumn(String, GroupCalculator, String, String, HorizAlign, VertAlign, int, SortType) - Constructor for class net.sf.reportengine.config.AbstractDataColumn
 
AbstractExitStep<T> - Class in net.sf.reportengine.core.algorithm.steps
 
AbstractExitStep() - Constructor for class net.sf.reportengine.core.algorithm.steps.AbstractExitStep
 
AbstractFreemarkerReportOutput - Class in net.sf.reportengine.out
Abstract support for freemarker output.
AbstractFreemarkerReportOutput(Writer, boolean, OutputFormat) - Constructor for class net.sf.reportengine.out.AbstractFreemarkerReportOutput
 
AbstractGroupCalculator<R,I extends CalcIntermResult<R>,V> - Class in net.sf.reportengine.core.calc
This is just a holder for the label of group calculators.
AbstractGroupCalculator(String) - Constructor for class net.sf.reportengine.core.calc.AbstractGroupCalculator
 
AbstractGroupColumn - Class in net.sf.reportengine.config
 
AbstractGroupColumn(String, int, String, HorizAlign, boolean) - Constructor for class net.sf.reportengine.config.AbstractGroupColumn
 
AbstractGroupColumn(String, int, String, HorizAlign, VertAlign, boolean) - Constructor for class net.sf.reportengine.config.AbstractGroupColumn
 
AbstractGroupColumn(String, int, String, HorizAlign, VertAlign, boolean, SortType) - Constructor for class net.sf.reportengine.config.AbstractGroupColumn
 
AbstractInitStep<U> - Class in net.sf.reportengine.core.algorithm.steps
 
AbstractInitStep() - Constructor for class net.sf.reportengine.core.algorithm.steps.AbstractInitStep
 
AbstractMultiStepAlgo - Class in net.sf.reportengine.core.algorithm
 
AbstractMultiStepAlgo(String) - Constructor for class net.sf.reportengine.core.algorithm.AbstractMultiStepAlgo
 
AbstractMultiStepAlgo(String, Map<StepIOKeys, AlgoIOKeys>) - Constructor for class net.sf.reportengine.core.algorithm.AbstractMultiStepAlgo
 
AbstractOutputFormat - Class in net.sf.reportengine.out
 
AbstractOutputFormat() - Constructor for class net.sf.reportengine.out.AbstractOutputFormat
 
AbstractOutputInitStep<U> - Class in net.sf.reportengine.core.steps
 
AbstractOutputInitStep() - Constructor for class net.sf.reportengine.core.steps.AbstractOutputInitStep
 
AbstractOutputStep<T,U,V> - Class in net.sf.reportengine.core.steps
 
AbstractOutputStep() - Constructor for class net.sf.reportengine.core.steps.AbstractOutputStep
 
AbstractPivotData - Class in net.sf.reportengine.config
 
AbstractPivotData(GroupCalculator, String, HorizAlign) - Constructor for class net.sf.reportengine.config.AbstractPivotData
 
AbstractPivotData(GroupCalculator, String, HorizAlign, VertAlign) - Constructor for class net.sf.reportengine.config.AbstractPivotData
 
AbstractPivotData(GroupCalculator, String, String, HorizAlign, VertAlign) - Constructor for class net.sf.reportengine.config.AbstractPivotData
 
AbstractPivotHeaderRow - Class in net.sf.reportengine.config
 
AbstractPivotHeaderRow(Format) - Constructor for class net.sf.reportengine.config.AbstractPivotHeaderRow
 
AbstractPrintOutputFormat - Class in net.sf.reportengine.out
 
AbstractPrintOutputFormat(PageSize) - Constructor for class net.sf.reportengine.out.AbstractPrintOutputFormat
 
AbstractReportComponent - Class in net.sf.reportengine.components
Experimental.
AbstractReportComponent() - Constructor for class net.sf.reportengine.components.AbstractReportComponent
 
AbstractReportExitStep<T> - Class in net.sf.reportengine.core.steps
 
AbstractReportExitStep() - Constructor for class net.sf.reportengine.core.steps.AbstractReportExitStep
 
AbstractReportInitStep<U> - Class in net.sf.reportengine.core.steps
 
AbstractReportInitStep() - Constructor for class net.sf.reportengine.core.steps.AbstractReportInitStep
 
AbstractReportOutput - Class in net.sf.reportengine.out
 
AbstractReportOutput(OutputFormat) - Constructor for class net.sf.reportengine.out.AbstractReportOutput
 
AbstractReportStep<T,U,V> - Class in net.sf.reportengine.core
Default implementation for a step in the algorithm
AbstractReportStep() - Constructor for class net.sf.reportengine.core.AbstractReportStep
 
AbstractTable - Class in net.sf.reportengine.components
 
AbstractTable(TableInput, boolean, boolean, boolean, boolean) - Constructor for class net.sf.reportengine.components.AbstractTable
 
AbstractTableInput - Class in net.sf.reportengine.in
Minimal implementation for some ReportInput methods.
AbstractTableInput() - Constructor for class net.sf.reportengine.in.AbstractTableInput
 
add(StepResult) - Method in interface net.sf.reportengine.core.algorithm.AlgoContext
adds the result of a step into the context
add(StepResult) - Method in class net.sf.reportengine.core.algorithm.DefaultAlgorithmContext
 
add(ReportComponent) - Method in class net.sf.reportengine.ReportBuilder
adds a new component to the report
add(StepIOKeys, AlgoIOKeys) - Method in class net.sf.reportengine.util.StepAlgoKeyMapBuilder
 
addAlgo(AbstractAlgo) - Method in class net.sf.reportengine.core.algorithm.AlgorithmContainer
 
addData(IntermediateDataInfo) - Method in class net.sf.reportengine.core.steps.crosstab.IntermComputedDataList
adds the specified data into the list
addDataColumn(DataColumn) - Method in class net.sf.reportengine.components.FlatTableBuilder
 
addDataColumn(DataColumn) - Method in class net.sf.reportengine.components.PivotTableBuilder
 
addDataColumnValue(Object) - Method in class net.sf.reportengine.core.steps.crosstab.IntermOriginalDataColsList
add the provided value to the list
addDistinctValueIfNotExists(Object) - Method in class net.sf.reportengine.util.DistinctValuesRow
tries to add a distinct value to the list.
addExitStep(AlgorithmExitStep) - Method in class net.sf.reportengine.core.algorithm.AbstractMultiStepAlgo
adds a new exit step to the algorithm
addGroupColumn(GroupColumn) - Method in class net.sf.reportengine.components.FlatTableBuilder
 
addGroupColumn(GroupColumn) - Method in class net.sf.reportengine.components.PivotTableBuilder
 
addGroupValue(Object) - Method in class net.sf.reportengine.core.steps.crosstab.IntermOriginalGroupValuesList
adds the given values to the list
addHeaderRow(PivotHeaderRow) - Method in class net.sf.reportengine.components.PivotTableBuilder
 
addInitStep(AlgorithmInitStep) - Method in class net.sf.reportengine.core.algorithm.AbstractMultiStepAlgo
adds a new init step to the algorithm
addIntermComputedData(IntermediateDataInfo) - Method in class net.sf.reportengine.core.steps.crosstab.IntermediateReportRow
adds the given DataInfo to the existing intermediate data list
addIntermTotalsInfo(IntermediateTotalInfo) - Method in class net.sf.reportengine.core.steps.crosstab.IntermediateReportRow
adds the given total info to the total info list
addMainStep(AlgorithmMainStep) - Method in class net.sf.reportengine.core.algorithm.AbstractMultiStepAlgo
adds a new step to the algorithm
addOrigDataColValue(Object) - Method in class net.sf.reportengine.core.steps.crosstab.IntermediateReportRow
adds the given value to the data values list
addOrigGroupValue(Object) - Method in class net.sf.reportengine.core.steps.crosstab.IntermediateReportRow
adds the given group value to the existing intemediate group values list
addTotalsData(IntermediateTotalInfo) - Method in class net.sf.reportengine.core.steps.crosstab.IntermComputedTotalsList
adds the specified totalsData into the existing list
addValueIfNotExist(int, Object) - Method in class net.sf.reportengine.util.DefaultDistinctValuesHolder
adds a new value in the list of distinct values
addValueIfNotExist(int, Object) - Method in interface net.sf.reportengine.util.DistinctValuesHolder
adds a new value in the list of distinct values
addValuesToEachRow(NewRowEvent) - Method in class net.sf.reportengine.util.CalculatorIntermResultsMatrix
 
AlgoContext - Interface in net.sf.reportengine.core.algorithm
The algorithm context is a local-to-the-algorithm storage used for sharing information among algorithm steps.
AlgoInputParams - Interface in net.sf.reportengine.core.algorithm
 
AlgoIOKeys - Enum in net.sf.reportengine.util
 
Algorithm - Interface in net.sf.reportengine.core.algorithm
this is the base interface for all report algorithm
AlgorithmContainer - Class in net.sf.reportengine.core.algorithm
A list of algorithms which itself implements the Algorithm interface.
AlgorithmContainer(String) - Constructor for class net.sf.reportengine.core.algorithm.AlgorithmContainer
constructor for an algorithm container
AlgorithmException - Exception in net.sf.reportengine.core.algorithm
 
AlgorithmException(String, Throwable) - Constructor for exception net.sf.reportengine.core.algorithm.AlgorithmException
 
AlgorithmException(String) - Constructor for exception net.sf.reportengine.core.algorithm.AlgorithmException
 
AlgorithmExitStep<T> - Interface in net.sf.reportengine.core.algorithm.steps
Algorithm exit step interface
AlgorithmInitStep<U> - Interface in net.sf.reportengine.core.algorithm.steps
Definition interface for an algorithm init step
AlgorithmMainStep<T,U,V> - Interface in net.sf.reportengine.core.algorithm.steps
Interface step in the algorithm.
atLeastOneDataColumHasCalculators(List<DataColumn>) - Static method in class net.sf.reportengine.util.ReportUtils
check if all provided data columns have calculators assigned
AVG - Static variable in class net.sf.reportengine.core.calc.GroupCalculators
 
AvgCalcIntermResult<T> - Class in net.sf.reportengine.core.calc
 
AvgCalcIntermResult(T, int) - Constructor for class net.sf.reportengine.core.calc.AvgCalcIntermResult
 
AvgGroupCalculator - Class in net.sf.reportengine.core.calc
Universal average calculator.
AvgGroupCalculator() - Constructor for class net.sf.reportengine.core.calc.AvgGroupCalculator
Default constructor ( label = "Average" number of exact decimals = 32 )
AvgGroupCalculator(String) - Constructor for class net.sf.reportengine.core.calc.AvgGroupCalculator
average group calculator constructor on which you can set the label ( number of exact decimal = 32)
AvgGroupCalculator(String, MathContext) - Constructor for class net.sf.reportengine.core.calc.AvgGroupCalculator
use this constructor if you want to control the number exact decimals

B

build() - Method in class net.sf.reportengine.components.FlatTableBuilder
 
build() - Method in class net.sf.reportengine.components.PivotTableBuilder
 
build() - Method in class net.sf.reportengine.config.DefaultDataColumn.Builder
 
build() - Method in class net.sf.reportengine.config.DefaultGroupColumn.Builder
 
build() - Method in class net.sf.reportengine.config.DefaultPivotData.Builder
 
build() - Method in class net.sf.reportengine.config.DefaultPivotHeaderRow.Builder
 
build() - Method in class net.sf.reportengine.out.CellProps.Builder
 
build() - Method in class net.sf.reportengine.ReportBuilder
 
build() - Method in class net.sf.reportengine.util.StepAlgoKeyMapBuilder
 
buildEmptyCell() - Static method in class net.sf.reportengine.out.CellProps
 
Builder(int) - Constructor for class net.sf.reportengine.config.DefaultDataColumn.Builder
 
Builder(int) - Constructor for class net.sf.reportengine.config.DefaultGroupColumn.Builder
 
Builder(int) - Constructor for class net.sf.reportengine.config.DefaultPivotData.Builder
 
Builder(int) - Constructor for class net.sf.reportengine.config.DefaultPivotHeaderRow.Builder
 
Builder(Object) - Constructor for class net.sf.reportengine.out.CellProps.Builder
 

C

CalcIntermResult<E> - Interface in net.sf.reportengine.core.calc
The intermediate result for group calculators.
CalculatorIntermResultsMatrix - Class in net.sf.reportengine.util
 
CalculatorIntermResultsMatrix(int, List<DataColumn>) - Constructor for class net.sf.reportengine.util.CalculatorIntermResultsMatrix
constructor
CellProps - Class in net.sf.reportengine.out
immutable cell properties class.
CellProps.Builder - Class in net.sf.reportengine.out
builder class for CellProps
close() - Method in class net.sf.reportengine.in.AbstractTableInput
marks the input as closed
close() - Method in class net.sf.reportengine.in.IntermediateCrosstabReportTableInput
 
close() - Method in class net.sf.reportengine.in.JdbcResultsetTableInput
Closes the input meaning : "the reading session it's done !"
close() - Method in class net.sf.reportengine.in.MultipleExternalSortedFilesTableInput
empty implementation
close() - Method in class net.sf.reportengine.in.SqlConnectionTableInput
Closes the input, releases the resources and signals that the reading session is done.
close() - Method in class net.sf.reportengine.in.SqlTableInput
Closes the input meaning : "the reading session it's done !"
close() - Method in interface net.sf.reportengine.in.TableInput
use this method to release all resources used during the reading of the input lines
close() - Method in class net.sf.reportengine.in.TextTableInput
closes the input and releases all resources
close() - Method in class net.sf.reportengine.out.AbstractFreemarkerReportOutput
 
close() - Method in class net.sf.reportengine.out.AbstractReportOutput
marks the report as CLOSED.
close() - Method in class net.sf.reportengine.out.IntermediateCrosstabOutput
flushes the object output stream and then closes it
close() - Method in class net.sf.reportengine.out.PostProcessedFoReportOutput
 
close() - Method in interface net.sf.reportengine.out.ReportOutput
 
colspan(int) - Method in class net.sf.reportengine.out.CellProps.Builder
 
ColumnHeaderOutputInitStep - Class in net.sf.reportengine.core.steps
 
ColumnHeaderOutputInitStep() - Constructor for class net.sf.reportengine.core.steps.ColumnHeaderOutputInitStep
 
ColumnMetadata - Class in net.sf.reportengine.in
 
ColumnMetadata(String) - Constructor for class net.sf.reportengine.in.ColumnMetadata
WARNING: this class is using the upper case of column Id
ColumnMetadata(String, String) - Constructor for class net.sf.reportengine.in.ColumnMetadata
WARNING: this class is using the upper case of column Id
ColumnMetadata(String, String, HorizAlign) - Constructor for class net.sf.reportengine.in.ColumnMetadata
WARNING: this class is using the upper case of column Id
ColumnMetadataHolder - Interface in net.sf.reportengine.in
 
ColumnPreferences - Class in net.sf.reportengine.in
column preferences
ColumnPreferences() - Constructor for class net.sf.reportengine.in.ColumnPreferences
 
compare(NewRowEvent, NewRowEvent) - Method in class net.sf.reportengine.core.steps.NewRowComparator
 
compareMatrices(Object[][], Object[][]) - Static method in class net.sf.reportengine.util.MatrixUtils
compares the objects whithin two matrixes
compareMatricesAsStrings(Object[][], Object[][]) - Static method in class net.sf.reportengine.util.MatrixUtils
compares all values whithin the two matrixes but before comparison it calls the toString method
compute(AvgCalcIntermResult<BigDecimal>, Object) - Method in class net.sf.reportengine.core.calc.AvgGroupCalculator
this compute method is based on the following formula: AVG[n+1] = (n * AVG[n] + element[n+1] ) / (n+1)
compute(DefaultCalcIntermResult<Integer>, Object) - Method in class net.sf.reportengine.core.calc.CountGroupCalculator
increases the count
compute(FirstCalcIntermResult<T>, T) - Method in class net.sf.reportengine.core.calc.FirstGroupCalculator
if the previous result is first then it stores the new value inside the intermediate result.
compute(I, V) - Method in interface net.sf.reportengine.core.calc.GroupCalculator
compute the new value with the previous result and return a new result.
compute(DefaultCalcIntermResult<T>, T) - Method in class net.sf.reportengine.core.calc.LastGroupCalculator
stores the last value passes to this method as @param newValue
compute(DefaultCalcIntermResult<BigDecimal>, Object) - Method in class net.sf.reportengine.core.calc.MaxGroupCalculator
checks whether the new value is lower than the previous result
compute(DefaultCalcIntermResult<BigDecimal>, Object) - Method in class net.sf.reportengine.core.calc.MinGroupCalculator
compares the previous result with the new value and returns the minimum
compute(DefaultCalcIntermResult<BigDecimal>, Object) - Method in class net.sf.reportengine.core.calc.SumGroupCalculator
adds the new value to the previous intermediate result by converting it to BigDecimal.
computeAggLevelForCalcRowNumber(StepInput, int) - Method in class net.sf.reportengine.core.AbstractReportStep
computes the aggregation level for the given row of the calculators matrix
computeAggLevelForCalcRowNumber(StepInput, int) - Method in class net.sf.reportengine.core.steps.crosstab.IntermedRowMangerStep
computes the aggregation level for the given row of the calculators matrix
computeCalcRowNumberForAggLevel(StepInput, int) - Method in class net.sf.reportengine.core.AbstractReportStep
computes the row number (from the calculators matrix) where the totals are for the given level
computeCalcRowNumberForAggLevel(StepInput, int) - Method in class net.sf.reportengine.core.steps.crosstab.IntermedRowMangerStep
computes the row number (from the calculators matrix) where the totals are for the given level
computeCoeficients() - Method in class net.sf.reportengine.util.CrossTabCoefficients
initializing the coefficients ...
ConfigIntermedReportOutputInitStep - Class in net.sf.reportengine.core.steps.intermed
 
ConfigIntermedReportOutputInitStep() - Constructor for class net.sf.reportengine.core.steps.intermed.ConfigIntermedReportOutputInitStep
 
ConfigValidationException - Exception in net.sf.reportengine.core
This is a configuration exception
ConfigValidationException(String) - Constructor for exception net.sf.reportengine.core.ConfigValidationException
 
ConfigValidationException(Throwable) - Constructor for exception net.sf.reportengine.core.ConfigValidationException
 
ConfigValidationException(String, Throwable) - Constructor for exception net.sf.reportengine.core.ConfigValidationException
 
ConstrDataColsForSecondProcessInitStep - Class in net.sf.reportengine.core.steps.crosstab
 
ConstrDataColsForSecondProcessInitStep() - Constructor for class net.sf.reportengine.core.steps.crosstab.ConstrDataColsForSecondProcessInitStep
 
ConstrGrpColsForSecondProcessInitStep - Class in net.sf.reportengine.core.steps.crosstab
 
ConstrGrpColsForSecondProcessInitStep() - Constructor for class net.sf.reportengine.core.steps.crosstab.ConstrGrpColsForSecondProcessInitStep
 
ConstrIntermedDataColsInitStep - Class in net.sf.reportengine.core.steps.intermed
 
ConstrIntermedDataColsInitStep() - Constructor for class net.sf.reportengine.core.steps.intermed.ConstrIntermedDataColsInitStep
 
ConstrIntermedGrpColsInitStep - Class in net.sf.reportengine.core.steps.intermed
 
ConstrIntermedGrpColsInitStep() - Constructor for class net.sf.reportengine.core.steps.intermed.ConstrIntermedGrpColsInitStep
 
COUNT - Static variable in class net.sf.reportengine.core.calc.GroupCalculators
 
CountGroupCalculator - Class in net.sf.reportengine.core.calc
Universal count calculator.
CountGroupCalculator() - Constructor for class net.sf.reportengine.core.calc.CountGroupCalculator
constructor (sets the label = "Count")
CountGroupCalculator(String) - Constructor for class net.sf.reportengine.core.calc.CountGroupCalculator
Use this constructor when you want to control the label
createBigDecimal(Object) - Static method in class net.sf.reportengine.util.ReportUtils
 
createDataColumn(int, ColumnPreferences, ColumnMetadata) - Static method in class net.sf.reportengine.util.ReportUtils
 
createDataColumn(int, ColumnMetadata) - Static method in class net.sf.reportengine.util.ReportUtils
 
createFileFromClassPath(String) - Static method in class net.sf.reportengine.util.ReportIoUtils
 
createGroupColumn(int, int, ColumnPreferences, ColumnMetadata) - Static method in class net.sf.reportengine.util.ReportUtils
 
createInputStreamFromClassPath(String) - Static method in class net.sf.reportengine.util.ReportIoUtils
 
createInputStreamFromFile(File) - Static method in class net.sf.reportengine.util.ReportIoUtils
 
createOutputStreamFromPath(String) - Static method in class net.sf.reportengine.util.ReportIoUtils
 
createOutputStreamFromPath(String, boolean) - Static method in class net.sf.reportengine.util.ReportIoUtils
 
createReaderFromClassPath(String) - Static method in class net.sf.reportengine.util.ReportIoUtils
 
createReaderFromClassPath(String, String) - Static method in class net.sf.reportengine.util.ReportIoUtils
 
createReaderFromFile(File) - Static method in class net.sf.reportengine.util.ReportIoUtils
 
createReaderFromFile(File, String) - Static method in class net.sf.reportengine.util.ReportIoUtils
 
createReaderFromPath(String) - Static method in class net.sf.reportengine.util.ReportIoUtils
 
createReaderFromPath(String, String) - Static method in class net.sf.reportengine.util.ReportIoUtils
 
createTempFile(String) - Static method in class net.sf.reportengine.util.ReportIoUtils
creates a temporary file with the given previx and the .tmp extension
createTempFile(String, String) - Static method in class net.sf.reportengine.util.ReportIoUtils
creates a temporary file with the given prefix and extension.
createWriterFromFile(File) - Static method in class net.sf.reportengine.util.ReportIoUtils
 
createWriterFromFile(File, String) - Static method in class net.sf.reportengine.util.ReportIoUtils
 
createWriterFromPath(String) - Static method in class net.sf.reportengine.util.ReportIoUtils
 
createWriterFromPath(String, boolean) - Static method in class net.sf.reportengine.util.ReportIoUtils
 
createWriterFromPath(String, boolean, String) - Static method in class net.sf.reportengine.util.ReportIoUtils
 
CrossTabCoefficients - Class in net.sf.reportengine.util
Helper class for Cross Tab reports holding some important coefficients like : 1. the number of total columns 2. the numnber of spaces per row 3. the number of totals per row 4. the colspanPerRow for non-space and non-total values
CrossTabCoefficients(String[][], boolean) - Constructor for class net.sf.reportengine.util.CrossTabCoefficients
empty constructor
CrosstabHeaderOutputInitStep - Class in net.sf.reportengine.core.steps.crosstab
displays the column headers for the crosstab report
CrosstabHeaderOutputInitStep() - Constructor for class net.sf.reportengine.core.steps.crosstab.CrosstabHeaderOutputInitStep
 
CtMetadata - Class in net.sf.reportengine.util
 
CtMetadata(DistinctValuesHolder) - Constructor for class net.sf.reportengine.util.CtMetadata
 

D

DATA_CELL_TEMPLATE - Static variable in class net.sf.reportengine.core.steps.DataRowsOutputStep
 
DataColumn - Interface in net.sf.reportengine.config
Data column for flat and pivot tables.
dataColumns(List<DataColumn>) - Method in class net.sf.reportengine.components.FlatTableBuilder
 
dataColumns(List<DataColumn>) - Method in class net.sf.reportengine.components.PivotTableBuilder
 
DataRowsOutputStep - Class in net.sf.reportengine.core.steps
 
DataRowsOutputStep() - Constructor for class net.sf.reportengine.core.steps.DataRowsOutputStep
 
DEBUG - Static variable in class net.sf.reportengine.util.ReportUtils
debug flag
DEFAULT_COLUMN_HEADER - Static variable in class net.sf.reportengine.in.AbstractTableInput
default header for columns
DEFAULT_EXCEL_XML_TEMPLATES_CLASS_PATH - Static variable in class net.sf.reportengine.out.ExcelXmlReportOutput
 
DEFAULT_FO_TEMPLATES_CLASS_PATH - Static variable in class net.sf.reportengine.out.FoReportOutput
the default FO templates class path
DEFAULT_HTML_TEMPLATES_CLASS_PATH - Static variable in class net.sf.reportengine.out.HtmlReportOutput
the default class path for freemarker templates
DEFAULT_SORT_LEVEL - Static variable in class net.sf.reportengine.in.ColumnPreferences
 
DefaultAlgorithmContext - Class in net.sf.reportengine.core.algorithm
this class holds important values of the current algorithm.
DefaultAlgorithmContext() - Constructor for class net.sf.reportengine.core.algorithm.DefaultAlgorithmContext
constructor of the class
DefaultCalcIntermResult<E> - Class in net.sf.reportengine.core.calc
This is an immutable wrapper around the value stored as the intermediate result of the group computations.
DefaultCalcIntermResult(E) - Constructor for class net.sf.reportengine.core.calc.DefaultCalcIntermResult
constructs this wrapper based on the value/result
DefaultDataColumn - Class in net.sf.reportengine.config
This is the basic implementation for a data column.
DefaultDataColumn() - Constructor for class net.sf.reportengine.config.DefaultDataColumn
default constructor.
DefaultDataColumn(int) - Constructor for class net.sf.reportengine.config.DefaultDataColumn
 
DefaultDataColumn(String, int) - Constructor for class net.sf.reportengine.config.DefaultDataColumn
 
DefaultDataColumn(String, int, GroupCalculator) - Constructor for class net.sf.reportengine.config.DefaultDataColumn
 
DefaultDataColumn(String, int, GroupCalculator, String) - Constructor for class net.sf.reportengine.config.DefaultDataColumn
 
DefaultDataColumn(String, int, GroupCalculator, String, HorizAlign) - Constructor for class net.sf.reportengine.config.DefaultDataColumn
 
DefaultDataColumn(String, int, GroupCalculator, String, HorizAlign, int) - Constructor for class net.sf.reportengine.config.DefaultDataColumn
 
DefaultDataColumn(String, int, GroupCalculator, String, HorizAlign, VertAlign, int, SortType) - Constructor for class net.sf.reportengine.config.DefaultDataColumn
 
DefaultDataColumn.Builder - Class in net.sf.reportengine.config
 
DefaultDistinctValuesHolder - Class in net.sf.reportengine.util
holder class for all distinct values found while parsing the header rows The main functionality if given by a hashmap having a string as a key and a HeaderDistinctValuesDescriptor as value.
DefaultDistinctValuesHolder(List<PivotHeaderRow>) - Constructor for class net.sf.reportengine.util.DefaultDistinctValuesHolder
 
DefaultGroupColumn - Class in net.sf.reportengine.config
Grouping Column based on a single input column
DefaultGroupColumn() - Constructor for class net.sf.reportengine.config.DefaultGroupColumn
 
DefaultGroupColumn(int) - Constructor for class net.sf.reportengine.config.DefaultGroupColumn
 
DefaultGroupColumn(int, int) - Constructor for class net.sf.reportengine.config.DefaultGroupColumn
 
DefaultGroupColumn(String, int, int) - Constructor for class net.sf.reportengine.config.DefaultGroupColumn
 
DefaultGroupColumn(String, int, int, String) - Constructor for class net.sf.reportengine.config.DefaultGroupColumn
 
DefaultGroupColumn(String, int, int, String, HorizAlign) - Constructor for class net.sf.reportengine.config.DefaultGroupColumn
 
DefaultGroupColumn(String, int, int, String, HorizAlign, boolean) - Constructor for class net.sf.reportengine.config.DefaultGroupColumn
 
DefaultGroupColumn(String, int, int, String, HorizAlign, VertAlign, boolean) - Constructor for class net.sf.reportengine.config.DefaultGroupColumn
 
DefaultGroupColumn(String, int, int, String, HorizAlign, VertAlign, boolean, SortType) - Constructor for class net.sf.reportengine.config.DefaultGroupColumn
 
DefaultGroupColumn.Builder - Class in net.sf.reportengine.config
 
DefaultPivotData - Class in net.sf.reportengine.config
 
DefaultPivotData() - Constructor for class net.sf.reportengine.config.DefaultPivotData
 
DefaultPivotData(int) - Constructor for class net.sf.reportengine.config.DefaultPivotData
 
DefaultPivotData(int, GroupCalculator) - Constructor for class net.sf.reportengine.config.DefaultPivotData
 
DefaultPivotData(int, GroupCalculator, String) - Constructor for class net.sf.reportengine.config.DefaultPivotData
 
DefaultPivotData(int, GroupCalculator, String, HorizAlign) - Constructor for class net.sf.reportengine.config.DefaultPivotData
 
DefaultPivotData(int, GroupCalculator, String, HorizAlign, VertAlign) - Constructor for class net.sf.reportengine.config.DefaultPivotData
 
DefaultPivotData.Builder - Class in net.sf.reportengine.config
 
DefaultPivotHeaderRow - Class in net.sf.reportengine.config
 
DefaultPivotHeaderRow(int) - Constructor for class net.sf.reportengine.config.DefaultPivotHeaderRow
 
DefaultPivotHeaderRow(int, Format) - Constructor for class net.sf.reportengine.config.DefaultPivotHeaderRow
 
DefaultPivotHeaderRow.Builder - Class in net.sf.reportengine.config
 
deleteTempFileIfNotDebug(File) - Static method in class net.sf.reportengine.util.ReportIoUtils
deletes the specified file only if DEBUG is not set to true.
DeleteTempIntermFilesAlgo - Class in net.sf.reportengine.core.algorithm.report
 
DeleteTempIntermFilesAlgo() - Constructor for class net.sf.reportengine.core.algorithm.report.DeleteTempIntermFilesAlgo
 
DeleteTempSortedFilesAlgo - Class in net.sf.reportengine.core.algorithm.report
 
DeleteTempSortedFilesAlgo() - Constructor for class net.sf.reportengine.core.algorithm.report.DeleteTempSortedFilesAlgo
 
DistinctValuesDetectorStep - Class in net.sf.reportengine.core.steps.crosstab
Mainly this step detects the distinct values appearing on crosstabHeadersRows.
DistinctValuesDetectorStep() - Constructor for class net.sf.reportengine.core.steps.crosstab.DistinctValuesDetectorStep
 
DistinctValuesHolder - Interface in net.sf.reportengine.util
 
DistinctValuesRow - Class in net.sf.reportengine.util
 
DistinctValuesRow() - Constructor for class net.sf.reportengine.util.DistinctValuesRow
 

E

empty() - Method in class net.sf.reportengine.core.steps.crosstab.IntermComputedDataList
clears the values of data
empty() - Method in class net.sf.reportengine.core.steps.crosstab.IntermComputedTotalsList
clears the list
empty() - Method in class net.sf.reportengine.core.steps.crosstab.IntermOriginalDataColsList
clears the data values list
empty() - Method in class net.sf.reportengine.core.steps.crosstab.IntermOriginalGroupValuesList
clears the list
EMPTY_READ_ONLY_PARAMS_MAP - Static variable in interface net.sf.reportengine.core.algorithm.Algorithm
 
EmptyLine - Class in net.sf.reportengine.components
 
EmptyLine() - Constructor for class net.sf.reportengine.components.EmptyLine
 
emptyRow() - Method in class net.sf.reportengine.core.steps.crosstab.IntermediateReportRow
clears all 4 lists of values
END_DATA_ROW_TEMPLATE - Static variable in class net.sf.reportengine.core.steps.DataRowsOutputStep
 
END_HEADER_ROW_TEMPLATE - Static variable in class net.sf.reportengine.core.steps.ColumnHeaderOutputInitStep
 
EndTableExitStep - Class in net.sf.reportengine.core.steps
 
EndTableExitStep() - Constructor for class net.sf.reportengine.core.steps.EndTableExitStep
 
equals(Object) - Method in class net.sf.reportengine.core.algorithm.NewRowEvent
 
equals(Object) - Method in class net.sf.reportengine.core.steps.crosstab.IntermComputedDataList
 
equals(Object) - Method in class net.sf.reportengine.core.steps.crosstab.IntermComputedTotalsList
 
equals(Object) - Method in class net.sf.reportengine.core.steps.crosstab.IntermediateDataInfo
 
equals(Object) - Method in class net.sf.reportengine.core.steps.crosstab.IntermediateReportRow
 
equals(Object) - Method in class net.sf.reportengine.core.steps.crosstab.IntermediateTotalInfo
 
equals(Object) - Method in class net.sf.reportengine.core.steps.crosstab.IntermOriginalDataColsList
 
equals(Object) - Method in class net.sf.reportengine.core.steps.crosstab.IntermOriginalGroupValuesList
 
equals(Object) - Method in class net.sf.reportengine.core.steps.NewRowEventWrapper
 
equals(Object) - Method in class net.sf.reportengine.out.CellProps
equals
ExcelXmlOutputFormat - Class in net.sf.reportengine.out
 
ExcelXmlOutputFormat() - Constructor for class net.sf.reportengine.out.ExcelXmlOutputFormat
 
ExcelXmlReportOutput - Class in net.sf.reportengine.out
Excel output for reports.
ExcelXmlReportOutput(Writer) - Constructor for class net.sf.reportengine.out.ExcelXmlReportOutput
 
ExcelXmlReportOutput(Writer, boolean) - Constructor for class net.sf.reportengine.out.ExcelXmlReportOutput
 
ExcelXmlReportOutput(Writer, boolean, ExcelXmlOutputFormat) - Constructor for class net.sf.reportengine.out.ExcelXmlReportOutput
 
execute(Map<AlgoIOKeys, Object>) - Method in interface net.sf.reportengine.core.algorithm.Algorithm
executes the algorithm based on the input and returns the output
execute(Map<AlgoIOKeys, Object>) - Method in class net.sf.reportengine.core.algorithm.AlgorithmContainer
calls the execute method of each algorithm and passes the results from one to the other until the end of the algorithm list is reached
execute(Map<AlgoIOKeys, Object>) - Method in class net.sf.reportengine.core.algorithm.report.DeleteTempIntermFilesAlgo
 
execute(Map<AlgoIOKeys, Object>) - Method in class net.sf.reportengine.core.algorithm.report.DeleteTempSortedFilesAlgo
 
execute(Map<AlgoIOKeys, Object>) - Method in class net.sf.reportengine.core.algorithm.report.LoopThroughTableInputAlgo
executes the report
execute(NewRowEvent, StepInput) - Method in interface net.sf.reportengine.core.algorithm.steps.AlgorithmMainStep
callback method called for each row
execute(NewRowEvent, StepInput) - Method in class net.sf.reportengine.core.steps.crosstab.DistinctValuesDetectorStep
 
execute(NewRowEvent, StepInput) - Method in class net.sf.reportengine.core.steps.crosstab.IntermedRowMangerStep
 
execute(NewRowEvent, StepInput) - Method in class net.sf.reportengine.core.steps.DataRowsOutputStep
Constructs a cell for each value and sends it to output
execute(NewRowEvent, StepInput) - Method in class net.sf.reportengine.core.steps.ExternalSortPreparationStep
 
execute(NewRowEvent, StepInput) - Method in class net.sf.reportengine.core.steps.FlatTableTotalsOutputStep
execute
execute(NewRowEvent, StepInput) - Method in class net.sf.reportengine.core.steps.GroupLevelDetectorStep
execute method
execute(NewRowEvent, StepInput) - Method in class net.sf.reportengine.core.steps.InMemorySortStep
 
execute(NewRowEvent, StepInput) - Method in class net.sf.reportengine.core.steps.intermed.IntermedPreviousRowManagerStep
executes the super only if the report has group columns
execute(NewRowEvent, StepInput) - Method in class net.sf.reportengine.core.steps.PreviousRowManagerStep
 
execute(NewRowEvent, StepInput) - Method in class net.sf.reportengine.core.steps.TotalsCalculatorStep
execute
execute() - Method in interface net.sf.reportengine.Report
runs the report
exit(StepInput) - Method in interface net.sf.reportengine.core.algorithm.steps.AlgorithmExitStep
called when finishing the algorithm execution
exit(StepInput) - Method in interface net.sf.reportengine.core.algorithm.steps.AlgorithmMainStep
called when finishing the algorithm execution
exit(StepInput) - Method in class net.sf.reportengine.core.steps.crosstab.DistinctValuesDetectorStep
 
exit(StepInput) - Method in class net.sf.reportengine.core.steps.crosstab.IntermedRowMangerStep
 
exit(StepInput) - Method in class net.sf.reportengine.core.steps.DataRowsOutputStep
 
exit(StepInput) - Method in class net.sf.reportengine.core.steps.EndTableExitStep
 
exit(StepInput) - Method in class net.sf.reportengine.core.steps.ExternalSortPreparationStep
 
exit(StepInput) - Method in class net.sf.reportengine.core.steps.FlatTableTotalsOutputStep
exit displays the last totals in the calculator matrix buffer and the grand total
exit(StepInput) - Method in class net.sf.reportengine.core.steps.GroupLevelDetectorStep
 
exit(StepInput) - Method in class net.sf.reportengine.core.steps.InMemorySortStep
 
exit(StepInput) - Method in class net.sf.reportengine.core.steps.intermed.IntermedSetResultsExitStep
 
exit(StepInput) - Method in class net.sf.reportengine.core.steps.PreviousRowManagerStep
 
exit(StepInput) - Method in class net.sf.reportengine.core.steps.TotalsCalculatorStep
 
exportToHtml() - Method in class net.sf.reportengine.util.IntermedCrosstabViewer
 
ExternalSortPreparationStep - Class in net.sf.reportengine.core.steps
 
ExternalSortPreparationStep() - Constructor for class net.sf.reportengine.core.steps.ExternalSortPreparationStep
 
ExternalSortPreparationStep(int) - Constructor for class net.sf.reportengine.core.steps.ExternalSortPreparationStep
 

F

FIRST - Static variable in class net.sf.reportengine.core.calc.GroupCalculators
 
FirstCalcIntermResult<T> - Class in net.sf.reportengine.core.calc
 
FirstCalcIntermResult(T, boolean) - Constructor for class net.sf.reportengine.core.calc.FirstCalcIntermResult
 
FirstGroupCalculator<T> - Class in net.sf.reportengine.core.calc
This calculator will return the first value passed after calling init.
FirstGroupCalculator() - Constructor for class net.sf.reportengine.core.calc.FirstGroupCalculator
builds this group calculator with the default label
FirstGroupCalculator(String) - Constructor for class net.sf.reportengine.core.calc.FirstGroupCalculator
builds this group calculator with a custom label
FlatReportExtractTotalsDataInitStep - Class in net.sf.reportengine.core.steps
extracts some useful data to be used by the next steps in the report. 1.The distribution of calculators among data columns this step constructs the distribution of calculators array which keeps track of the distribution of calculators in the dataColumns array.
FlatReportExtractTotalsDataInitStep() - Constructor for class net.sf.reportengine.core.steps.FlatReportExtractTotalsDataInitStep
 
FlatTable - Interface in net.sf.reportengine.components
This is a normal tabular report (don't get confused by its name) The layout of a flat table looks like: Column 1Column 2column 3column 4column 5 data 11 data 12 data 13 data 14 data 15 data 21 data 22 data 23 data 24 data 25 data 31 data 32 data 33 data 34 data 35 The mandatory settings of a flat table are: data columns table input The optional settings are: group columns sorting values showing data showing totals showing grand total Usually the flat table is used as a component of a report: {@code FlatTable flatTable = new FlatTableBuilder() .input(new TextInput(".
FlatTableBuilder - Class in net.sf.reportengine.components
Builder for a FlatTable component The typical usage is: {@code FlatTable flatTable = new FlatTableBuilder(new TextTableInput(".
FlatTableBuilder(TableInput) - Constructor for class net.sf.reportengine.components.FlatTableBuilder
constructs the builder for a FlatTable component
FlatTableTotalsOutputStep - Class in net.sf.reportengine.core.steps
 
FlatTableTotalsOutputStep() - Constructor for class net.sf.reportengine.core.steps.FlatTableTotalsOutputStep
 
FM_TEMPLATE_NAME - Static variable in class net.sf.reportengine.components.ReportTitle
 
FoOutputFormat - Class in net.sf.reportengine.out
 
FoOutputFormat() - Constructor for class net.sf.reportengine.out.FoOutputFormat
 
FoOutputFormat(PageSize) - Constructor for class net.sf.reportengine.out.FoOutputFormat
 
FopUserAgentProperties - Class in net.sf.reportengine.out
 
FopUserAgentProperties(String, String) - Constructor for class net.sf.reportengine.out.FopUserAgentProperties
 
FoReportOutput - Class in net.sf.reportengine.out
FO (Formatting Objects) output for reports.
FoReportOutput(Writer) - Constructor for class net.sf.reportengine.out.FoReportOutput
 
FoReportOutput(Writer, boolean) - Constructor for class net.sf.reportengine.out.FoReportOutput
 
FoReportOutput(Writer, boolean, FoOutputFormat) - Constructor for class net.sf.reportengine.out.FoReportOutput
 

G

GenerateCrosstabMetadataInitStep - Class in net.sf.reportengine.core.steps.crosstab
 
GenerateCrosstabMetadataInitStep() - Constructor for class net.sf.reportengine.core.steps.crosstab.GenerateCrosstabMetadataInitStep
 
get(StepIOKeys) - Method in interface net.sf.reportengine.core.algorithm.AlgoContext
gets a value from the context
get(StepIOKeys) - Method in class net.sf.reportengine.core.algorithm.DefaultAlgorithmContext
gets the value whithin the context having the specified identifier
getAlgoInput(AlgoIOKeys) - Method in class net.sf.reportengine.core.steps.StepInput
 
getAuthor() - Method in class net.sf.reportengine.out.FopUserAgentProperties
 
getCalcIntermResultsMatrix(StepInput) - Method in class net.sf.reportengine.core.AbstractReportStep
returns the calculator within context
getCalculator() - Method in class net.sf.reportengine.config.AbstractDataColumn
getter for this column's calculator (if any)
getCalculator() - Method in class net.sf.reportengine.config.AbstractPivotData
 
getCalculator() - Method in interface net.sf.reportengine.config.DataColumn
returns the calculator (if any) to be used on this column
getCalculator() - Method in interface net.sf.reportengine.config.PivotData
 
getCalculator() - Method in class net.sf.reportengine.config.SecondProcessDataColumn
 
getCalculator() - Method in class net.sf.reportengine.config.SecondProcessDataColumnFromOriginalDataColumn
 
getCalculator() - Method in class net.sf.reportengine.config.SecondProcessTotalColumn
 
getCalculator() - Method in class net.sf.reportengine.in.ColumnPreferences
 
getCalculatorDistributionInColumnDataArray(StepInput) - Method in class net.sf.reportengine.core.AbstractReportStep
getter for the distribution of calculators in data columns array
getColspan() - Method in class net.sf.reportengine.out.CellProps
column span
getColspan() - Method in class net.sf.reportengine.util.CtMetadata
 
getColspanForLevel(int) - Method in class net.sf.reportengine.util.CtMetadata
 
getColspanForRow(int) - Method in class net.sf.reportengine.util.CrossTabCoefficients
 
getColspanPerRow() - Method in class net.sf.reportengine.util.CrossTabCoefficients
 
getColspanWhenTotals() - Method in class net.sf.reportengine.util.CrossTabCoefficients
Deprecated.
getColspanWhenTotals(int) - Method in class net.sf.reportengine.util.CtMetadata
 
getColumnId() - Method in class net.sf.reportengine.in.ColumnMetadata
 
getColumnLabel() - Method in class net.sf.reportengine.in.ColumnMetadata
 
getColumnMetadata() - Method in interface net.sf.reportengine.in.ColumnMetadataHolder
getter for columns metadata (column label/header, horizontal alignment, etc.)
getColumnMetadata() - Method in class net.sf.reportengine.in.InMemoryTableInput
 
getColumnMetadata() - Method in class net.sf.reportengine.in.JdbcResultsetTableInput
 
getColumnMetadata() - Method in class net.sf.reportengine.in.SqlConnectionTableInput
 
getColumnMetadata() - Method in class net.sf.reportengine.in.SqlTableInput
 
getColumnMetadata() - Method in class net.sf.reportengine.in.TextTableInput
 
getComponents() - Method in class net.sf.reportengine.ReportBuilder
 
getComputedValue() - Method in class net.sf.reportengine.core.steps.crosstab.IntermediateTotalInfo
 
getContextParam(StepIOKeys) - Method in class net.sf.reportengine.core.steps.StepInput
 
getCount() - Method in class net.sf.reportengine.core.calc.AvgCalcIntermResult
 
getCrosstabData(StepInput) - Method in class net.sf.reportengine.core.steps.AbstractCrosstabInitStep
 
getCrosstabData(StepInput) - Method in class net.sf.reportengine.core.steps.crosstab.AbstractCrosstabStep
 
getCrosstabData(StepInput) - Method in class net.sf.reportengine.core.steps.crosstab.CrosstabHeaderOutputInitStep
 
getCrosstabHeaderRows(StepInput) - Method in class net.sf.reportengine.core.steps.crosstab.AbstractCrosstabStep
 
getCrosstabHeaderRowsLength(StepInput) - Method in class net.sf.reportengine.core.steps.crosstab.AbstractCrosstabStep
 
getDataColumnCount() - Method in class net.sf.reportengine.util.CtMetadata
 
getDataColumns() - Method in class net.sf.reportengine.components.AbstractColumnBasedTable
getter for data colums of this report
getDataColumns(StepInput) - Method in class net.sf.reportengine.core.AbstractReportStep
ATTENTION : changing the implementation of this method will have effect on the following methods: #getDataColumnsLength()
getDataColumns(StepInput) - Method in class net.sf.reportengine.core.steps.AbstractReportInitStep
ATTENTION : changing the implementation of this method will have effect on the following methods: #getDataColumnsLength()
getDataColumns(StepInput) - Method in class net.sf.reportengine.core.steps.crosstab.CrosstabHeaderOutputInitStep
 
getDataColumns(StepInput) - Method in class net.sf.reportengine.core.steps.intermed.IntermedDataRowsOutputStep
ATTENTION : changing the implementation of this method will have effect on the following methods: #getDataColumns() #getDataColumnsLength()
getDataColumns(StepInput) - Method in class net.sf.reportengine.core.steps.intermed.IntermedReportExtractTotalsDataInitStep
ATTENTION : changing the implementation of this method will have effect on the following methods: #getDataColumnsLength()
getDataColumns(StepInput) - Method in class net.sf.reportengine.core.steps.intermed.IntermedTotalsCalculatorStep
 
getDataColumns(StepInput) - Method in class net.sf.reportengine.core.steps.intermed.IntermedTotalsOutputStep
ATTENTION : changing the implementation of this method will have effect on the following methods: #getDataColumns() #getDataColumnsLength()
getDataColumnsLength(StepInput) - Method in class net.sf.reportengine.core.AbstractReportStep
 
getDataColumnsLength(StepInput) - Method in class net.sf.reportengine.core.steps.AbstractReportInitStep
 
getDataList() - Method in class net.sf.reportengine.core.steps.crosstab.IntermComputedDataList
returns the data list
getDataRowCount(StepInput) - Method in class net.sf.reportengine.core.AbstractReportStep
returns the data row count from the report context
getDataValues() - Method in class net.sf.reportengine.core.steps.crosstab.IntermOriginalDataColsList
 
getDbConnString() - Method in class net.sf.reportengine.in.SqlTableInput
 
getDbDriverClass() - Method in class net.sf.reportengine.in.SqlTableInput
 
getDbPassword() - Method in class net.sf.reportengine.in.SqlTableInput
 
getDbUser() - Method in class net.sf.reportengine.in.SqlTableInput
 
getDistinctHeaderValues() - Method in class net.sf.reportengine.util.CrossTabCoefficients
 
getDistinctValues() - Method in class net.sf.reportengine.util.DistinctValuesRow
 
getDistinctValuesCountForLevel(int) - Method in class net.sf.reportengine.util.CtMetadata
 
getDistinctValuesCountForLevel(int) - Method in class net.sf.reportengine.util.DefaultDistinctValuesHolder
 
getDistinctValuesCountForLevel(int) - Method in interface net.sf.reportengine.util.DistinctValuesHolder
 
getDistinctValuesForLevel(int) - Method in class net.sf.reportengine.util.CtMetadata
 
getDistinctValuesForLevel(int) - Method in class net.sf.reportengine.util.DefaultDistinctValuesHolder
 
getDistinctValuesForLevel(int) - Method in interface net.sf.reportengine.util.DistinctValuesHolder
 
getDistinctValuesHolder(StepInput) - Method in class net.sf.reportengine.core.steps.crosstab.AbstractCrosstabStep
 
getDistincValueFor(int, int) - Method in class net.sf.reportengine.util.CtMetadata
 
getDistValuesCntInHeaderRow() - Method in class net.sf.reportengine.util.CrossTabCoefficients
 
getExitSteps() - Method in class net.sf.reportengine.core.algorithm.AbstractMultiStepAlgo
 
getFilePath() - Method in class net.sf.reportengine.out.FopUserAgentProperties
 
getFoCode() - Method in enum net.sf.reportengine.config.HorizAlign
 
getFoCode() - Method in enum net.sf.reportengine.config.VertAlign
 
getFopConfiguration() - Method in class net.sf.reportengine.out.PostProcessedFoReportOutput
 
getFopUserAgentProps() - Method in class net.sf.reportengine.out.PostProcessedFoReportOutput
 
getFormat() - Method in class net.sf.reportengine.out.AbstractReportOutput
 
getFormat() - Method in interface net.sf.reportengine.out.ReportOutput
 
getFormat() - Method in class net.sf.reportengine.out.ReportProps
 
getFormattedTotal(Object) - Method in class net.sf.reportengine.config.AbstractDataColumn
 
getFormattedTotal(Object) - Method in class net.sf.reportengine.config.AbstractPivotData
 
getFormattedTotal(Object) - Method in interface net.sf.reportengine.config.DataColumn
returns the formatted value of the total as it will be displayed in the report
getFormattedTotal(Object) - Method in interface net.sf.reportengine.config.PivotData
 
getFormattedTotal(Object) - Method in class net.sf.reportengine.config.SecondProcessDataColumn
 
getFormattedTotal(Object) - Method in class net.sf.reportengine.config.SecondProcessDataColumnFromOriginalDataColumn
 
getFormattedTotal(Object) - Method in class net.sf.reportengine.config.SecondProcessTotalColumn
 
getFormattedValue(Object) - Method in class net.sf.reportengine.config.AbstractDataColumn
 
getFormattedValue(Object) - Method in class net.sf.reportengine.config.AbstractGroupColumn
 
getFormattedValue(Object) - Method in class net.sf.reportengine.config.AbstractPivotData
 
getFormattedValue(Object) - Method in interface net.sf.reportengine.config.DataColumn
returns the formatted value ready to be displayed in the report
getFormattedValue(Object) - Method in interface net.sf.reportengine.config.GroupColumn
returns the formatted value for the given object according to the formatting rules of this grouping column
getFormattedValue(Object) - Method in interface net.sf.reportengine.config.PivotData
 
getFormattedValue(Object) - Method in class net.sf.reportengine.config.SecondProcessDataColumn
 
getFormattedValue(Object) - Method in class net.sf.reportengine.config.SecondProcessDataColumnFromOriginalDataColumn
 
getFormattedValue(Object) - Method in class net.sf.reportengine.config.SecondProcessGroupColumn
 
getFormattedValue(Object) - Method in class net.sf.reportengine.config.SecondProcessTotalColumn
 
getFormatter() - Method in class net.sf.reportengine.config.AbstractPivotHeaderRow
 
getGroupColumns() - Method in class net.sf.reportengine.components.AbstractColumnBasedTable
getter for the list of group columns
getGroupColumns(StepInput) - Method in class net.sf.reportengine.core.AbstractReportStep
ATTENTION : changing the implementation of this method will have effect on the following methods: #getGroupColumnsCount() #computeAggLevelForCalcRowNumber(int) #computeCalcRowNumberForAggLevel(int)
getGroupColumns(StepInput) - Method in class net.sf.reportengine.core.steps.AbstractReportInitStep
ATTENTION : changing the implementation of this method will have effect on the following methods: #getGroupColumns()
getGroupColumns(StepInput) - Method in class net.sf.reportengine.core.steps.crosstab.CrosstabHeaderOutputInitStep
 
getGroupColumns(StepInput) - Method in class net.sf.reportengine.core.steps.intermed.IntermedDataRowsOutputStep
ATTENTION : changing the implementation of this method will have effect on the following methods: #getGroupColumnsCount() #computeAggLevelForCalcRowNumber(int) #computeCalcRowNumberForAggLevel(int)
getGroupColumns(StepInput) - Method in class net.sf.reportengine.core.steps.intermed.IntermedGroupLevelDetectorStep
ATTENTION : changing the implementation of this method will have effect on the following methods: #getGroupColumnsCount() #computeAggLevelForCalcRowNumber(int) #computeCalcRowNumberForAggLevel(int)
getGroupColumns(StepInput) - Method in class net.sf.reportengine.core.steps.intermed.IntermedPreviousRowManagerStep
 
getGroupColumns(StepInput) - Method in class net.sf.reportengine.core.steps.intermed.IntermedTotalsCalculatorStep
 
getGroupColumns(StepInput) - Method in class net.sf.reportengine.core.steps.intermed.IntermedTotalsOutputStep
ATTENTION : changing the implementation of this method will have effect on the following methods: #getGroupColumns() #getGroupColumnsCount() #computeAggLevelForCalcRowNumber(int) #computeCalcRowNumberForAggLevel(int)
getGroupColumnsCount(StepInput) - Method in class net.sf.reportengine.core.AbstractReportStep
 
getGroupColumnsLength(StepInput) - Method in class net.sf.reportengine.core.steps.AbstractReportInitStep
 
getGroupingLevel() - Method in class net.sf.reportengine.config.AbstractGroupColumn
 
getGroupingLevel() - Method in interface net.sf.reportengine.config.GroupColumn
getter for the priority of this column The grouping levels start with 0 (the most important), 1, 2, 3 ..
getGroupingLevel() - Method in class net.sf.reportengine.config.SecondProcessGroupColumn
 
getGroupingLevel(StepInput) - Method in class net.sf.reportengine.core.AbstractReportStep
 
getGroupValues() - Method in class net.sf.reportengine.core.steps.crosstab.IntermOriginalGroupValuesList
getter for the group values
getHeader() - Method in class net.sf.reportengine.config.AbstractDataColumn
getter for the column header
getHeader() - Method in class net.sf.reportengine.config.AbstractGroupColumn
 
getHeader() - Method in interface net.sf.reportengine.config.DataColumn
returns the header of the column.
getHeader() - Method in interface net.sf.reportengine.config.GroupColumn
this appears in the final report as the title/header of the column
getHeader() - Method in class net.sf.reportengine.config.SecondProcessDataColumn
 
getHeader() - Method in class net.sf.reportengine.config.SecondProcessDataColumnFromOriginalDataColumn
 
getHeader() - Method in class net.sf.reportengine.config.SecondProcessGroupColumn
 
getHeader() - Method in class net.sf.reportengine.config.SecondProcessTotalColumn
 
getHeader() - Method in class net.sf.reportengine.in.ColumnPreferences
 
getHeaderRowsCount() - Method in class net.sf.reportengine.util.CtMetadata
 
getHeight() - Method in class net.sf.reportengine.out.PageSize
 
getHorizAlign() - Method in class net.sf.reportengine.config.AbstractDataColumn
 
getHorizAlign() - Method in class net.sf.reportengine.config.AbstractGroupColumn
 
getHorizAlign() - Method in class net.sf.reportengine.config.AbstractPivotData
 
getHorizAlign() - Method in interface net.sf.reportengine.config.DataColumn
returns the horizontal alignment of the values of this column
getHorizAlign() - Method in interface net.sf.reportengine.config.GroupColumn
returns the horizontal alignment of the values of this column
getHorizAlign() - Method in interface net.sf.reportengine.config.PivotData
returns the horizontal alignment of the values of this column
getHorizAlign() - Method in class net.sf.reportengine.config.SecondProcessDataColumn
 
getHorizAlign() - Method in class net.sf.reportengine.config.SecondProcessDataColumnFromOriginalDataColumn
 
getHorizAlign() - Method in class net.sf.reportengine.config.SecondProcessGroupColumn
 
getHorizAlign() - Method in class net.sf.reportengine.config.SecondProcessTotalColumn
 
getHorizAlign() - Method in class net.sf.reportengine.in.ColumnPreferences
 
getHorizAlign() - Method in class net.sf.reportengine.out.CellProps
the horizontal align
getHorizontalAlign() - Method in class net.sf.reportengine.in.ColumnMetadata
 
getHtmlCode() - Method in enum net.sf.reportengine.config.HorizAlign
 
getHtmlCode() - Method in enum net.sf.reportengine.config.VertAlign
 
getIndexFor(int, Object) - Method in class net.sf.reportengine.util.DefaultDistinctValuesHolder
returns the index of the specified value in the array of distinct values for the given level
getIndexFor(int, Object) - Method in interface net.sf.reportengine.util.DistinctValuesHolder
returns the index of the specified value in the array of distinct values for the given level
getInitialDataColumns(StepInput) - Method in class net.sf.reportengine.core.steps.intermed.IntermedTotalsOutputStep
 
getInitSteps() - Method in class net.sf.reportengine.core.algorithm.AbstractMultiStepAlgo
 
getInput() - Method in class net.sf.reportengine.components.AbstractTable
 
getInputColumnIndex() - Method in class net.sf.reportengine.config.DefaultDataColumn
returns the index of the original (input) column displayed on this column
getInputColumnIndex() - Method in class net.sf.reportengine.config.DefaultGroupColumn
 
getInputColumnIndex() - Method in class net.sf.reportengine.config.DefaultPivotData
 
getInputColumnIndex() - Method in class net.sf.reportengine.config.DefaultPivotHeaderRow
 
getInputDataRow() - Method in class net.sf.reportengine.core.algorithm.NewRowEvent
 
getInputReader() - Method in class net.sf.reportengine.in.TextTableInput
returns the input reader
getIntermComputedDataList() - Method in class net.sf.reportengine.core.steps.crosstab.IntermediateReportRow
 
getIntermComputedTotalsList() - Method in class net.sf.reportengine.core.steps.crosstab.IntermediateReportRow
 
getIntermCrosstabOutput(StepInput) - Method in class net.sf.reportengine.core.steps.crosstab.AbstractCrosstabStep
 
getIntermediateCrosstabDataInfo(StepInput) - Method in class net.sf.reportengine.core.steps.crosstab.AbstractCrosstabStep
 
getIntermediateRow(StepInput) - Method in class net.sf.reportengine.core.steps.crosstab.AbstractCrosstabStep
 
getIntermGroupValuesList() - Method in class net.sf.reportengine.core.steps.crosstab.IntermediateReportRow
 
getIntermOriginalDataValuesList() - Method in class net.sf.reportengine.core.steps.crosstab.IntermediateReportRow
 
getIntermResultsMatrix() - Method in class net.sf.reportengine.util.CalculatorIntermResultsMatrix
 
getKey() - Method in class net.sf.reportengine.core.steps.StepResult
 
getLabel() - Method in class net.sf.reportengine.core.calc.AbstractGroupCalculator
 
getLabel() - Method in interface net.sf.reportengine.core.calc.GroupCalculator
returns the label to be displayed at the beginning of the total row.
getLastGroupValue() - Method in class net.sf.reportengine.core.steps.crosstab.IntermOriginalGroupValuesList
retrieves the last group value
getLastValueInTotalList() - Method in class net.sf.reportengine.core.steps.crosstab.IntermComputedTotalsList
returns the last value in the list
getMainSteps() - Method in class net.sf.reportengine.core.algorithm.AbstractMultiStepAlgo
 
getMimeType() - Method in class net.sf.reportengine.out.PostProcessedFoReportOutput
 
getName() - Method in class net.sf.reportengine.core.algorithm.AbstractAlgo
returns the name of the algorithm
getNewReportOutput(StepInput) - Method in class net.sf.reportengine.core.steps.AbstractOutputInitStep
getter for the output of the report
getNewReportOutput(StepInput) - Method in class net.sf.reportengine.core.steps.AbstractOutputStep
getter for the output of the report
getNewRowEvent() - Method in class net.sf.reportengine.core.steps.NewRowEventWrapper
 
getOutput() - Method in class net.sf.reportengine.ReportBuilder
 
getOutputStream() - Method in class net.sf.reportengine.out.PostProcessedFoReportOutput
 
getPageSize() - Method in class net.sf.reportengine.out.AbstractPrintOutputFormat
 
getParam(AlgoIOKeys) - Method in interface net.sf.reportengine.core.algorithm.AlgoInputParams
 
getPosition() - Method in class net.sf.reportengine.config.SecondProcessDataColumn
 
getPosition() - Method in class net.sf.reportengine.config.SecondProcessTotalColumn
 
getPositionOfTotal(StepInput, int, int) - Method in class net.sf.reportengine.core.steps.crosstab.AbstractCrosstabStep
 
getPositionRelativeToHeader() - Method in class net.sf.reportengine.core.steps.crosstab.IntermediateTotalInfo
 
getPositionRelativeToHeaderRows() - Method in class net.sf.reportengine.core.steps.crosstab.IntermediateDataInfo
 
getPreviousRowOfGroupValues(StepInput) - Method in class net.sf.reportengine.core.AbstractReportStep
 
getReportInput(StepInput) - Method in class net.sf.reportengine.core.steps.AbstractReportInitStep
 
getResult() - Method in interface net.sf.reportengine.core.calc.CalcIntermResult
returns the result stored inside.
getResult() - Method in class net.sf.reportengine.core.calc.DefaultCalcIntermResult
getter for the result
getRowNumber() - Method in class net.sf.reportengine.out.CellProps
 
getRowNumber() - Method in class net.sf.reportengine.out.RowProps
retrieves the row number stored in this row properties
getRowsCount() - Method in class net.sf.reportengine.util.DefaultDistinctValuesHolder
 
getRowsCount() - Method in interface net.sf.reportengine.util.DistinctValuesHolder
 
getSeparator() - Method in class net.sf.reportengine.in.TextTableInput
getter for separator
getSerializedOutputFile() - Method in class net.sf.reportengine.out.IntermediateCrosstabOutput
 
getShowDataRows() - Method in class net.sf.reportengine.components.AbstractTable
show data rows getter
getShowGrandTotal() - Method in class net.sf.reportengine.components.AbstractTable
getter for showGrandTotal flag
getShowGrandTotal(StepInput) - Method in class net.sf.reportengine.core.AbstractReportStep
 
getShowGrandTotal(StepInput) - Method in class net.sf.reportengine.core.steps.AbstractReportInitStep
 
getShowTotals() - Method in class net.sf.reportengine.components.AbstractTable
show totals getter
getShowTotals(StepInput) - Method in class net.sf.reportengine.core.AbstractReportStep
 
getShowTotals(StepInput) - Method in class net.sf.reportengine.core.steps.AbstractReportInitStep
 
getShowTotalsInHeader() - Method in class net.sf.reportengine.core.steps.crosstab.AbstractCrosstabStep
 
getSignum() - Method in enum net.sf.reportengine.config.SortType
 
getSortLevel() - Method in class net.sf.reportengine.config.AbstractDataColumn
getter for the sorting priority
getSortLevel() - Method in interface net.sf.reportengine.config.DataColumn
The sorting priority of this column
getSortLevel() - Method in class net.sf.reportengine.config.SecondProcessDataColumn
 
getSortLevel() - Method in class net.sf.reportengine.config.SecondProcessDataColumnFromOriginalDataColumn
 
getSortLevel() - Method in class net.sf.reportengine.config.SecondProcessTotalColumn
 
getSortLevel() - Method in class net.sf.reportengine.in.ColumnPreferences
 
getSortType() - Method in class net.sf.reportengine.config.AbstractDataColumn
Asc or Desc
getSortType() - Method in class net.sf.reportengine.config.AbstractGroupColumn
 
getSortType() - Method in interface net.sf.reportengine.config.DataColumn
getter for the sort type (asc or desc)
getSortType() - Method in interface net.sf.reportengine.config.GroupColumn
whether you want to sort this ascending or descending
getSortType() - Method in class net.sf.reportengine.config.SecondProcessDataColumn
 
getSortType() - Method in class net.sf.reportengine.config.SecondProcessDataColumnFromOriginalDataColumn
 
getSortType() - Method in class net.sf.reportengine.config.SecondProcessGroupColumn
 
getSortType() - Method in class net.sf.reportengine.config.SecondProcessTotalColumn
 
getSortType() - Method in class net.sf.reportengine.in.ColumnPreferences
 
getSpacesCntInHeaderRow() - Method in class net.sf.reportengine.util.CrossTabCoefficients
 
getSqlStatement() - Method in class net.sf.reportengine.in.SqlTableInput
 
getStatus() - Method in class net.sf.reportengine.in.AbstractTableInput
 
getStatus() - Method in class net.sf.reportengine.out.AbstractReportOutput
 
getTemplateColumnCount() - Method in class net.sf.reportengine.util.CrossTabCoefficients
 
getTemplateRowCount() - Method in class net.sf.reportengine.util.CrossTabCoefficients
 
getTemplatesClasspath() - Method in class net.sf.reportengine.out.AbstractFreemarkerReportOutput
 
getTemplatesClasspath() - Method in class net.sf.reportengine.out.ExcelXmlReportOutput
 
getTemplatesClasspath() - Method in class net.sf.reportengine.out.FoReportOutput
 
getTemplatesClasspath() - Method in class net.sf.reportengine.out.HtmlReportOutput
 
getTitle() - Method in class net.sf.reportengine.out.TitleProps
 
getTotalsCntInHeaderRow() - Method in class net.sf.reportengine.util.CrossTabCoefficients
 
getTotalsDataList() - Method in class net.sf.reportengine.core.steps.crosstab.IntermComputedTotalsList
retrieves the list behind this class
getTotalsFormatter() - Method in class net.sf.reportengine.config.AbstractDataColumn
getter for formatter of the totals
getTotalsFormatter() - Method in class net.sf.reportengine.config.AbstractPivotData
 
getTotalsFormatter() - Method in class net.sf.reportengine.in.ColumnPreferences
 
getTotalStringForGroupingLevel(StepInput, String, int) - Method in class net.sf.reportengine.core.AbstractReportStep
 
getTotalStringForGroupingLevelAndPredecessors(StepInput, int) - Method in class net.sf.reportengine.core.AbstractReportStep
 
getTotalStringForGroupingLevelAndPredecessors(StepInput, int, int) - Method in class net.sf.reportengine.core.AbstractReportStep
 
getValue(NewRowEvent) - Method in interface net.sf.reportengine.config.DataColumn
retrieves the value for this column.
getValue(NewRowEvent) - Method in class net.sf.reportengine.config.DefaultDataColumn
 
getValue(NewRowEvent) - Method in class net.sf.reportengine.config.DefaultGroupColumn
 
getValue(NewRowEvent) - Method in class net.sf.reportengine.config.DefaultPivotData
 
getValue(NewRowEvent) - Method in class net.sf.reportengine.config.DefaultPivotHeaderRow
 
getValue(NewRowEvent) - Method in interface net.sf.reportengine.config.GroupColumn
getter for the current value on this column
getValue(NewRowEvent) - Method in interface net.sf.reportengine.config.PivotData
 
getValue(NewRowEvent) - Method in interface net.sf.reportengine.config.PivotHeaderRow
this method returns the value for the current data row (taken from newRowEvent)
getValue(NewRowEvent) - Method in class net.sf.reportengine.config.SecondProcessDataColumn
 
getValue(NewRowEvent) - Method in class net.sf.reportengine.config.SecondProcessDataColumnFromOriginalDataColumn
 
getValue(NewRowEvent) - Method in class net.sf.reportengine.config.SecondProcessGroupColumn
 
getValue(NewRowEvent) - Method in class net.sf.reportengine.config.SecondProcessTotalColumn
 
getValue() - Method in class net.sf.reportengine.core.steps.crosstab.IntermediateDataInfo
 
getValue() - Method in class net.sf.reportengine.core.steps.StepResult
 
getValue() - Method in class net.sf.reportengine.out.CellProps
the value to be displayed
getValue() - Method in enum net.sf.reportengine.util.UserRequestedBoolean
 
getValueFor(int...) - Method in class net.sf.reportengine.core.steps.crosstab.IntermComputedDataList
returns the value for the given position
getValueFor(int...) - Method in class net.sf.reportengine.core.steps.crosstab.IntermComputedTotalsList
retrieves the totalInfo for the specified position (relative to the header)
getValuesFormatter() - Method in class net.sf.reportengine.config.AbstractDataColumn
getter for the formater of this column's values
getValuesFormatter() - Method in class net.sf.reportengine.config.AbstractGroupColumn
 
getValuesFormatter() - Method in class net.sf.reportengine.config.AbstractPivotData
 
getValuesFormatter() - Method in class net.sf.reportengine.in.ColumnPreferences
 
getVertAlign() - Method in class net.sf.reportengine.config.AbstractDataColumn
 
getVertAlign() - Method in class net.sf.reportengine.config.AbstractGroupColumn
 
getVertAlign() - Method in class net.sf.reportengine.config.AbstractPivotData
 
getVertAlign() - Method in interface net.sf.reportengine.config.DataColumn
returns the vertical alignment of the values of this column
getVertAlign() - Method in interface net.sf.reportengine.config.GroupColumn
returns the vertical alignment of the values of this column
getVertAlign() - Method in interface net.sf.reportengine.config.PivotData
returns the vertical alignment of the values of this column
getVertAlign() - Method in class net.sf.reportengine.config.SecondProcessDataColumn
 
getVertAlign() - Method in class net.sf.reportengine.config.SecondProcessDataColumnFromOriginalDataColumn
 
getVertAlign() - Method in class net.sf.reportengine.config.SecondProcessGroupColumn
 
getVertAlign() - Method in class net.sf.reportengine.config.SecondProcessTotalColumn
 
getVertAlign() - Method in class net.sf.reportengine.in.ColumnPreferences
 
getVertAlign() - Method in class net.sf.reportengine.out.CellProps
 
getWidth() - Method in class net.sf.reportengine.out.PageSize
 
GRAND_TOTAL_GROUPING_LEVEL - Static variable in class net.sf.reportengine.core.AbstractReportStep
constant for grand total grouping level
GRAND_TOTAL_STRING - Static variable in class net.sf.reportengine.core.steps.FlatTableTotalsOutputStep
"Grand " label.
group() - Method in class net.sf.reportengine.in.ColumnPreferences
 
GroupCalculator<R,I extends CalcIntermResult<R>,V> - Interface in net.sf.reportengine.core.calc
Interface for Group Calculators
GroupCalculators - Class in net.sf.reportengine.core.calc
utility collection of calculators
GroupColumn - Interface in net.sf.reportengine.config
Group column for flat and pivot tables.
groupColumns(List<GroupColumn>) - Method in class net.sf.reportengine.components.FlatTableBuilder
 
groupColumns(List<GroupColumn>) - Method in class net.sf.reportengine.components.PivotTableBuilder
 
GroupLevelDetectorStep - Class in net.sf.reportengine.core.steps
this computes the aggregation level for the current dataEvent.
GroupLevelDetectorStep() - Constructor for class net.sf.reportengine.core.steps.GroupLevelDetectorStep
 

H

hasAllResourcesClosed() - Method in class net.sf.reportengine.in.SqlTableInput
debug method which returns true if all sql resources have been released
hashCode() - Method in class net.sf.reportengine.core.algorithm.NewRowEvent
 
hashCode() - Method in class net.sf.reportengine.core.steps.NewRowEventWrapper
 
hashCode() - Method in class net.sf.reportengine.out.CellProps
hashCode
hasMoreRows() - Method in class net.sf.reportengine.in.InMemoryTableInput
 
hasMoreRows() - Method in class net.sf.reportengine.in.IntermediateCrosstabReportTableInput
 
hasMoreRows() - Method in class net.sf.reportengine.in.JdbcResultsetTableInput
returns true if there are more rows to read
hasMoreRows() - Method in class net.sf.reportengine.in.MultipleExternalSortedFilesTableInput
returns true if the priority queue with the external sorted files is empty
hasMoreRows() - Method in class net.sf.reportengine.in.SqlConnectionTableInput
returns true if there are more rows to read
hasMoreRows() - Method in class net.sf.reportengine.in.SqlTableInput
returns true if there are more rows to read
hasMoreRows() - Method in interface net.sf.reportengine.in.TableInput
returns true if there are rows left to read otherwise false
hasMoreRows() - Method in class net.sf.reportengine.in.TextTableInput
returns true if there are more rows to read otherwise false
hasValuesSorted() - Method in class net.sf.reportengine.components.AbstractTable
 
header(String) - Method in class net.sf.reportengine.config.DefaultDataColumn.Builder
 
header(String) - Method in class net.sf.reportengine.config.DefaultGroupColumn.Builder
 
header(String) - Method in class net.sf.reportengine.in.ColumnPreferences
 
HEADER_CELL_TEMPLATE - Static variable in class net.sf.reportengine.core.steps.ColumnHeaderOutputInitStep
 
headerRows(List<PivotHeaderRow>) - Method in class net.sf.reportengine.components.PivotTableBuilder
 
horizAlign(HorizAlign) - Method in class net.sf.reportengine.config.DefaultDataColumn.Builder
 
horizAlign(HorizAlign) - Method in class net.sf.reportengine.config.DefaultGroupColumn.Builder
 
horizAlign(HorizAlign) - Method in class net.sf.reportengine.config.DefaultPivotData.Builder
 
HorizAlign - Enum in net.sf.reportengine.config
enumeration of possible horizontal alignments
horizAlign(HorizAlign) - Method in class net.sf.reportengine.in.ColumnPreferences
 
horizAlign(HorizAlign) - Method in class net.sf.reportengine.out.CellProps.Builder
 
HtmlOutputFormat - Class in net.sf.reportengine.out
 
HtmlOutputFormat() - Constructor for class net.sf.reportengine.out.HtmlOutputFormat
 
HtmlReportOutput - Class in net.sf.reportengine.out
HTML Output for reports.
HtmlReportOutput(Writer) - Constructor for class net.sf.reportengine.out.HtmlReportOutput
 
HtmlReportOutput(Writer, boolean) - Constructor for class net.sf.reportengine.out.HtmlReportOutput
 
HtmlReportOutput(Writer, boolean, HtmlOutputFormat) - Constructor for class net.sf.reportengine.out.HtmlReportOutput
 

I

init(StepInput) - Method in interface net.sf.reportengine.core.algorithm.steps.AlgorithmInitStep
this method is called only once for a report and represents the construction step where you can define the keys and values used inside the execute method.
init(StepInput) - Method in interface net.sf.reportengine.core.algorithm.steps.AlgorithmMainStep
this method is called only once for a report and represents the construction step where you can define the keys and values used inside the execute method.
init() - Method in class net.sf.reportengine.core.calc.AvgGroupCalculator
init method required by the GroupCalculator
init() - Method in class net.sf.reportengine.core.calc.CountGroupCalculator
initializes the counter to zero
init() - Method in class net.sf.reportengine.core.calc.FirstGroupCalculator
returns an empty (null) element with the isFirst flag = true
init() - Method in interface net.sf.reportengine.core.calc.GroupCalculator
this is used for initializing the intermediate result.
init() - Method in class net.sf.reportengine.core.calc.LastGroupCalculator
returns an empty intermediate calculator result ( empty means that it contains a null value)
init() - Method in class net.sf.reportengine.core.calc.MaxGroupCalculator
returns a BigDecimal based on Double.MIN_VALUE
init() - Method in class net.sf.reportengine.core.calc.MinGroupCalculator
returns a BigDecimal having Double.MAX_VALUE value
init() - Method in class net.sf.reportengine.core.calc.SumGroupCalculator
initializes with zero the intermediate result ( to start the sum computation)
init(StepInput) - Method in class net.sf.reportengine.core.steps.ColumnHeaderOutputInitStep
 
init(StepInput) - Method in class net.sf.reportengine.core.steps.crosstab.ConstrDataColsForSecondProcessInitStep
 
init(StepInput) - Method in class net.sf.reportengine.core.steps.crosstab.ConstrGrpColsForSecondProcessInitStep
 
init(StepInput) - Method in class net.sf.reportengine.core.steps.crosstab.CrosstabHeaderOutputInitStep
 
init(StepInput) - Method in class net.sf.reportengine.core.steps.crosstab.DistinctValuesDetectorStep
 
init(StepInput) - Method in class net.sf.reportengine.core.steps.crosstab.GenerateCrosstabMetadataInitStep
 
init(StepInput) - Method in class net.sf.reportengine.core.steps.crosstab.IntermedRowMangerStep
 
init(StepInput) - Method in class net.sf.reportengine.core.steps.DataRowsOutputStep
this step's init method
init(StepInput) - Method in class net.sf.reportengine.core.steps.ExternalSortPreparationStep
 
init(StepInput) - Method in class net.sf.reportengine.core.steps.FlatReportExtractTotalsDataInitStep
 
init(StepInput) - Method in class net.sf.reportengine.core.steps.FlatTableTotalsOutputStep
init method
init(StepInput) - Method in class net.sf.reportengine.core.steps.GroupLevelDetectorStep
 
init(StepInput) - Method in class net.sf.reportengine.core.steps.InitReportDataInitStep
 
init(StepInput) - Method in class net.sf.reportengine.core.steps.InMemorySortStep
 
init(StepInput) - Method in class net.sf.reportengine.core.steps.intermed.ConfigIntermedReportOutputInitStep
 
init(StepInput) - Method in class net.sf.reportengine.core.steps.intermed.ConstrIntermedDataColsInitStep
 
init(StepInput) - Method in class net.sf.reportengine.core.steps.intermed.ConstrIntermedGrpColsInitStep
 
init(StepInput) - Method in class net.sf.reportengine.core.steps.PreviousRowManagerStep
 
init(StepInput) - Method in class net.sf.reportengine.core.steps.StartTableInitStep
 
init(StepInput) - Method in class net.sf.reportengine.core.steps.TotalsCalculatorStep
init
initAll() - Method in class net.sf.reportengine.util.CalculatorIntermResultsMatrix
calls the init method of all calculators in this matrix
initFirstXRows(int) - Method in class net.sf.reportengine.util.CalculatorIntermResultsMatrix
calls the init method for all calculators in the first specified rows
InitReportDataInitStep - Class in net.sf.reportengine.core.steps
 
InitReportDataInitStep() - Constructor for class net.sf.reportengine.core.steps.InitReportDataInitStep
 
initRow(int) - Method in class net.sf.reportengine.util.CalculatorIntermResultsMatrix
calls the init method for each calculator on the specified level
InMemorySortStep - Class in net.sf.reportengine.core.steps
 
InMemorySortStep() - Constructor for class net.sf.reportengine.core.steps.InMemorySortStep
 
InMemoryTableInput - Class in net.sf.reportengine.in
Report Input implementation based on a 2 dimensional in memory array
InMemoryTableInput(Object[][]) - Constructor for class net.sf.reportengine.in.InMemoryTableInput
 
input(TableInput) - Method in class net.sf.reportengine.components.FlatTableBuilder
Deprecated.
input(TableInput) - Method in class net.sf.reportengine.components.PivotTableBuilder
Deprecated.
IntermComputedDataList - Class in net.sf.reportengine.core.steps.crosstab
this class holds values computed by the intermediate report (coming from CrosstabData) and arranged as a single object in the intermediate row The order of the objects is not important because any IntermediateDataInfo object has the position specified as an array
IntermComputedDataList() - Constructor for class net.sf.reportengine.core.steps.crosstab.IntermComputedDataList
the one and only constructor
IntermComputedTotalsList - Class in net.sf.reportengine.core.steps.crosstab
this class holds total values computed by intermediate report on CrosstabData and destined for special total-data columns in the final report The order is not important because all IntermediateTotalInfo objects have a position inside
IntermComputedTotalsList() - Constructor for class net.sf.reportengine.core.steps.crosstab.IntermComputedTotalsList
the one and only constructor
IntermedCrosstabViewer - Class in net.sf.reportengine.util
 
IntermedCrosstabViewer(File, String) - Constructor for class net.sf.reportengine.util.IntermedCrosstabViewer
 
IntermedDataRowsOutputStep - Class in net.sf.reportengine.core.steps.intermed
this is an extension of the DataRowsOutputStep ( relies on the execute method of this class) but based on the internal computed data columns and group columns
IntermedDataRowsOutputStep() - Constructor for class net.sf.reportengine.core.steps.intermed.IntermedDataRowsOutputStep
 
IntermedGroupLevelDetectorStep - Class in net.sf.reportengine.core.steps.intermed
 
IntermedGroupLevelDetectorStep() - Constructor for class net.sf.reportengine.core.steps.intermed.IntermedGroupLevelDetectorStep
 
IntermediateCrosstabOutput - Class in net.sf.reportengine.out
This is for internal use only.
IntermediateCrosstabOutput() - Constructor for class net.sf.reportengine.out.IntermediateCrosstabOutput
 
IntermediateCrosstabReportTableInput - Class in net.sf.reportengine.in
Intermediate input.
IntermediateCrosstabReportTableInput(File) - Constructor for class net.sf.reportengine.in.IntermediateCrosstabReportTableInput
 
IntermediateDataInfo - Class in net.sf.reportengine.core.steps.crosstab
 
IntermediateDataInfo(Object, int...) - Constructor for class net.sf.reportengine.core.steps.crosstab.IntermediateDataInfo
 
IntermediateReportRow - Class in net.sf.reportengine.core.steps.crosstab
Intermediate report row.
IntermediateReportRow() - Constructor for class net.sf.reportengine.core.steps.crosstab.IntermediateReportRow
the one and only constructor
IntermediateTotalInfo - Class in net.sf.reportengine.core.steps.crosstab
 
IntermediateTotalInfo(Object, int[], Object[]) - Constructor for class net.sf.reportengine.core.steps.crosstab.IntermediateTotalInfo
 
IntermedPreviousRowManagerStep - Class in net.sf.reportengine.core.steps.intermed
 
IntermedPreviousRowManagerStep() - Constructor for class net.sf.reportengine.core.steps.intermed.IntermedPreviousRowManagerStep
 
IntermedReportExtractTotalsDataInitStep - Class in net.sf.reportengine.core.steps.intermed
 
IntermedReportExtractTotalsDataInitStep() - Constructor for class net.sf.reportengine.core.steps.intermed.IntermedReportExtractTotalsDataInitStep
 
IntermedRowMangerStep - Class in net.sf.reportengine.core.steps.crosstab
This is the manager of the intermediate crosstab row.
IntermedRowMangerStep() - Constructor for class net.sf.reportengine.core.steps.crosstab.IntermedRowMangerStep
 
IntermedSetResultsExitStep - Class in net.sf.reportengine.core.steps.intermed
 
IntermedSetResultsExitStep() - Constructor for class net.sf.reportengine.core.steps.intermed.IntermedSetResultsExitStep
 
IntermedTotalsCalculatorStep - Class in net.sf.reportengine.core.steps.intermed
 
IntermedTotalsCalculatorStep() - Constructor for class net.sf.reportengine.core.steps.intermed.IntermedTotalsCalculatorStep
 
IntermedTotalsOutputStep - Class in net.sf.reportengine.core.steps.intermed
displays the intermediate totals
IntermedTotalsOutputStep() - Constructor for class net.sf.reportengine.core.steps.intermed.IntermedTotalsOutputStep
 
IntermOriginalDataColsList - Class in net.sf.reportengine.core.steps.crosstab
This class holds values belonging to data columns in the final report (declared as data columns by the user) the order of the values is the same as the order of data columns declared by the user
IntermOriginalDataColsList() - Constructor for class net.sf.reportengine.core.steps.crosstab.IntermOriginalDataColsList
the one and only constructor
IntermOriginalGroupValuesList - Class in net.sf.reportengine.core.steps.crosstab
this class holds values belonging to group columns in the final report (declared as group columns by the user) The order of the values is exactly as the order of the group columns in the final report1
IntermOriginalGroupValuesList() - Constructor for class net.sf.reportengine.core.steps.crosstab.IntermOriginalGroupValuesList
the one and only constructor
isFalse() - Method in enum net.sf.reportengine.util.UserRequestedBoolean
 
isFirst() - Method in class net.sf.reportengine.core.calc.FirstCalcIntermResult
 
isFirstLineHeader() - Method in class net.sf.reportengine.in.TextTableInput
 
isGroup() - Method in class net.sf.reportengine.in.ColumnPreferences
 
isLast() - Method in class net.sf.reportengine.core.steps.crosstab.IntermediateReportRow
returns true if this row is the last
isLast() - Method in class net.sf.reportengine.core.steps.NewRowEventWrapper
 
isRequestedByUser() - Method in enum net.sf.reportengine.util.UserRequestedBoolean
 
isSortingInColumns(List<GroupColumn>, List<DataColumn>) - Static method in class net.sf.reportengine.util.ReportUtils
 
isSortingInPreferences(Map<String, ColumnPreferences>) - Static method in class net.sf.reportengine.util.ReportUtils
checks if any of the preferences contain any sorting
isTrue() - Method in enum net.sf.reportengine.util.UserRequestedBoolean
 

J

JdbcResultsetTableInput - Class in net.sf.reportengine.in
 
JdbcResultsetTableInput(ResultSet) - Constructor for class net.sf.reportengine.in.JdbcResultsetTableInput
 

L

LABEL - Static variable in class net.sf.reportengine.core.calc.AvgGroupCalculator
the label for this calculator
LABEL - Static variable in class net.sf.reportengine.core.calc.CountGroupCalculator
the label
LABEL - Static variable in class net.sf.reportengine.core.calc.FirstGroupCalculator
the default label
LABEL - Static variable in class net.sf.reportengine.core.calc.LastGroupCalculator
the default label
LABEL - Static variable in class net.sf.reportengine.core.calc.MaxGroupCalculator
the default label
LABEL - Static variable in class net.sf.reportengine.core.calc.MinGroupCalculator
the default label
LABEL - Static variable in class net.sf.reportengine.core.calc.SumGroupCalculator
the default label
LAST - Static variable in class net.sf.reportengine.core.calc.GroupCalculators
 
LastGroupCalculator<T> - Class in net.sf.reportengine.core.calc
This group calculator always stores the last value passed to the LastGroupCalculator.compute(DefaultCalcIntermResult, Object) method
LastGroupCalculator() - Constructor for class net.sf.reportengine.core.calc.LastGroupCalculator
builds this group calculator with the default label
LastGroupCalculator(String) - Constructor for class net.sf.reportengine.core.calc.LastGroupCalculator
builds this group calculator with the custom label
level(int) - Method in class net.sf.reportengine.config.DefaultGroupColumn.Builder
 
LINE_SEPARATOR - Static variable in class net.sf.reportengine.util.ReportIoUtils
the default system line separator
logMatrix(Object[][]) - Static method in class net.sf.reportengine.util.MatrixUtils
 
logMatrix(String, Object[][]) - Static method in class net.sf.reportengine.util.MatrixUtils
 
logMatrix(List) - Static method in class net.sf.reportengine.util.MatrixUtils
logs an ArrayList to the standars output
LoopThroughTableInputAlgo - Class in net.sf.reportengine.core.algorithm.report
This multi step algorithm performs the following operations : 1. transfer the algo input into the context 2. opens the input 3. loops through the reportInput and executes the algorithm steps 4. closes the input 5. transfers the context into algo output (only those specified in the stepToAlgoMapping)
LoopThroughTableInputAlgo(String) - Constructor for class net.sf.reportengine.core.algorithm.report.LoopThroughTableInputAlgo
 
LoopThroughTableInputAlgo(String, Map<StepIOKeys, AlgoIOKeys>) - Constructor for class net.sf.reportengine.core.algorithm.report.LoopThroughTableInputAlgo
 

M

MatrixUtils - Class in net.sf.reportengine.util
class containing methods usefull for working with matrixes
MAX - Static variable in class net.sf.reportengine.core.calc.GroupCalculators
 
MaxGroupCalculator - Class in net.sf.reportengine.core.calc
This is an universal max group calculator.
MaxGroupCalculator() - Constructor for class net.sf.reportengine.core.calc.MaxGroupCalculator
builds this group calculator with the default label
MaxGroupCalculator(String) - Constructor for class net.sf.reportengine.core.calc.MaxGroupCalculator
builds this group calculator with a custom label
MIN - Static variable in class net.sf.reportengine.core.calc.GroupCalculators
 
MinGroupCalculator - Class in net.sf.reportengine.core.calc
This is an universal min group calculator.
MinGroupCalculator() - Constructor for class net.sf.reportengine.core.calc.MinGroupCalculator
builds this group calculator with the default label
MinGroupCalculator(String) - Constructor for class net.sf.reportengine.core.calc.MinGroupCalculator
builds this group calculator with a custom label
MultipleExternalSortedFilesTableInput - Class in net.sf.reportengine.in
Table input built from multiple files of NewRowEventsWrapper.
MultipleExternalSortedFilesTableInput(List<File>, NewRowComparator) - Constructor for class net.sf.reportengine.in.MultipleExternalSortedFilesTableInput
 
MultipleSortedFilesInputAlgo - Class in net.sf.reportengine.core.algorithm.report
 
MultipleSortedFilesInputAlgo(String) - Constructor for class net.sf.reportengine.core.algorithm.report.MultipleSortedFilesInputAlgo
 
MultipleSortedFilesInputAlgo(String, Map<StepIOKeys, AlgoIOKeys>) - Constructor for class net.sf.reportengine.core.algorithm.report.MultipleSortedFilesInputAlgo
 

N

net.sf.reportengine - package net.sf.reportengine
 
net.sf.reportengine.components - package net.sf.reportengine.components
 
net.sf.reportengine.config - package net.sf.reportengine.config
 
net.sf.reportengine.core - package net.sf.reportengine.core
 
net.sf.reportengine.core.algorithm - package net.sf.reportengine.core.algorithm
 
net.sf.reportengine.core.algorithm.report - package net.sf.reportengine.core.algorithm.report
 
net.sf.reportengine.core.algorithm.steps - package net.sf.reportengine.core.algorithm.steps
 
net.sf.reportengine.core.calc - package net.sf.reportengine.core.calc
 
net.sf.reportengine.core.steps - package net.sf.reportengine.core.steps
 
net.sf.reportengine.core.steps.crosstab - package net.sf.reportengine.core.steps.crosstab
 
net.sf.reportengine.core.steps.intermed - package net.sf.reportengine.core.steps.intermed
 
net.sf.reportengine.in - package net.sf.reportengine.in
 
net.sf.reportengine.out - package net.sf.reportengine.out
 
net.sf.reportengine.util - package net.sf.reportengine.util
 
NewRowComparator - Class in net.sf.reportengine.core.steps
 
NewRowComparator(List<GroupColumn>, List<DataColumn>) - Constructor for class net.sf.reportengine.core.steps.NewRowComparator
 
NewRowEvent - Class in net.sf.reportengine.core.algorithm
 
NewRowEvent(Object[]) - Constructor for class net.sf.reportengine.core.algorithm.NewRowEvent
Deprecated. 
NewRowEvent(List<Object>) - Constructor for class net.sf.reportengine.core.algorithm.NewRowEvent
 
NewRowEventWrapper - Class in net.sf.reportengine.core.steps
helper class for serialization.
NewRowEventWrapper(NewRowEvent, boolean) - Constructor for class net.sf.reportengine.core.steps.NewRowEventWrapper
 
nextRow() - Method in class net.sf.reportengine.in.InMemoryTableInput
 
nextRow() - Method in class net.sf.reportengine.in.IntermediateCrosstabReportTableInput
 
nextRow() - Method in class net.sf.reportengine.in.JdbcResultsetTableInput
returns the next row
nextRow() - Method in class net.sf.reportengine.in.MultipleExternalSortedFilesTableInput
next row is taken from the priority queue by polling the priority queue which returns the top FileWrapper.
nextRow() - Method in class net.sf.reportengine.in.SqlConnectionTableInput
returns the next row
nextRow() - Method in class net.sf.reportengine.in.SqlTableInput
returns the next row
nextRow() - Method in interface net.sf.reportengine.in.TableInput
retrieves the next row of data This method should always return the same number of objects otherwise the framework will throw an IllegaArgumentException
nextRow() - Method in class net.sf.reportengine.in.TextTableInput
returns the next row of data if any row available otherwise returns null
You should combine this method with #hasMoreRows() or you can iterate through the rows until null is returned
Example: while (input.hasMoreRows()) { Object[] dataRow = input.nextRow(); // do something with data }
NO_CALCULATOR_ON_THIS_POSITION - Static variable in class net.sf.reportengine.core.steps.FlatReportExtractTotalsDataInitStep
 
NO_RESULT - Static variable in class net.sf.reportengine.core.steps.StepResult
 
NO_SORTING - Static variable in interface net.sf.reportengine.config.DataColumn
no sorting flag

O

open() - Method in class net.sf.reportengine.in.AbstractTableInput
marks the input as open.
open() - Method in class net.sf.reportengine.in.InMemoryTableInput
 
open() - Method in class net.sf.reportengine.in.IntermediateCrosstabReportTableInput
 
open() - Method in class net.sf.reportengine.in.JdbcResultsetTableInput
opens the Input in order to start reading from it
open() - Method in class net.sf.reportengine.in.MultipleExternalSortedFilesTableInput
empty implementation
open() - Method in class net.sf.reportengine.in.SqlConnectionTableInput
opens the Input in order to start reading from it
open() - Method in class net.sf.reportengine.in.SqlTableInput
opens the Input in order to start reading from it
open() - Method in interface net.sf.reportengine.in.TableInput
prepares the input for reading.
open() - Method in class net.sf.reportengine.in.TextTableInput
prepares the reader for further usaga.
open() - Method in class net.sf.reportengine.out.AbstractReportOutput
marks the report as OPEN.
open() - Method in class net.sf.reportengine.out.IntermediateCrosstabOutput
 
open() - Method in interface net.sf.reportengine.out.ReportOutput
 
output(AbstractReportOutput) - Method in class net.sf.reportengine.components.EmptyLine
 
output(AbstractReportOutput) - Method in interface net.sf.reportengine.components.ReportComponent
renders this component
output(AbstractReportOutput) - Method in class net.sf.reportengine.components.ReportTitle
 
output(String, T) - Method in class net.sf.reportengine.out.AbstractFreemarkerReportOutput
 
output(String) - Method in class net.sf.reportengine.out.AbstractReportOutput
 
output(String, T) - Method in class net.sf.reportengine.out.PostProcessedFoReportOutput
 
output(String, T) - Method in interface net.sf.reportengine.out.ReportOutput
 
OutputFormat - Interface in net.sf.reportengine.out
 
outputNoValue(StepInput, String) - Method in class net.sf.reportengine.core.steps.AbstractOutputInitStep
 
outputNoValue(StepInput, String) - Method in class net.sf.reportengine.core.steps.AbstractOutputStep
 
outputOneValue(StepInput, String, T) - Method in class net.sf.reportengine.core.steps.AbstractOutputInitStep
 
outputOneValue(StepInput, String, K) - Method in class net.sf.reportengine.core.steps.AbstractOutputStep
 

P

PageSize - Class in net.sf.reportengine.out
 
PageSize(int, int) - Constructor for class net.sf.reportengine.out.PageSize
 
PdfOutputFormat - Class in net.sf.reportengine.out
 
PdfOutputFormat() - Constructor for class net.sf.reportengine.out.PdfOutputFormat
 
PdfOutputFormat(PageSize) - Constructor for class net.sf.reportengine.out.PdfOutputFormat
 
PdfReportOutput - Class in net.sf.reportengine.out
PDF Report Output.
PdfReportOutput(OutputStream) - Constructor for class net.sf.reportengine.out.PdfReportOutput
 
PdfReportOutput(OutputStream, PdfOutputFormat) - Constructor for class net.sf.reportengine.out.PdfReportOutput
 
PdfReportOutput(OutputStream, PdfOutputFormat, Configuration) - Constructor for class net.sf.reportengine.out.PdfReportOutput
 
pivotData(PivotData) - Method in class net.sf.reportengine.components.PivotTableBuilder
 
PivotData - Interface in net.sf.reportengine.config
Crosstab data
PivotHeaderRow - Interface in net.sf.reportengine.config
This is part of the header of the final pivot table that gets its data from an input column.
PivotTable - Interface in net.sf.reportengine.components
Pivot Table interface A pivot table has a layout like:
Males Females Region Country Elephants Rhinos Squirrels Elephants Rhinos Squirrels North Sweden 1000 10 4 1 0 0 Norway 0 100 0 0 0 0 South Italy 2000 0 0 0 0 0 East Romania 0 0 0 0 200 0 West France 300 0 3000 30 0 0 The pivot table accepts all settings of a FlatTable (input, data columns, group columns, sorting values) and it introduces two more mandatory settings: .
PivotTableBuilder - Class in net.sf.reportengine.components
Builder for a PivotTable component The typical usage is: PivotTable table = new PivotTableBuilder(new TextTableInput(".
PivotTableBuilder(TableInput) - Constructor for class net.sf.reportengine.components.PivotTableBuilder
constructor for this builder based on the provided input
PngOutputFormat - Class in net.sf.reportengine.out
 
PngOutputFormat() - Constructor for class net.sf.reportengine.out.PngOutputFormat
 
PngOutputFormat(PageSize) - Constructor for class net.sf.reportengine.out.PngOutputFormat
 
PngReportOutput - Class in net.sf.reportengine.out
 
PngReportOutput(OutputStream) - Constructor for class net.sf.reportengine.out.PngReportOutput
 
PngReportOutput(OutputStream, PngOutputFormat) - Constructor for class net.sf.reportengine.out.PngReportOutput
 
PngReportOutput(OutputStream, PngOutputFormat, Configuration) - Constructor for class net.sf.reportengine.out.PngReportOutput
 
PngReportOutput(String) - Constructor for class net.sf.reportengine.out.PngReportOutput
 
PngReportOutput(String, PngOutputFormat) - Constructor for class net.sf.reportengine.out.PngReportOutput
 
PngReportOutput(String, PngOutputFormat, Configuration) - Constructor for class net.sf.reportengine.out.PngReportOutput
 
postProcess() - Method in class net.sf.reportengine.out.PostProcessedFoReportOutput
 
PostProcessedFoReportOutput - Class in net.sf.reportengine.out
This is a two step report output: the first step creates a .fo file, the second step transforms the .fo file with FOP (see https://xmlgraphics.apache.org/fop/)
PostProcessedFoReportOutput(OutputStream, FoOutputFormat, String, Configuration, FopUserAgentProperties) - Constructor for class net.sf.reportengine.out.PostProcessedFoReportOutput
 
PreviousRowManagerStep - Class in net.sf.reportengine.core.steps
this is the manager of the previous row.
PreviousRowManagerStep() - Constructor for class net.sf.reportengine.core.steps.PreviousRowManagerStep
 

R

Report - Interface in net.sf.reportengine
The main interface for reports execution The typical usage is: Report report = new ReportBuilder(new HtmlReportOutput(new FileWriter("/temp/test.html"))) .add(.. report title..) .add(.. table...) .add(.. paragraph ..) .add( .. other report components..) ... .build(); report.execute(); Any implementation of ReportComponent can be added to the report using the ReportBuilder#add(ReportComponent) method
ReportBuilder - Class in net.sf.reportengine
This is the one and only builder for any report Typical usage: Report report = new ReportBuilder(new HtmlReportOutput(new FileWriter("/temp/test.html"))) .add(new ReportTile("My first report")) .add(...) .add(other report components here) .build(); report.execute();
ReportBuilder(AbstractReportOutput) - Constructor for class net.sf.reportengine.ReportBuilder
 
ReportComponent - Interface in net.sf.reportengine.components
 
ReportContent - Enum in net.sf.reportengine.core
enum for report content
ReportEngineException - Exception in net.sf.reportengine.core
Deprecated. 
ReportEngineException(String) - Constructor for exception net.sf.reportengine.core.ReportEngineException
Deprecated.
 
ReportEngineException(Throwable) - Constructor for exception net.sf.reportengine.core.ReportEngineException
Deprecated.
 
ReportEngineException(String, Throwable) - Constructor for exception net.sf.reportengine.core.ReportEngineException
Deprecated.
 
ReportEngineRuntimeException - Exception in net.sf.reportengine.core
the root exception for all report engine API
ReportEngineRuntimeException() - Constructor for exception net.sf.reportengine.core.ReportEngineRuntimeException
 
ReportEngineRuntimeException(Throwable) - Constructor for exception net.sf.reportengine.core.ReportEngineRuntimeException
 
ReportEngineRuntimeException(String) - Constructor for exception net.sf.reportengine.core.ReportEngineRuntimeException
 
ReportEngineRuntimeException(String, Throwable) - Constructor for exception net.sf.reportengine.core.ReportEngineRuntimeException
 
ReportIoUtils - Class in net.sf.reportengine.util
 
ReportOutput - Interface in net.sf.reportengine.out
the output of the report
ReportOutputException - Exception in net.sf.reportengine.out
 
ReportOutputException(String) - Constructor for exception net.sf.reportengine.out.ReportOutputException
 
ReportOutputException(Throwable) - Constructor for exception net.sf.reportengine.out.ReportOutputException
 
ReportOutputException(String, Throwable) - Constructor for exception net.sf.reportengine.out.ReportOutputException
 
ReportProps - Class in net.sf.reportengine.out
 
ReportProps() - Constructor for class net.sf.reportengine.out.ReportProps
 
ReportProps(OutputFormat) - Constructor for class net.sf.reportengine.out.ReportProps
 
ReportTitle - Class in net.sf.reportengine.components
 
ReportTitle(String) - Constructor for class net.sf.reportengine.components.ReportTitle
the constructor of a report title
ReportUtils - Class in net.sf.reportengine.util
 
rowNumber(int) - Method in class net.sf.reportengine.out.CellProps.Builder
 
RowProps - Class in net.sf.reportengine.out
properties of a report row content type row number
RowProps() - Constructor for class net.sf.reportengine.out.RowProps
 
RowProps(int) - Constructor for class net.sf.reportengine.out.RowProps
 

S

saveToFile(List<NewRowEvent>) - Method in class net.sf.reportengine.core.steps.ExternalSortPreparationStep
saves the given list into a temporary file
SecondProcessDataColumn - Class in net.sf.reportengine.config
Warning: only for internal use !
SecondProcessDataColumn(int[], PivotData) - Constructor for class net.sf.reportengine.config.SecondProcessDataColumn
 
SecondProcessDataColumnFromOriginalDataColumn - Class in net.sf.reportengine.config
This is only for internal usage !
SecondProcessDataColumnFromOriginalDataColumn(DataColumn, int) - Constructor for class net.sf.reportengine.config.SecondProcessDataColumnFromOriginalDataColumn
 
SecondProcessGroupColumn - Class in net.sf.reportengine.config
This is only for internal use.
SecondProcessGroupColumn(GroupColumn) - Constructor for class net.sf.reportengine.config.SecondProcessGroupColumn
 
SecondProcessTotalColumn - Class in net.sf.reportengine.config
this is only for internal use
SecondProcessTotalColumn(int[], PivotData) - Constructor for class net.sf.reportengine.config.SecondProcessTotalColumn
 
set(StepIOKeys, Object) - Method in interface net.sf.reportengine.core.algorithm.AlgoContext
adds the pair (key, object) in the report context
set(StepIOKeys, Object) - Method in class net.sf.reportengine.core.algorithm.DefaultAlgorithmContext
 
setCalculator(GroupCalculator) - Method in class net.sf.reportengine.config.AbstractDataColumn
 
setColspanPerRow(int[]) - Method in class net.sf.reportengine.util.CrossTabCoefficients
 
setDistValuesCntInHeaderRow(int[]) - Method in class net.sf.reportengine.util.CrossTabCoefficients
 
setFilePath(String) - Method in class net.sf.reportengine.in.TextTableInput
 
setFirstLineHeader(boolean) - Method in class net.sf.reportengine.in.TextTableInput
 
setFormatter(Format) - Method in class net.sf.reportengine.config.AbstractPivotHeaderRow
 
setGroupingLevel(int) - Method in class net.sf.reportengine.config.AbstractGroupColumn
 
setHeader(String) - Method in class net.sf.reportengine.config.AbstractDataColumn
setter for the header of the column
setHeader(String) - Method in class net.sf.reportengine.config.AbstractGroupColumn
 
setHorizAlign(HorizAlign) - Method in class net.sf.reportengine.config.AbstractDataColumn
 
setHorizAlign(HorizAlign) - Method in class net.sf.reportengine.config.AbstractGroupColumn
 
setInputColumnIndex(int) - Method in class net.sf.reportengine.config.DefaultDataColumn
sets the index of the original (input) column to be displayed on this column
setInputColumnIndex(int) - Method in class net.sf.reportengine.config.DefaultGroupColumn
 
setInputColumnIndex(int) - Method in class net.sf.reportengine.config.DefaultPivotData
 
setInputColumnIndex(int) - Method in class net.sf.reportengine.config.DefaultPivotHeaderRow
 
setInputReader(Reader) - Method in class net.sf.reportengine.in.TextTableInput
registers the provided input reader
setLast(boolean) - Method in class net.sf.reportengine.core.steps.crosstab.IntermediateReportRow
sets this row as being the last
setSeparator(String) - Method in class net.sf.reportengine.in.TextTableInput
registers the data-separator which is used to differentiate among colums-data
setShowDuplicates(boolean) - Method in class net.sf.reportengine.config.AbstractGroupColumn
 
setSortLevel(int) - Method in class net.sf.reportengine.config.AbstractDataColumn
setter for the sorting priority of the column
setSortType(SortType) - Method in class net.sf.reportengine.config.AbstractDataColumn
setter for the type of sorting (asc or desc)
setSortType(SortType) - Method in class net.sf.reportengine.config.AbstractGroupColumn
 
setSpacesCntInHeaderRow(int[]) - Method in class net.sf.reportengine.util.CrossTabCoefficients
 
setTemplateColumnCount(int) - Method in class net.sf.reportengine.util.CrossTabCoefficients
 
setTemplateRowCount(int) - Method in class net.sf.reportengine.util.CrossTabCoefficients
 
setTotalsCntInHeaderRow(int[]) - Method in class net.sf.reportengine.util.CrossTabCoefficients
 
setTotalsFormatter(String) - Method in class net.sf.reportengine.config.AbstractDataColumn
sets a formatter for totals displayed on this column.
setValue(Object) - Method in class net.sf.reportengine.core.steps.crosstab.IntermediateTotalInfo
 
setValuesFormatter(String) - Method in class net.sf.reportengine.config.AbstractDataColumn
sets a valuesFormatter for this column.
setValuesFormatter(String) - Method in class net.sf.reportengine.config.AbstractGroupColumn
setter for the formatter of this column's values
setVertAlign(VertAlign) - Method in class net.sf.reportengine.config.AbstractDataColumn
 
setVertAlign(VertAlign) - Method in class net.sf.reportengine.config.AbstractGroupColumn
 
showDataRows(boolean) - Method in class net.sf.reportengine.components.FlatTableBuilder
 
showDataRows() - Method in class net.sf.reportengine.components.FlatTableBuilder
 
showDataRows(boolean) - Method in class net.sf.reportengine.components.PivotTableBuilder
 
showDataRows() - Method in class net.sf.reportengine.components.PivotTableBuilder
 
showDuplicates() - Method in class net.sf.reportengine.config.AbstractGroupColumn
 
showDuplicates() - Method in interface net.sf.reportengine.config.GroupColumn
whether or not this group column should display duplicate group values.
showDuplicates() - Method in class net.sf.reportengine.config.SecondProcessGroupColumn
 
showDuplicateValues() - Method in class net.sf.reportengine.config.DefaultGroupColumn.Builder
 
showGrandTotal(boolean) - Method in class net.sf.reportengine.components.FlatTableBuilder
 
showGrandTotal() - Method in class net.sf.reportengine.components.FlatTableBuilder
 
showGrandTotal(boolean) - Method in class net.sf.reportengine.components.PivotTableBuilder
 
showGrandTotal() - Method in class net.sf.reportengine.components.PivotTableBuilder
 
showTotals(boolean) - Method in class net.sf.reportengine.components.FlatTableBuilder
 
showTotals() - Method in class net.sf.reportengine.components.FlatTableBuilder
 
showTotals(boolean) - Method in class net.sf.reportengine.components.PivotTableBuilder
 
showTotals() - Method in class net.sf.reportengine.components.PivotTableBuilder
 
sortAsc(int) - Method in class net.sf.reportengine.config.DefaultDataColumn.Builder
 
sortAsc() - Method in class net.sf.reportengine.config.DefaultDataColumn.Builder
 
sortAsc() - Method in class net.sf.reportengine.config.DefaultGroupColumn.Builder
 
sortAsc(int) - Method in class net.sf.reportengine.in.ColumnPreferences
 
sortAsc() - Method in class net.sf.reportengine.in.ColumnPreferences
 
sortDesc(int) - Method in class net.sf.reportengine.config.DefaultDataColumn.Builder
 
sortDesc() - Method in class net.sf.reportengine.config.DefaultDataColumn.Builder
 
sortDesc() - Method in class net.sf.reportengine.config.DefaultGroupColumn.Builder
 
sortDesc(int) - Method in class net.sf.reportengine.in.ColumnPreferences
 
sortDesc() - Method in class net.sf.reportengine.in.ColumnPreferences
 
SortType - Enum in net.sf.reportengine.config
 
sortValues() - Method in class net.sf.reportengine.components.FlatTableBuilder
 
sortValues() - Method in class net.sf.reportengine.components.PivotTableBuilder
 
SqlConnectionTableInput - Class in net.sf.reportengine.in
 
SqlConnectionTableInput(Connection, String) - Constructor for class net.sf.reportengine.in.SqlConnectionTableInput
Builds the sql input based on the provided connection which will be managed (closed) externally.
SqlConnectionTableInput(Connection, String, boolean) - Constructor for class net.sf.reportengine.in.SqlConnectionTableInput
Builds the sql input based on the provided connection which will be managed (closed) according to the managedConnection flag.
SqlTableInput - Class in net.sf.reportengine.in
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
SqlTableInput(String, String, String, String, String) - Constructor for class net.sf.reportengine.in.SqlTableInput
this is the preferred way to construct this provider
START_DATA_ROW_TEMPLATE - Static variable in class net.sf.reportengine.core.steps.DataRowsOutputStep
 
START_HEADER_ROW_TEMPLATE - Static variable in class net.sf.reportengine.core.steps.ColumnHeaderOutputInitStep
 
StartTableInitStep - Class in net.sf.reportengine.core.steps
 
StartTableInitStep() - Constructor for class net.sf.reportengine.core.steps.StartTableInitStep
 
Status - Enum in net.sf.reportengine.out
 
StepAlgoKeyMapBuilder - Class in net.sf.reportengine.util
 
StepAlgoKeyMapBuilder() - Constructor for class net.sf.reportengine.util.StepAlgoKeyMapBuilder
 
StepInput - Class in net.sf.reportengine.core.steps
 
StepInput(Map<AlgoIOKeys, Object>, AlgoContext) - Constructor for class net.sf.reportengine.core.steps.StepInput
 
StepIOKeys - Enum in net.sf.reportengine.util
Enumeration for context keys
StepResult<U> - Class in net.sf.reportengine.core.steps
This is the result of a algorithm step computation.
StepResult(StepIOKeys, U) - Constructor for class net.sf.reportengine.core.steps.StepResult
 
SUM - Static variable in class net.sf.reportengine.core.calc.GroupCalculators
 
SumGroupCalculator - Class in net.sf.reportengine.core.calc
computes the sum of the values passed through the compute method.
SumGroupCalculator() - Constructor for class net.sf.reportengine.core.calc.SumGroupCalculator
builds this group calculator with the default label
SumGroupCalculator(String) - Constructor for class net.sf.reportengine.core.calc.SumGroupCalculator
builds this group calculator with the given label
SYSTEM_FILE_ENCODING - Static variable in class net.sf.reportengine.util.ReportIoUtils
system file encoding

T

TableInput - Interface in net.sf.reportengine.in
This is the top interface for report table input It works for both FlatTable and PivotTable.
TableInputException - Exception in net.sf.reportengine.in
 
TableInputException(String) - Constructor for exception net.sf.reportengine.in.TableInputException
 
TableInputException(Throwable) - Constructor for exception net.sf.reportengine.in.TableInputException
 
TableInputException(String, Throwable) - Constructor for exception net.sf.reportengine.in.TableInputException
 
TextTableInput - Class in net.sf.reportengine.in
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
TextTableInput() - Constructor for class net.sf.reportengine.in.TextTableInput
empty text imput constructor.
TextTableInput(String) - Constructor for class net.sf.reportengine.in.TextTableInput
creates a report input for the given file with comma as separator in the default encoding
TextTableInput(String, String) - Constructor for class net.sf.reportengine.in.TextTableInput
Creates a report input from the given fileName (in the default encoding) using the separator
TextTableInput(String, String, String) - Constructor for class net.sf.reportengine.in.TextTableInput
Creates an input for the given fileName using the provided separator.
TextTableInput(String, String, String, boolean) - Constructor for class net.sf.reportengine.in.TextTableInput
Creates an input for the given fileName using the provided separator.
TextTableInput(InputStream) - Constructor for class net.sf.reportengine.in.TextTableInput
creates a report input for the given input stream using the utf-8 encoding and comma as data-separator
TextTableInput(InputStream, String) - Constructor for class net.sf.reportengine.in.TextTableInput
creates a report input for the given InputStream using the utf-8 encoding and the specified data-separator
TextTableInput(InputStream, String, String) - Constructor for class net.sf.reportengine.in.TextTableInput
creates a report input for the given InputStream using the specified encoding and data-separator
TextTableInput(InputStream, String, String, boolean) - Constructor for class net.sf.reportengine.in.TextTableInput
creates a report input for the given InputStream using the specified encoding and data-separator
TextTableInput(Reader) - Constructor for class net.sf.reportengine.in.TextTableInput
creates a report-input based on the provided reader using comma as data-separator
TextTableInput(Reader, String) - Constructor for class net.sf.reportengine.in.TextTableInput
creates a report-input based on the provided reader and using separator to distinguish between data/columns
TextTableInput(Reader, String, boolean) - Constructor for class net.sf.reportengine.in.TextTableInput
creates a report-input based on the provided reader and using separator to distinguish between data/columns
TiffOutputFormat - Class in net.sf.reportengine.out
 
TiffOutputFormat() - Constructor for class net.sf.reportengine.out.TiffOutputFormat
 
TiffOutputFormat(PageSize) - Constructor for class net.sf.reportengine.out.TiffOutputFormat
 
TiffReportOutput - Class in net.sf.reportengine.out
 
TiffReportOutput(OutputStream) - Constructor for class net.sf.reportengine.out.TiffReportOutput
 
TiffReportOutput(OutputStream, TiffOutputFormat) - Constructor for class net.sf.reportengine.out.TiffReportOutput
 
TiffReportOutput(OutputStream, TiffOutputFormat, Configuration) - Constructor for class net.sf.reportengine.out.TiffReportOutput
 
titleProps - Variable in class net.sf.reportengine.components.ReportTitle
the title
TitleProps - Class in net.sf.reportengine.out
 
TitleProps(String) - Constructor for class net.sf.reportengine.out.TitleProps
 
toString() - Method in class net.sf.reportengine.config.DefaultDataColumn
 
toString() - Method in class net.sf.reportengine.config.DefaultGroupColumn
returns a string interpretation of this object
toString() - Method in class net.sf.reportengine.config.DefaultPivotData
 
toString() - Method in class net.sf.reportengine.core.algorithm.NewRowEvent
 
toString() - Method in class net.sf.reportengine.core.steps.crosstab.IntermComputedDataList
 
toString() - Method in class net.sf.reportengine.core.steps.crosstab.IntermComputedTotalsList
 
toString() - Method in class net.sf.reportengine.core.steps.crosstab.IntermediateDataInfo
 
toString() - Method in class net.sf.reportengine.core.steps.crosstab.IntermediateReportRow
 
toString() - Method in class net.sf.reportengine.core.steps.crosstab.IntermediateTotalInfo
 
toString() - Method in class net.sf.reportengine.core.steps.crosstab.IntermOriginalDataColsList
 
toString() - Method in class net.sf.reportengine.core.steps.crosstab.IntermOriginalGroupValuesList
 
toString() - Method in class net.sf.reportengine.core.steps.NewRowEventWrapper
 
toString() - Method in class net.sf.reportengine.in.ColumnMetadata
 
toString() - Method in class net.sf.reportengine.in.ColumnPreferences
 
toString() - Method in class net.sf.reportengine.out.CellProps
toString
toString() - Method in class net.sf.reportengine.util.CtMetadata
 
toString() - Method in class net.sf.reportengine.util.DefaultDistinctValuesHolder
 
toString() - Method in class net.sf.reportengine.util.DistinctValuesRow
 
TotalsCalculatorStep - Class in net.sf.reportengine.core.steps
this step is responsible for : 1. initializing / reinitializing the totals 2. computing the totals
TotalsCalculatorStep() - Constructor for class net.sf.reportengine.core.steps.TotalsCalculatorStep
 

U

useCalculator(GroupCalculator) - Method in class net.sf.reportengine.config.DefaultDataColumn.Builder
 
useCalculator(GroupCalculator, String) - Method in class net.sf.reportengine.config.DefaultDataColumn.Builder
 
useCalculator(GroupCalculator) - Method in class net.sf.reportengine.config.DefaultPivotData.Builder
 
useCalculator(GroupCalculator, String) - Method in class net.sf.reportengine.config.DefaultPivotData.Builder
 
useCalculator(GroupCalculator) - Method in class net.sf.reportengine.in.ColumnPreferences
 
useCalculator(GroupCalculator, String) - Method in class net.sf.reportengine.in.ColumnPreferences
 
useFormatter(Format) - Method in class net.sf.reportengine.config.DefaultPivotHeaderRow.Builder
 
UserRequestedBoolean - Enum in net.sf.reportengine.util
This is a utility enumeration for default boolean values which might interfere with the user's choice.
UTF8_ENCODING - Static variable in class net.sf.reportengine.util.ReportIoUtils
utf-8 encoding

V

valueOf(String) - Static method in enum net.sf.reportengine.config.HorizAlign
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.reportengine.config.SortType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.reportengine.config.VertAlign
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.reportengine.core.ReportContent
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.reportengine.out.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.reportengine.util.AlgoIOKeys
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.reportengine.util.StepIOKeys
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.reportengine.util.UserRequestedBoolean
Returns the enum constant of this type with the specified name.
values() - Static method in enum net.sf.reportengine.config.HorizAlign
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.reportengine.config.SortType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.reportengine.config.VertAlign
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.reportengine.core.ReportContent
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.reportengine.out.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.reportengine.util.AlgoIOKeys
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.reportengine.util.StepIOKeys
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.reportengine.util.UserRequestedBoolean
Returns an array containing the constants of this enum type, in the order they are declared.
valuesFormatter(String) - Method in class net.sf.reportengine.config.DefaultDataColumn.Builder
 
valuesFormatter(String) - Method in class net.sf.reportengine.config.DefaultGroupColumn.Builder
 
valuesFormatter(String) - Method in class net.sf.reportengine.config.DefaultPivotData.Builder
 
valuesFormatter(String) - Method in class net.sf.reportengine.in.ColumnPreferences
 
vertAlign(VertAlign) - Method in class net.sf.reportengine.config.DefaultDataColumn.Builder
 
vertAlign(VertAlign) - Method in class net.sf.reportengine.config.DefaultGroupColumn.Builder
 
vertAlign(VertAlign) - Method in class net.sf.reportengine.config.DefaultPivotData.Builder
 
VertAlign - Enum in net.sf.reportengine.config
 
vertAlign(VertAlign) - Method in class net.sf.reportengine.in.ColumnPreferences
 
vertAlign(VertAlign) - Method in class net.sf.reportengine.out.CellProps.Builder
 

W

WHITESPACE - Static variable in class net.sf.reportengine.out.CellProps
the whitespace as a string
writeIntermRow(IntermediateReportRow) - Method in class net.sf.reportengine.out.IntermediateCrosstabOutput
 
A B C D E F G H I J L M N O P R S T U V W 

Copyright © 2006–2015. All rights reserved.