Uses of Enum Class
com.vaadin.flow.component.map.configuration.controls.ScaleControl.DisplayMode
Packages that use ScaleControl.DisplayMode
-
Uses of ScaleControl.DisplayMode in com.vaadin.flow.component.map.configuration.controls
Methods in com.vaadin.flow.component.map.configuration.controls that return ScaleControl.DisplayModeModifier and TypeMethodDescriptionScaleControl.getDisplayMode()Returns the display mode of the scale control.static ScaleControl.DisplayModeReturns the enum constant of this class with the specified name.static ScaleControl.DisplayMode[]ScaleControl.DisplayMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.vaadin.flow.component.map.configuration.controls with parameters of type ScaleControl.DisplayModeModifier and TypeMethodDescriptionvoidScaleControl.setDisplayMode(ScaleControl.DisplayMode displayMode) Sets the display mode of the scale control.