public class GxStatusBarAggregationComponent
extends GxStatusBarComponent
A statusbar component which provides aggregations on the selected range.
Modifier and Type | Field and Description |
---|---|
HashSet | AggFuncs! agg functions to show on the panel. possible values are: 'count', 'sum', 'min', 'max', 'avg' |
Constructor and Description |
---|
GxStatusBarAggregationComponent() Construct new Aggregation Component |
GxStatusBarAggregationComponent(BBjString alignment!) Construct new Aggregation Component |
Modifier and Type | Method and Description |
---|---|
JsonObject | getAsJsonObject() Get the component's JSON representation |
static BBjString | getId() {@inheritDoc} |
static BBjString | NAME() {@inheritDoc} |
public HashSet AggFuncs!
agg functions to show on the panel. possible values are: 'count', 'sum', 'min', 'max', 'avg'
public GxStatusBarAggregationComponent()
Construct new Aggregation Component
public GxStatusBarAggregationComponent(BBjString alignment!)
Construct new Aggregation Component
BBjString
alignment! "right", "left" or "center"public JsonObject getAsJsonObject()
Get the component's JSON representation
public static BBjString getId()
public static BBjString NAME()