Class BubbleChart.BubbleOnChartClick.BubbleTriggerEvent
-
- Enclosing class:
- BubbleChart.BubbleOnChartClick
public class BubbleChart.BubbleOnChartClick.BubbleTriggerEvent extends ChartEvents.OnChartClick.ClickTriggerEvent<BubbleChart.BubbleOnChartClick.BubbleTriggerEvent>
-
-
Field Summary
-
Fields inherited from class AbstractChartEvent.TriggerEvent
eventName
-
-
Constructor Summary
Constructors Constructor Description BubbleTriggerEvent(String eventName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BubbleChart.BubbleOnChartClick.BubbleTriggerEvent
withAggregationByAsEventDataAttr()
The event attribute name will be 'aggregationBy'BubbleChart.BubbleOnChartClick.BubbleTriggerEvent
withBandByAsEventDataAttr()
The event attribute name will be 'bandBy'-
Methods inherited from class ChartEvents.OnChartClick.ClickTriggerEvent
withXAsEventDataAttr
-
Methods inherited from class AbstractChartEvent.TriggerEvent
back, getThis
-
-
-
-
Constructor Detail
-
BubbleTriggerEvent
public BubbleTriggerEvent(String eventName)
-
-
Method Detail
-
withAggregationByAsEventDataAttr
public BubbleChart.BubbleOnChartClick.BubbleTriggerEvent withAggregationByAsEventDataAttr()
The event attribute name will be 'aggregationBy'
-
withBandByAsEventDataAttr
public BubbleChart.BubbleOnChartClick.BubbleTriggerEvent withBandByAsEventDataAttr()
The event attribute name will be 'bandBy'
-
-