Uses of Enum Class
com.vaadin.flow.component.charts.model.Cursor

Packages that use Cursor
  • Uses of Cursor in com.vaadin.flow.component.charts.model

    Modifier and Type
    Method
    Description
    abstract Cursor
    AreaOptions.getCursor()
     
    abstract Cursor
    ColumnOptions.getCursor()
     
    abstract Cursor
    GaugeOptions.getCursor()
     
    abstract Cursor
    OhlcOptions.getCursor()
     
    PlotOptionsArea.getCursor()
     
    PlotOptionsArearange.getCursor()
     
    PlotOptionsAreaspline.getCursor()
     
    PlotOptionsAreasplinerange.getCursor()
     
    PlotOptionsBar.getCursor()
     
    PlotOptionsBoxplot.getCursor()
     
    PlotOptionsBubble.getCursor()
     
    PlotOptionsBullet.getCursor()
     
    PlotOptionsCandlestick.getCursor()
     
    PlotOptionsColumn.getCursor()
     
    PlotOptionsColumnrange.getCursor()
     
    PlotOptionsErrorbar.getCursor()
     
    PlotOptionsFlags.getCursor()
     
    PlotOptionsFunnel.getCursor()
     
    PlotOptionsGauge.getCursor()
     
    PlotOptionsHeatmap.getCursor()
     
    PlotOptionsLine.getCursor()
     
    PlotOptionsOhlc.getCursor()
     
    PlotOptionsPie.getCursor()
     
    PlotOptionsPolygon.getCursor()
     
    PlotOptionsPyramid.getCursor()
     
    PlotOptionsScatter.getCursor()
     
    PlotOptionsSeries.getCursor()
     
    PlotOptionsSolidgauge.getCursor()
     
    PlotOptionsSpline.getCursor()
     
    PlotOptionsTimeline.getCursor()
     
    PlotOptionsTreemap.getCursor()
     
    PlotOptionsWaterfall.getCursor()
     
    PlotOptionsXrange.getCursor()
     
    abstract Cursor
    PointOptions.getCursor()
     
    abstract Cursor
    PyramidOptions.getCursor()
     
    static Cursor
    Cursor.valueOf(String name)
    Returns the enum constant of this class with the specified name.
    static Cursor[]
    Cursor.values()
    Returns an array containing the constants of this enum class, in the order they are declared.
    Methods in com.vaadin.flow.component.charts.model with parameters of type Cursor
    Modifier and Type
    Method
    Description
    abstract void
    AreaOptions.setCursor(Cursor cursor)
    You can set the cursor to "pointer" if you have click events attached to the series, to signal to the user that the points and lines can be clicked.
    abstract void
    ColumnOptions.setCursor(Cursor cursor)
    You can set the cursor to "pointer" if you have click events attached to the series, to signal to the user that the points and lines can be clicked.
    abstract void
    GaugeOptions.setCursor(Cursor cursor)
    You can set the cursor to "pointer" if you have click events attached to the series, to signal to the user that the points and lines can be clicked.
    abstract void
    OhlcOptions.setCursor(Cursor cursor)
    You can set the cursor to "pointer" if you have click events attached to the series, to signal to the user that the points and lines can be clicked.
    void
    PlotOptionsArea.setCursor(Cursor cursor)
    You can set the cursor to "pointer" if you have click events attached to the series, to signal to the user that the points and lines can be clicked.
    void
    PlotOptionsArearange.setCursor(Cursor cursor)
    You can set the cursor to "pointer" if you have click events attached to the series, to signal to the user that the points and lines can be clicked.
    void
    PlotOptionsAreaspline.setCursor(Cursor cursor)
    You can set the cursor to "pointer" if you have click events attached to the series, to signal to the user that the points and lines can be clicked.
    void
    PlotOptionsAreasplinerange.setCursor(Cursor cursor)
    You can set the cursor to "pointer" if you have click events attached to the series, to signal to the user that the points and lines can be clicked.
    void
    PlotOptionsBar.setCursor(Cursor cursor)
    You can set the cursor to "pointer" if you have click events attached to the series, to signal to the user that the points and lines can be clicked.
    void
    PlotOptionsBoxplot.setCursor(Cursor cursor)
    You can set the cursor to "pointer" if you have click events attached to the series, to signal to the user that the points and lines can be clicked.
    void
    PlotOptionsBubble.setCursor(Cursor cursor)
    You can set the cursor to "pointer" if you have click events attached to the series, to signal to the user that the points and lines can be clicked.
    void
    PlotOptionsBullet.setCursor(Cursor cursor)
    You can set the cursor to "pointer" if you have click events attached to the series, to signal to the user that the points and lines can be clicked.
    void
    PlotOptionsCandlestick.setCursor(Cursor cursor)
    You can set the cursor to "pointer" if you have click events attached to the series, to signal to the user that the points and lines can be clicked.
    void
    PlotOptionsColumn.setCursor(Cursor cursor)
    You can set the cursor to "pointer" if you have click events attached to the series, to signal to the user that the points and lines can be clicked.
    void
    PlotOptionsColumnrange.setCursor(Cursor cursor)
    You can set the cursor to "pointer" if you have click events attached to the series, to signal to the user that the points and lines can be clicked.
    void
    PlotOptionsErrorbar.setCursor(Cursor cursor)
    You can set the cursor to "pointer" if you have click events attached to the series, to signal to the user that the points and lines can be clicked.
    void
    PlotOptionsFlags.setCursor(Cursor cursor)
    You can set the cursor to "pointer" if you have click events attached to the series, to signal to the user that the points and lines can be clicked.
    void
    PlotOptionsFunnel.setCursor(Cursor cursor)
    You can set the cursor to "pointer" if you have click events attached to the series, to signal to the user that the points and lines can be clicked.
    void
    PlotOptionsGauge.setCursor(Cursor cursor)
    You can set the cursor to "pointer" if you have click events attached to the series, to signal to the user that the points and lines can be clicked.
    void
    PlotOptionsHeatmap.setCursor(Cursor cursor)
    You can set the cursor to "pointer" if you have click events attached to the series, to signal to the user that the points and lines can be clicked.
    void
    PlotOptionsLine.setCursor(Cursor cursor)
    You can set the cursor to "pointer" if you have click events attached to the series, to signal to the user that the points and lines can be clicked.
    void
    PlotOptionsOhlc.setCursor(Cursor cursor)
    You can set the cursor to "pointer" if you have click events attached to the series, to signal to the user that the points and lines can be clicked.
    void
    PlotOptionsPie.setCursor(Cursor cursor)
    You can set the cursor to "pointer" if you have click events attached to the series, to signal to the user that the points and lines can be clicked.
    void
    PlotOptionsPolygon.setCursor(Cursor cursor)
    You can set the cursor to "pointer" if you have click events attached to the series, to signal to the user that the points and lines can be clicked.
    void
    PlotOptionsPyramid.setCursor(Cursor cursor)
    You can set the cursor to "pointer" if you have click events attached to the series, to signal to the user that the points and lines can be clicked.
    void
    PlotOptionsScatter.setCursor(Cursor cursor)
    You can set the cursor to "pointer" if you have click events attached to the series, to signal to the user that the points and lines can be clicked.
    void
    PlotOptionsSeries.setCursor(Cursor cursor)
    You can set the cursor to "pointer" if you have click events attached to the series, to signal to the user that the points and lines can be clicked.
    void
    PlotOptionsSolidgauge.setCursor(Cursor cursor)
    You can set the cursor to "pointer" if you have click events attached to the series, to signal to the user that the points and lines can be clicked.
    void
    PlotOptionsSpline.setCursor(Cursor cursor)
    You can set the cursor to "pointer" if you have click events attached to the series, to signal to the user that the points and lines can be clicked.
    void
    PlotOptionsTimeline.setCursor(Cursor cursor)
    You can set the cursor to "pointer" if you have click events attached to the series, to signal to the user that the points and lines can be clicked.
    void
    PlotOptionsTreemap.setCursor(Cursor cursor)
    You can set the cursor to "pointer" if you have click events attached to the series, to signal to the user that the points and lines can be clicked.
    void
    PlotOptionsWaterfall.setCursor(Cursor cursor)
    You can set the cursor to "pointer" if you have click events attached to the series, to signal to the user that the points and lines can be clicked.
    void
    PlotOptionsXrange.setCursor(Cursor cursor)
    You can set the cursor to "pointer" if you have click events attached to the series, to signal to the user that the points and lines can be clicked.
    abstract void
    PointOptions.setCursor(Cursor cursor)
    You can set the cursor to "pointer" if you have click events attached to the series, to signal to the user that the points and lines can be clicked.
    abstract void
    PyramidOptions.setCursor(Cursor cursor)
    You can set the cursor to "pointer" if you have click events attached to the series, to signal to the user that the points and lines can be clicked.