Class BubbleChart.BubbleOnChartClick.BubbleTriggerEvent
Object
- Enclosing class:
BubbleChart.BubbleOnChartClick
public class BubbleChart.BubbleOnChartClick.BubbleTriggerEvent
extends ChartEvents.OnChartClick<BubbleChart,BubbleChart.BubbleOnChartClick>.ClickTriggerEvent<BubbleChart.BubbleOnChartClick.BubbleTriggerEvent>
The event-payload builder for a bubble click on a
BubbleChart, obtained from
BubbleChart.BubbleOnChartClick.triggerEvent(String) rather than instantiated directly.-
Field Summary
Fields inherited from class AbstractChartEvent.TriggerEvent
eventName -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionIncludes the clicked bubble's aggregation ("group by") dimension in the event payload.Includes the clicked bubble's "band by" dimension in the event payload.Methods inherited from class ChartEvents.OnChartClick.ClickTriggerEvent
withXAsEventDataAttrMethods inherited from class AbstractChartEvent.TriggerEvent
back, getThis
-
Constructor Details
-
BubbleTriggerEvent
-
-
Method Details
-
withAggregationByAsEventDataAttr
Includes the clicked bubble's aggregation ("group by") dimension in the event payload. The event attribute name will be 'aggregationBy'- Overrides:
withAggregationByAsEventDataAttrin classChartEvents.OnChartClick<BubbleChart,BubbleChart.BubbleOnChartClick>.ClickTriggerEvent<BubbleChart.BubbleOnChartClick.BubbleTriggerEvent> - Returns:
- this trigger-event builder, for chaining further configuration
- See Also:
-
withBandByAsEventDataAttr
Includes the clicked bubble's "band by" dimension in the event payload. The event attribute name will be 'bandBy'- Overrides:
withBandByAsEventDataAttrin classChartEvents.OnChartClick<BubbleChart,BubbleChart.BubbleOnChartClick>.ClickTriggerEvent<BubbleChart.BubbleOnChartClick.BubbleTriggerEvent> - Returns:
- this trigger-event builder, for chaining further configuration
- See Also:
-