Package ca.spatial.reportwriter
Class PivotFieldParams
java.lang.Object
ca.spatial.reportwriter.PivotFieldParams
This class supports setting parameters and options on fields
in a pivot table
-
Method Summary
Modifier and TypeMethodDescriptionandMode(boolean state)
Specify if multiple filters should be and'ed together.customSubtotals(String[] customSubtotals)
Set the list of summaries that will be used if the summary type is set to "custom".customSubtotalsForColumn(String[] customSubtotalsForColumn)
customSubtotalsForRow(String[] customSubtotalsForRow)
dataFieldFilterOnSummary(boolean state)
filter(boolean[] values)
filter(double[] values)
filter(float[] values)
filter(int[] values)
filter(com.jidesoft.filter.Filter filter)
filterBaseValues(Object[] baseValues)
filterField(String filterField)
getName()
Get the name of the field that will supply the datagetTitle()
Get the title of this field, as it show up in the reportgrandTotalSummaryType(String grandTotalSummaryType)
hideOriginalData(boolean state)
runningSummary(String type, String baseOn, String rangeIn, String compareTo)
separateSubtotalSettings(boolean state)
sortByAscending(boolean state)
sortByColumnKeys(Object[] values)
sortByDataFieldModelIndex(int sortByDataFieldModelIndex)
sortByRowKeys(Object[] values)
sortBySummaryType(String sortBySummaryType)
statisticsCalculationType(String statisticsCalculationType)
subtotalLocation(String subtotalLocation)
subtotalSummaryType(String subtotalSummaryType)
subtotalType(String subtotalType)
subtotalTypeForColumn(String subtotalTypeForColumn)
subtotalTypeForRow(String subtotalTypeForRow)
summaryType(String summaryType)
toString()
valueFilters(com.jidesoft.filter.Filter[] valueFilters)
weightColumn(String weightColumn)
-
Method Details
-
getName
Get the name of the field that will supply the data -
getTitle
Get the title of this field, as it show up in the report -
andMode
Specify if multiple filters should be and'ed together. If false the the fields will be or'ed together. -
customSubtotals
Set the list of summaries that will be used if the summary type is set to "custom". -
customSubtotalsForRow
-
customSubtotalsForColumn
-
dataFieldFilterOnSummary
-
filter
-
filter
-
filter
-
filter
-
filter
-
filter
-
grandTotalSummaryType
-
hideOriginalData
-
runningSummary
-
separateSubtotalSettings
-
sortByAscending
-
sortByDataFieldModelIndex
-
sortByColumnKeys
-
sortByRowKeys
-
sortBySummaryType
-
sortOrder
-
statisticsCalculationType
-
subtotalLocation
-
subtotalSummaryType
-
subtotalType
-
subtotalTypeForColumn
-
subtotalTypeForRow
-
summaryType
-
title
-
filterField
-
filterBaseValues
-
valueFilters
-
runningSummary
public PivotFieldParams runningSummary(String type, String baseOn, String rangeIn, String compareTo) -
weightColumn
-
toString
-