static HeatMapSortConfiguration.Builder |
HeatMapSortConfiguration.builder() |
|
default HeatMapSortConfiguration.Builder |
HeatMapSortConfiguration.Builder.heatMapColumnItemsLimitConfiguration(Consumer<ItemsLimitConfiguration.Builder> heatMapColumnItemsLimitConfiguration) |
The limit on the number of columns that are displayed in a heat map.
|
HeatMapSortConfiguration.Builder |
HeatMapSortConfiguration.Builder.heatMapColumnItemsLimitConfiguration(ItemsLimitConfiguration heatMapColumnItemsLimitConfiguration) |
The limit on the number of columns that are displayed in a heat map.
|
HeatMapSortConfiguration.Builder |
HeatMapSortConfiguration.Builder.heatMapColumnSort(Collection<FieldSortOptions> heatMapColumnSort) |
The column sort configuration for heat map for columns that aren't a part of a field well.
|
HeatMapSortConfiguration.Builder |
HeatMapSortConfiguration.Builder.heatMapColumnSort(Consumer<FieldSortOptions.Builder>... heatMapColumnSort) |
The column sort configuration for heat map for columns that aren't a part of a field well.
|
HeatMapSortConfiguration.Builder |
HeatMapSortConfiguration.Builder.heatMapColumnSort(FieldSortOptions... heatMapColumnSort) |
The column sort configuration for heat map for columns that aren't a part of a field well.
|
default HeatMapSortConfiguration.Builder |
HeatMapSortConfiguration.Builder.heatMapRowItemsLimitConfiguration(Consumer<ItemsLimitConfiguration.Builder> heatMapRowItemsLimitConfiguration) |
The limit on the number of rows that are displayed in a heat map.
|
HeatMapSortConfiguration.Builder |
HeatMapSortConfiguration.Builder.heatMapRowItemsLimitConfiguration(ItemsLimitConfiguration heatMapRowItemsLimitConfiguration) |
The limit on the number of rows that are displayed in a heat map.
|
HeatMapSortConfiguration.Builder |
HeatMapSortConfiguration.Builder.heatMapRowSort(Collection<FieldSortOptions> heatMapRowSort) |
The field sort configuration of the rows fields.
|
HeatMapSortConfiguration.Builder |
HeatMapSortConfiguration.Builder.heatMapRowSort(Consumer<FieldSortOptions.Builder>... heatMapRowSort) |
The field sort configuration of the rows fields.
|
HeatMapSortConfiguration.Builder |
HeatMapSortConfiguration.Builder.heatMapRowSort(FieldSortOptions... heatMapRowSort) |
The field sort configuration of the rows fields.
|
HeatMapSortConfiguration.Builder |
HeatMapSortConfiguration.toBuilder() |
|