Package org.vaadin.addons.componentfactory.leaflet.layer.events
package org.vaadin.addons.componentfactory.leaflet.layer.events
-
ClassDescriptionEvent fired when a layer is added to the map.Event fired when a different base layer is selected through the layers control.Base class for events that report a change of coordinates, carrying both the previous and the new position of a layer.Event fired when a draggable layer has finished being dragged, carrying the final coordinates and the distance moved.Event fired repeatedly while the user drags a marker or layer, carrying the previous and the current coordinates.Represents the leaflet ErrorEventA set of methods shared between event-powered classes (like Map and Marker).Base class for keyboard events fired by a
LeafletMapwhen the user interacts with the keyboard while the map is focused.Event fired by aLeafletMapwhen the user presses a key from the keyboard while the map is focused.Event fired by aLeafletMapwhen the user presses a key from the keyboard that produces a character value while the map is focused.Event fired by aLeafletMapwhen the user releases a key from the keyboard while the map is focused.Event fired when a new layer is added to the map.Represents the Leaflet LayerEeventEvent fired when a layer is removed from the map.The base event object.LeafletEventListener<T extends LeafletEvent>Listener that is notified when aLeafletEventof the given type is fired.Event fired when the map is loaded and initialized with a view (center and zoom).Represents the leaflet LocationEventEvent fired when the user clicks (or taps) on the map or a layer.Event fired when the user right-clicks (contextmenu) on the map or a layer.Event fired when the user double-clicks (or double-taps) on the map or a layer.Event fired when the user presses a mouse button on the map or a layer.Base class for all Leaflet mouse events.Event fired when the mouse moves over the map or a layer.Event fired when the mouse leaves the map or a layer.Event fired when the mouse enters the map or a layer.Event fired before a click on the map or a layer, just before the corresponding click event.Event fired when the user releases a mouse button on the map or a layer.Event fired when the map has finished being moved (panned).Event fired repeatedly while the map is being moved (panned).Event fired when the map starts being moved (panned).Event fired when an overlay layer is selected (added to the map) through the layers control.Event fired when an overlay layer is deselected (removed from the map) through the layers control.Event fired when a popup bound to a layer is closed.Base class for the Leaflet popup events fired when a popup is opened or closed.Event fired when a popup bound to a layer is opened.Event fired when the layer is removed from a map.Event fired when the map is resized, carrying the previous and the new size of the map.Event fired when there is an error loading a tile.Base class for the Leaflet tile lifecycle events (tileloadstart, tileload, tileunload and tileerror), carrying the coordinates of the tile the event relates to.Event fired when a tile finishes loading.Event fired when a tile starts loading.Event fired when a tile is removed (e.g.Event fired when a tooltip bound to a layer is closed.Base class for the Leaflet tooltip events fired when a tooltip is opened or closed.Event fired when a tooltip bound to a layer is opened.Event fired when the map is destroyed with the remove method.Event fired when the map needs to redraw its content, for example after a zoom or when the map size changes.Event fired during the zoom animation, carrying the target zoom animation data.Event fired when the map has finished changing its zoom level.Event fired repeatedly while the map zoom level is changing.Event fired when the number of zoom levels on the map changes, i.e.Event fired when the map starts changing its zoom level.