Uses of Enum Class
org.vaadin.addons.componentfactory.PivotTable.PivotMode
-
Uses of PivotTable.PivotMode in org.vaadin.addons.componentfactory
Methods in org.vaadin.addons.componentfactory that return PivotTable.PivotModeModifier and TypeMethodDescriptionstatic PivotTable.PivotModeReturns the enum constant of this class with the specified name.static PivotTable.PivotMode[]PivotTable.PivotMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.vaadin.addons.componentfactory with parameters of type PivotTable.PivotModeModifierConstructorDescriptionPivotTable(PivotTable.AbstractPivotData pivotData, PivotTable.PivotOptions pivotOptions, PivotTable.PivotMode mode) Create PivotTable using given data and options.