Uses of Interface
org.vaadin.addons.componentfactory.leaflet.layer.events.Evented
Packages that use Evented
Package
Description
-
Uses of Evented in org.vaadin.addons.componentfactory.leaflet
Classes in org.vaadin.addons.componentfactory.leaflet that implement EventedModifier and TypeClassDescriptionfinal classServer-side component wrapping the Leaflet interactive map. -
Uses of Evented in org.vaadin.addons.componentfactory.leaflet.layer
Classes in org.vaadin.addons.componentfactory.leaflet.layer that implement EventedModifier and TypeClassDescriptionclassSome Layers can be made interactive - when the user interacts with such a layer, mouse events like click and mouseover can be handled.classA set of methods from the Layer base class that all Leaflet layers use. -
Uses of Evented in org.vaadin.addons.componentfactory.leaflet.layer.events.supports
Subinterfaces of Evented in org.vaadin.addons.componentfactory.leaflet.layer.events.supportsModifier and TypeInterfaceDescriptioninterfaceMixin interface adding default methods to register listeners for drag and move related Leaflet events on the implementing component.interfaceMixin interface adding default methods to register listeners for keyboard related Leaflet events on the implementing component.interfaceMixin interface adding default methods to register listeners for layer add and remove Leaflet events on the implementing component.interfaceMixin interface adding default methods to register listeners for geolocation related Leaflet events on the implementing component.interfaceMixin interface adding default methods to register listeners for map level Leaflet events such as load, move, zoom and resize on the implementing component.interfaceMixin interface adding default methods to register listeners for mouse related Leaflet events on the implementing component. -
Uses of Evented in org.vaadin.addons.componentfactory.leaflet.layer.groups
Classes in org.vaadin.addons.componentfactory.leaflet.layer.groups that implement EventedModifier and TypeClassDescriptionclassExtended LayerGroup that makes it easier to do the same thing to all its member layersclassGeneric class for handling a tiled grid of HTML elements.classUsed to group several layers and handle them as one. -
Uses of Evented in org.vaadin.addons.componentfactory.leaflet.layer.raster
Classes in org.vaadin.addons.componentfactory.leaflet.layer.raster that implement EventedModifier and TypeClassDescriptionclassUsed to load and display a single image over specific bounds of the map.classUsed to load and display tile layers on the map. -
Uses of Evented in org.vaadin.addons.componentfactory.leaflet.layer.ui
Classes in org.vaadin.addons.componentfactory.leaflet.layer.ui that implement Evented -
Uses of Evented in org.vaadin.addons.componentfactory.leaflet.layer.ui.marker
Classes in org.vaadin.addons.componentfactory.leaflet.layer.ui.marker that implement EventedModifier and TypeClassDescriptionclassL.Marker is used to display clickable/draggable icons on the map. -
Uses of Evented in org.vaadin.addons.componentfactory.leaflet.layer.ui.popup
Classes in org.vaadin.addons.componentfactory.leaflet.layer.ui.popup that implement Evented -
Uses of Evented in org.vaadin.addons.componentfactory.leaflet.layer.ui.tooltip
Classes in org.vaadin.addons.componentfactory.leaflet.layer.ui.tooltip that implement Evented -
Uses of Evented in org.vaadin.addons.componentfactory.leaflet.layer.vectors
Classes in org.vaadin.addons.componentfactory.leaflet.layer.vectors that implement EventedModifier 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 Evented in org.vaadin.addons.componentfactory.leaflet.plugins.esri
Classes in org.vaadin.addons.componentfactory.leaflet.plugins.esri that implement EventedModifier and TypeClassDescriptionclassEsri layer that renders map images generated on-the-fly by an ArcGIS Server dynamic map service.classAbstract base class for layers provided by the esri-leaflet plugin.classEsri Tiled map layer plugin.classEsri layer that renders an ArcGIS vector basemap using the esri-leaflet-vectorvectorBasemapLayer. -
Uses of Evented in org.vaadin.addons.componentfactory.leaflet.plugins.heatmap
Classes in org.vaadin.addons.componentfactory.leaflet.plugins.heatmap that implement Evented -
Uses of Evented in org.vaadin.addons.componentfactory.leaflet.plugins.kmz
Classes in org.vaadin.addons.componentfactory.leaflet.plugins.kmz that implement Evented -
Uses of Evented in org.vaadin.addons.componentfactory.leaflet.plugins.markercluster
Classes in org.vaadin.addons.componentfactory.leaflet.plugins.markercluster that implement Evented