Uses of Class
org.vaadin.addons.componentfactory.leaflet.layer.events.LeafletEvent
Packages that use LeafletEvent
Package
Description
-
Uses of LeafletEvent in org.vaadin.addons.componentfactory.leaflet
Methods in org.vaadin.addons.componentfactory.leaflet with type parameters of type LeafletEventModifier and TypeMethodDescription<T extends LeafletEvent>
voidLeafletMap.addEventListener(LeafletEventType eventType, LeafletEventListener<T> listener) Registers a listener for the given Leaflet event type on the map. -
Uses of LeafletEvent in org.vaadin.addons.componentfactory.leaflet.controls
Subclasses of LeafletEvent in org.vaadin.addons.componentfactory.leaflet.controlsModifier and TypeClassDescriptionclassBase class for events fired by aLayersControlwhen a layer is added, removed or changed through the control. -
Uses of LeafletEvent in org.vaadin.addons.componentfactory.leaflet.layer
Methods in org.vaadin.addons.componentfactory.leaflet.layer with type parameters of type LeafletEventModifier and TypeMethodDescription<T extends LeafletEvent>
voidLayer.addEventListener(LeafletEventType eventType, LeafletEventListener<T> listener) Registers a listener for the given event type on this layer.<T extends LeafletEvent>
voidLayer.fireEvent(T leafletEvent) Dispatches the given event to all listeners registered for its event type.Method parameters in org.vaadin.addons.componentfactory.leaflet.layer with type arguments of type LeafletEventModifier and TypeMethodDescriptionvoidLayer.onAdd(LeafletEventListener<LeafletEvent> listener) Fired after the layer is added to a mapvoidLayer.onRemove(LeafletEventListener<LeafletEvent> listener) Fired after the layer is removed from a map -
Uses of LeafletEvent in org.vaadin.addons.componentfactory.leaflet.layer.events
Classes in org.vaadin.addons.componentfactory.leaflet.layer.events with type parameters of type LeafletEventModifier and TypeInterfaceDescriptioninterfaceLeafletEventListener<T extends LeafletEvent>Listener that is notified when aLeafletEventof the given type is fired.Subclasses of LeafletEvent in org.vaadin.addons.componentfactory.leaflet.layer.eventsModifier and TypeClassDescriptionclassEvent fired when a layer is added to the map.classEvent fired when a different base layer is selected through the layers control.classBase class for events that report a change of coordinates, carrying both the previous and the new position of a layer.classEvent fired when a draggable layer has finished being dragged, carrying the final coordinates and the distance moved.classEvent fired repeatedly while the user drags a marker or layer, carrying the previous and the current coordinates.classRepresents the leaflet ErrorEventclassBase class for keyboard events fired by aLeafletMapwhen the user interacts with the keyboard while the map is focused.classEvent fired by aLeafletMapwhen the user presses a key from the keyboard while the map is focused.classEvent fired by aLeafletMapwhen the user presses a key from the keyboard that produces a character value while the map is focused.classEvent fired by aLeafletMapwhen the user releases a key from the keyboard while the map is focused.classEvent fired when a new layer is added to the map.classRepresents the Leaflet LayerEeventclassEvent fired when a layer is removed from the map.classEvent fired when the map is loaded and initialized with a view (center and zoom).classRepresents the leaflet LocationEventclassEvent fired when the user clicks (or taps) on the map or a layer.classEvent fired when the user right-clicks (contextmenu) on the map or a layer.classEvent fired when the user double-clicks (or double-taps) on the map or a layer.classEvent fired when the user presses a mouse button on the map or a layer.classBase class for all Leaflet mouse events.classEvent fired when the mouse moves over the map or a layer.classEvent fired when the mouse leaves the map or a layer.classEvent fired when the mouse enters the map or a layer.classEvent fired before a click on the map or a layer, just before the corresponding click event.classEvent fired when the user releases a mouse button on the map or a layer.classEvent fired when the map has finished being moved (panned).classEvent fired repeatedly while the map is being moved (panned).classEvent fired when the map starts being moved (panned).classEvent fired when an overlay layer is selected (added to the map) through the layers control.classEvent fired when an overlay layer is deselected (removed from the map) through the layers control.classEvent fired when a popup bound to a layer is closed.classBase class for the Leaflet popup events fired when a popup is opened or closed.classEvent fired when a popup bound to a layer is opened.classEvent fired when the layer is removed from a map.classEvent fired when the map is resized, carrying the previous and the new size of the map.classEvent fired when there is an error loading a tile.classBase class for the Leaflet tile lifecycle events (tileloadstart, tileload, tileunload and tileerror), carrying the coordinates of the tile the event relates to.classEvent fired when a tile finishes loading.classEvent fired when a tile starts loading.classEvent fired when a tile is removed (e.g.classEvent fired when a tooltip bound to a layer is closed.classBase class for the Leaflet tooltip events fired when a tooltip is opened or closed.classEvent fired when a tooltip bound to a layer is opened.classEvent fired when the map is destroyed with the remove method.classEvent fired when the map needs to redraw its content, for example after a zoom or when the map size changes.classEvent fired during the zoom animation, carrying the target zoom animation data.classEvent fired when the map has finished changing its zoom level.classEvent fired repeatedly while the map zoom level is changing.classEvent fired when the number of zoom levels on the map changes, i.e.classEvent fired when the map starts changing its zoom level.Methods in org.vaadin.addons.componentfactory.leaflet.layer.events with type parameters of type LeafletEventModifier and TypeMethodDescription<T extends LeafletEvent>
voidEvented.addEventListener(LeafletEventType eventType, LeafletEventListener<T> listener) Adds a listener function (fn) to a particular event type of the object.default <T extends LeafletEvent>
voidEvented.on(LeafletEventType eventType, LeafletEventListener<T> listener) Alias to addEventListener(…) -
Uses of LeafletEvent in org.vaadin.addons.componentfactory.leaflet.layer.events.supports
Method parameters in org.vaadin.addons.componentfactory.leaflet.layer.events.supports with type arguments of type LeafletEventModifier and TypeMethodDescriptiondefault voidSupportsDragEvents.onDrag(LeafletEventListener<LeafletEvent> listener) Fired repeatedly while the user drags this layer.default voidSupportsDragEvents.onDragStart(LeafletEventListener<LeafletEvent> listener) Fired when the user starts dragging this layer.default voidSupportsMapEvents.onLoad(LeafletEventListener<LeafletEvent> listener) Fired when the map is initialized (when its center and zoom are set for the first time).default voidSupportsMapEvents.onMove(LeafletEventListener<LeafletEvent> listener) Fired repeatedly during any movement of the map, including pan and fly animations.default voidSupportsDragEvents.onMoveEnd(LeafletEventListener<LeafletEvent> listener) Fired when this layer stops moving (because of dragging).default voidSupportsMapEvents.onMoveEnd(LeafletEventListener<LeafletEvent> listener) Fired when the center of the map stops changing (e.g.default voidSupportsDragEvents.onMoveStart(LeafletEventListener<LeafletEvent> listener) Fired when this layer starts moving (because of dragging).default voidSupportsMapEvents.onMoveStart(LeafletEventListener<LeafletEvent> listener) Fired when the view of the map starts changing (e.g.default voidSupportsMapEvents.onUnload(LeafletEventListener<LeafletEvent> listener) Fired when the map is destroyed with remove method.default voidSupportsMapEvents.onViewReset(LeafletEventListener<LeafletEvent> listener) Fired when the map needs to redraw its content (this usually happens on map zoom or load).default voidSupportsMapEvents.onZoom(LeafletEventListener<LeafletEvent> listener) Fired repeatedly during any change in zoom level, including zoom and fly animations.default voidSupportsMapEvents.onZoomEnd(LeafletEventListener<LeafletEvent> listener) Fired when the map has changed, after any animations.default voidSupportsMapEvents.onZoomLevelsChange(LeafletEventListener<LeafletEvent> listener) Fired when the number of zoomlevels on the map is changed due to adding or removing a layer.default voidSupportsMapEvents.onZoomStart(LeafletEventListener<LeafletEvent> listener) Fired when the map zoom is about to change (e.g. -
Uses of LeafletEvent in org.vaadin.addons.componentfactory.leaflet.layer.groups
Method parameters in org.vaadin.addons.componentfactory.leaflet.layer.groups with type arguments of type LeafletEventModifier and TypeMethodDescriptionvoidGridLayer.onLoad(LeafletEventListener<LeafletEvent> listener) Fired when the grid layer loaded all visible tiles.voidGridLayer.onLoading(LeafletEventListener<LeafletEvent> listener) Fired when the grid layer starts loading tiles. -
Uses of LeafletEvent in org.vaadin.addons.componentfactory.leaflet.layer.raster
Method parameters in org.vaadin.addons.componentfactory.leaflet.layer.raster with type arguments of type LeafletEventModifier and TypeMethodDescriptionvoidImageOverlay.onError(LeafletEventListener<LeafletEvent> listener) Fired when the ImageOverlay layer fails to load its imagevoidImageOverlay.onLoad(LeafletEventListener<LeafletEvent> listener) Fired when the ImageOverlay layer has loaded its image -
Uses of LeafletEvent in org.vaadin.addons.componentfactory.leaflet.plugins.fullscreen
Method parameters in org.vaadin.addons.componentfactory.leaflet.plugins.fullscreen with type arguments of type LeafletEventModifier and TypeMethodDescriptionvoidWithFullScreenControl.onEnterFullscreen(LeafletEventListener<LeafletEvent> listener) Fired when map entered to full screen modevoidWithFullScreenControl.onExitFullscreen(LeafletEventListener<LeafletEvent> listener) Fired when map exited from full screen mode -
Uses of LeafletEvent in org.vaadin.addons.componentfactory.leaflet.plugins.kmz
Method parameters in org.vaadin.addons.componentfactory.leaflet.plugins.kmz with type arguments of type LeafletEventModifier and TypeMethodDescriptionvoidKmzLayer.onLoad(LeafletEventListener<LeafletEvent> listener) Registers a listener notified when the KMZ file has finished loading. -
Uses of LeafletEvent in org.vaadin.addons.componentfactory.leaflet.plugins.markercluster
Method parameters in org.vaadin.addons.componentfactory.leaflet.plugins.markercluster with type arguments of type LeafletEventModifier and TypeMethodDescriptionvoidMarkerClusterGroup.onAnimationEnd(LeafletEventListener<LeafletEvent> listener) Fires when marker clustering/unclustering animation has completedvoidMarkerClusterGroup.onClusterClick(LeafletEventListener<LeafletEvent> listener) Fired when the user clicks (or taps) the marker clustervoidMarkerClusterGroup.onClusterMouseOut(LeafletEventListener<LeafletEvent> listener) Fired when the mouse leaves the marker clustervoidMarkerClusterGroup.onClusterMouseOver(LeafletEventListener<LeafletEvent> listener) Fired when the mouse enters the marker clustervoidMarkerClusterGroup.onSpiderfied(LeafletEventListener<LeafletEvent> listener) Fires when overlapping markers get spiderified (Contains cluster and markers attributes)voidMarkerClusterGroup.onUnspiderfied(LeafletEventListener<LeafletEvent> listener) Fires when overlapping markers get unspiderified (Contains cluster and markers attributes)