Uses of Class
net.pricefx.common.apibuilder.chart.AbstractChartEvent
Packages that use AbstractChartEvent
Package
Description
Fluent builders for chart definitions rendered by the Pricefx user interface.
-
Uses of AbstractChartEvent in net.pricefx.common.apibuilder.chart
Classes in net.pricefx.common.apibuilder.chart with type parameters of type AbstractChartEventModifier and TypeClassDescriptionclassAbstractChartEvent<C extends AbstractChartBuilder<?>,E extends AbstractChartEvent<C, E>> Common base class for the click-event configuration builders returned byAbstractChartBuilder.onRowClick()andAbstractChartBuilder.onCellClick(), and by each concrete chart type's ownonClick()method, for exampleScatterChart.onClick().Subclasses of AbstractChartEvent in net.pricefx.common.apibuilder.chartModifier and TypeClassDescriptionclassThe click-event builder for aBarLineChart, obtained fromBarLineChart.onClick()rather than instantiated directly.classThe click-event builder for aBubbleChart, obtained fromBubbleChart.onClick()rather than instantiated directly.static classChartEvents.OnCellClick<C extends AbstractChartBuilder<?>>The click-event builder for a cell click on a chart's Data tab, obtained fromAbstractChartBuilder.onCellClick()rather than instantiated directly.static classChartEvents.OnChartClick<C extends AbstractChartBuilder<?>,E extends ChartEvents.OnChartClick<C, E>> Base class for a chart-type-specificonClick()click-event builder, for exampleScatterChart.ScatterOnChartClickorBarLineChart.BarLineOnChartClick.static classChartEvents.OnRowClick<C extends AbstractChartBuilder<?>>The click-event builder for a row click on a chart's Data tab, obtained fromAbstractChartBuilder.onRowClick()rather than instantiated directly.class