Uses of Enum Class
com.vaadin.componentfactory.maps.model.Cursor

Packages that use Cursor
  • Uses of Cursor in com.vaadin.componentfactory.maps.model

    Modifier and Type
    Method
    Description
    PlotOptionsHeatmap.getCursor()
    Getter for the field cursor.
    PlotOptionsMap.getCursor()
    Getter for the field cursor.
    PlotOptionsMapbubble.getCursor()
    Getter for the field cursor.
    PlotOptionsMapline.getCursor()
    Getter for the field cursor.
    PlotOptionsMappoint.getCursor()
    Getter for the field cursor.
    PlotOptionsSeries.getCursor()
    Getter for the field cursor.
    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.componentfactory.maps.model with parameters of type Cursor
    Modifier and Type
    Method
    Description
    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
    PlotOptionsMap.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
    PlotOptionsMapbubble.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
    PlotOptionsMapline.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
    PlotOptionsMappoint.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.