Uses of Interface
com.storedobject.chart.Clickable
Packages that use Clickable
-
Uses of Clickable in com.storedobject.chart
Subinterfaces of Clickable in com.storedobject.chartModifier and TypeInterfaceDescriptioninterface
Representation of a group ofComponent
s put together.Classes in com.storedobject.chart that implement ClickableModifier and TypeClassDescriptionclass
Abstract base class for creating specific subtypes of charts that requires more axes.class
Abstract Gantt chart is the base class forGanttChart
andActivityChart
.class
Activity chart is like aGanttChart
but instead of aProject
instance as its data, it uses anActivityList
instance as its data.class
Representation of angle axis.class
Abstract representation of an axis.class
Bar chart.class
Bubble chart.class
Candlestick chart.class
Chart.class
Donut chart.class
Effect scatter chart.class
Funnel chart.class
Gantt chart.class
Gauge chart.class
class
Heatmap chart.class
Line chart.class
Nightingale Rose chart.class
Pie chart.class
Representation of radius axis.class
Radar chart.class
Representation of radius axis.class
Sankey chart.class
Scatter chart.class
Base class for those charts that do not require aCoordinateSystem
to plot on and supports its own positioning.class
Base class for those special charts that do not require aCoordinateSystem
to plot on and supports its own positioning.class
Sunburst chart.class
Tree chart.class
Treemap chart.class
Representation of X axis.class
XRangeChart<X,
Y> X-range chart.class
class
Basic XY-type chart - mostly plotted on aRectangularCoordinate
system.class
Representation of Y axis.Methods in com.storedobject.chart with parameters of type ClickableModifier and TypeMethodDescriptioncom.vaadin.flow.shared.Registration
SOChart.addClickListener
(Clickable clickable, ChartEventListener listener) Adds a click event listener to a specific clickable element.