Class PivotFormatDefinition
java.lang.Object
io.deephaven.multiviewwidget.ui.pivot.PivotFormatDefinition
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddPivotFormat(@Nullable String pivotCol, @NotNull PivotRole role, @NotNull PivotFormatDefinition.FormatType type, @NotNull String formatString) voidaddPivotHeatMap(@Nullable String aggCol, @Nullable AggType aggType, @Nullable PivotHeatMapBuilder heatMap) voidcopyFrom(PivotFormatDefinition other) Map<com.fishlib.datastructures.util.SmartKey,PivotHeatMapBuilder> getBestDecimalFormat(@NotNull String colName, @NotNull PivotRole role, @NotNull PivotFormatDefinition.FormatType type) getBestFormat(@NotNull String pivotCol, @NotNull PivotRole role, @NotNull PivotFormatDefinition.FormatType type) getBestHeatMap(@NotNull String aggCol, @NotNull AggType aggType)
-
Constructor Details
-
PivotFormatDefinition
public PivotFormatDefinition()
-
-
Method Details
-
addPivotFormat
public void addPivotFormat(@Nullable @Nullable String pivotCol, @NotNull @NotNull PivotRole role, @NotNull @NotNull PivotFormatDefinition.FormatType type, @NotNull @NotNull String formatString) -
getBestFormat
public String getBestFormat(@NotNull @NotNull String pivotCol, @NotNull @NotNull PivotRole role, @NotNull @NotNull PivotFormatDefinition.FormatType type) -
getBestDecimalFormat
public String getBestDecimalFormat(@NotNull @NotNull String colName, @NotNull @NotNull PivotRole role, @NotNull @NotNull PivotFormatDefinition.FormatType type) -
getAllFormats
-
copyFrom
-
getAllHeatMaps
-
addPivotHeatMap
public void addPivotHeatMap(@Nullable @Nullable String aggCol, @Nullable @Nullable AggType aggType, @Nullable @Nullable PivotHeatMapBuilder heatMap) -
getBestHeatMap
public PivotHeatMapBuilder getBestHeatMap(@NotNull @NotNull String aggCol, @NotNull @NotNull AggType aggType)
-