Uses of Class
com.storedobject.chart.ChartEvent
Packages that use ChartEvent
-
Uses of ChartEvent in com.storedobject.chart
Methods in com.storedobject.chart with parameters of type ChartEventModifier and TypeMethodDescriptionboolean
AbstractGanttChart.matchSource
(ChartEvent event) default boolean
Clickable.matchSource
(ChartEvent event) Matches the source of the providedChartEvent
with the current object, if the object is an instance ofComponentPart
and its ID matches the part ID of the event.static boolean
Clickable.matchSource
(ChartEvent event, ComponentPart... parts) Matches the source of the providedChartEvent
against the components specified in theparts
array.static boolean
Clickable.matchSource
(ChartEvent event, BiConsumer<ComponentPart, ChartEvent> customizer, ComponentPart... parts) Matches the source of the providedChartEvent
with any of the givenComponentPart
objects.boolean
XRangeChart.matchSource
(ChartEvent event) void
ChartEventListener.onEvent
(ChartEvent event) Handles an event that occurs on a chart or its part.Method parameters in com.storedobject.chart with type arguments of type ChartEventModifier and TypeMethodDescriptionstatic boolean
Clickable.matchSource
(ChartEvent event, BiConsumer<ComponentPart, ChartEvent> customizer, ComponentPart... parts) Matches the source of the providedChartEvent
with any of the givenComponentPart
objects.