Uses of Interface
org.vaadin.addons.componentfactory.leaflet.layer.events.supports.SupportsMouseEvents
Packages that use SupportsMouseEvents
Package
Description
-
Uses of SupportsMouseEvents in org.vaadin.addons.componentfactory.leaflet
Classes in org.vaadin.addons.componentfactory.leaflet that implement SupportsMouseEventsModifier and TypeClassDescriptionfinal classServer-side component wrapping the Leaflet interactive map. -
Uses of SupportsMouseEvents in org.vaadin.addons.componentfactory.leaflet.layer
Classes in org.vaadin.addons.componentfactory.leaflet.layer that implement SupportsMouseEventsModifier and TypeClassDescriptionclassSome Layers can be made interactive - when the user interacts with such a layer, mouse events like click and mouseover can be handled. -
Uses of SupportsMouseEvents in org.vaadin.addons.componentfactory.leaflet.layer.groups
Classes in org.vaadin.addons.componentfactory.leaflet.layer.groups that implement SupportsMouseEventsModifier and TypeClassDescriptionclassExtended LayerGroup that makes it easier to do the same thing to all its member layers -
Uses of SupportsMouseEvents in org.vaadin.addons.componentfactory.leaflet.layer.raster
Classes in org.vaadin.addons.componentfactory.leaflet.layer.raster that implement SupportsMouseEventsModifier and TypeClassDescriptionclassUsed to load and display a single image over specific bounds of the map. -
Uses of SupportsMouseEvents in org.vaadin.addons.componentfactory.leaflet.layer.ui.marker
Classes in org.vaadin.addons.componentfactory.leaflet.layer.ui.marker that implement SupportsMouseEventsModifier and TypeClassDescriptionclassL.Marker is used to display clickable/draggable icons on the map. -
Uses of SupportsMouseEvents in org.vaadin.addons.componentfactory.leaflet.layer.vectors
Classes in org.vaadin.addons.componentfactory.leaflet.layer.vectors that implement SupportsMouseEventsModifier and TypeClassDescriptionclassA class for drawing circle overlays on a map.classA circle of a fixed size with radius specified in pixels.class* A class for drawing multi polygon overlays on a map.classA class for drawing multi polyline overlays on a map.classAn abstract class that contains options and constants shared between vector overlays (Polygon, Polyline, Circle).classA class for drawing polygon overlays on a map.classA class for drawing polyline overlays on a map.classA class for drawing rectangle overlays on a map. -
Uses of SupportsMouseEvents in org.vaadin.addons.componentfactory.leaflet.plugins.markercluster
Classes in org.vaadin.addons.componentfactory.leaflet.plugins.markercluster that implement SupportsMouseEvents