Uses of Enum Class
org.vaadin.addons.componentfactory.leaflet.controls.LeafletControl.ControlPosition
Packages that use LeafletControl.ControlPosition
-
Uses of LeafletControl.ControlPosition in org.vaadin.addons.componentfactory.leaflet.controls
Methods in org.vaadin.addons.componentfactory.leaflet.controls that return LeafletControl.ControlPositionModifier and TypeMethodDescriptionLeafletControl.getPosition()Gets the position of the control on the map.Returns the enum constant of this class with the specified name.static LeafletControl.ControlPosition[]LeafletControl.ControlPosition.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.vaadin.addons.componentfactory.leaflet.controls with parameters of type LeafletControl.ControlPositionModifier and TypeMethodDescriptionvoidLeafletControl.setPosition(LeafletControl.ControlPosition position) Sets the position of the control.