Uses of Enum Class
org.eclnt.ccaddons.pbc.util.simplepivot.ENUMPivotCalculation
Packages that use ENUMPivotCalculation
-
Uses of ENUMPivotCalculation in org.eclnt.ccaddons.pbc
Methods in org.eclnt.ccaddons.pbc with parameters of type ENUMPivotCalculationModifier and TypeMethodDescriptionvoidCCSimplePivot.DefaultListener.reactOnValueSelection(String[] tupel, SimplePivotData.FigureInfo figure, ENUMPivotCalculation calculation) voidCCSimplePivot.IListener.reactOnValueSelection(String[] tupel, SimplePivotData.FigureInfo figure, ENUMPivotCalculation calculation) voidCCSimplePivot.DefaultListener.updateTextInfoForValueCell(String[] tupel, SimplePivotData.FigureInfo figureInfo, ENUMPivotCalculation calculation, Number calculatedValue, org.eclnt.jsfserver.elements.impl.MULTILABELBinding.TextInfo ti) voidCCSimplePivot.IListener.updateTextInfoForValueCell(String[] tupel, SimplePivotData.FigureInfo figureInfo, ENUMPivotCalculation calculation, Number calculatedValue, org.eclnt.jsfserver.elements.impl.MULTILABELBinding.TextInfo ti) -
Uses of ENUMPivotCalculation in org.eclnt.ccaddons.pbc.util.simplepivot
Methods in org.eclnt.ccaddons.pbc.util.simplepivot that return ENUMPivotCalculationModifier and TypeMethodDescriptionSimplePivotData.FigureInfo.getCalculations()static ENUMPivotCalculationReturns the enum constant of this class with the specified name.static ENUMPivotCalculation[]ENUMPivotCalculation.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.eclnt.ccaddons.pbc.util.simplepivot with parameters of type ENUMPivotCalculationModifier and TypeMethodDescriptionSimplePivotData.CalculationResult.getCalculatedFigure(ENUMPivotCalculation calculation, int figureIndex) SimplePivotData.FigureInfo.setCalculations(ENUMPivotCalculation... calculations)