Package | Description |
---|---|
com.vaadin.flow.component.charts.model |
Modifier and Type | Method and Description |
---|---|
abstract Cursor |
PyramidOptions.getCursor() |
abstract Cursor |
PointOptions.getCursor() |
Cursor |
PlotOptionsWaterfall.getCursor() |
Cursor |
PlotOptionsTreemap.getCursor() |
Cursor |
PlotOptionsSpline.getCursor() |
Cursor |
PlotOptionsSolidgauge.getCursor() |
Cursor |
PlotOptionsSeries.getCursor() |
Cursor |
PlotOptionsScatter.getCursor() |
Cursor |
PlotOptionsPyramid.getCursor() |
Cursor |
PlotOptionsPolygon.getCursor() |
Cursor |
PlotOptionsPie.getCursor() |
Cursor |
PlotOptionsOhlc.getCursor() |
Cursor |
PlotOptionsLine.getCursor() |
Cursor |
PlotOptionsHeatmap.getCursor() |
Cursor |
PlotOptionsGauge.getCursor() |
Cursor |
PlotOptionsFunnel.getCursor() |
Cursor |
PlotOptionsFlags.getCursor() |
Cursor |
PlotOptionsErrorbar.getCursor() |
Cursor |
PlotOptionsColumnrange.getCursor() |
Cursor |
PlotOptionsColumn.getCursor() |
Cursor |
PlotOptionsCandlestick.getCursor() |
Cursor |
PlotOptionsBubble.getCursor() |
Cursor |
PlotOptionsBoxplot.getCursor() |
Cursor |
PlotOptionsBar.getCursor() |
Cursor |
PlotOptionsAreasplinerange.getCursor() |
Cursor |
PlotOptionsAreaspline.getCursor() |
Cursor |
PlotOptionsArearange.getCursor() |
Cursor |
PlotOptionsArea.getCursor() |
abstract Cursor |
OhlcOptions.getCursor() |
abstract Cursor |
GaugeOptions.getCursor() |
abstract Cursor |
ColumnOptions.getCursor() |
abstract Cursor |
AreaOptions.getCursor() |
static Cursor |
Cursor.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Cursor[] |
Cursor.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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.
|
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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.
|
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.
|
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 |
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 |
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.
|
Copyright © 2020. All rights reserved.