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 TypeMethodDescriptionbooleanAbstractGanttChart.matchSource(ChartEvent event) default booleanClickable.matchSource(ChartEvent event) Matches the source of the providedChartEventwith the current object, if the object is an instance ofComponentPartand its ID matches the part ID of the event.static booleanClickable.matchSource(ChartEvent event, ComponentPart... parts) Matches the source of the providedChartEventagainst the components specified in thepartsarray.static booleanClickable.matchSource(ChartEvent event, BiConsumer<ComponentPart, ChartEvent> customizer, ComponentPart... parts) Matches the source of the providedChartEventwith any of the givenComponentPartobjects.booleanXRangeChart.matchSource(ChartEvent event) voidChartEventListener.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 booleanClickable.matchSource(ChartEvent event, BiConsumer<ComponentPart, ChartEvent> customizer, ComponentPart... parts) Matches the source of the providedChartEventwith any of the givenComponentPartobjects.