Uses of Enum Class
com.vaadin.componentfactory.maps.model.Cursor
Packages that use Cursor
-
Uses of Cursor in com.vaadin.componentfactory.maps.model
Methods in com.vaadin.componentfactory.maps.model that return CursorModifier and TypeMethodDescriptionPlotOptionsHeatmap.getCursor()Getter for the fieldcursor.PlotOptionsMap.getCursor()Getter for the fieldcursor.PlotOptionsMapbubble.getCursor()Getter for the fieldcursor.PlotOptionsMapline.getCursor()Getter for the fieldcursor.PlotOptionsMappoint.getCursor()Getter for the fieldcursor.PlotOptionsSeries.getCursor()Getter for the fieldcursor.static CursorReturns 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 CursorModifier and TypeMethodDescriptionvoidYou 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.voidYou 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.voidYou 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.voidYou 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.voidYou 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.voidYou 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.