Class RollupConfigPanel
java.lang.Object
io.deephaven.multiviewwidget.ui.panels.components.RollupConfigPanel
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddListener(@NotNull RollupConfigPanel.RollupConfigListener listener) getAggColumnOrder(@NotNull List<String> desiredColOrder) @Nullable StringgetColumnName(@NotNull String col, @Nullable AggType agg) Get the column name for the source column and aggregation for the current rollup configuration.voidremoveListener(@NotNull RollupConfigPanel.RollupConfigListener listener)
-
Constructor Details
-
RollupConfigPanel
-
-
Method Details
-
getComponent
-
getDefinition
-
getAggColumnOrder
-
getColumnName
@Nullable public @Nullable String getColumnName(@NotNull @NotNull String col, @Nullable @Nullable AggType agg) Get the column name for the source column and aggregation for the current rollup configuration.- Parameters:
col-agg-- Returns:
- the name for the column and aggregation, or null if it does not exist in the current configuration.
-
addListener
-
removeListener
-
$$$getRootComponent$$$
- Noinspection:
- ALL
-