Uses of Class
org.vaadin.addons.componentfactory.leaflet.controls.LayersControlEvent
Packages that use LayersControlEvent
Package
Description
-
Uses of LayersControlEvent in org.vaadin.addons.componentfactory.leaflet.controls
Method parameters in org.vaadin.addons.componentfactory.leaflet.controls with type arguments of type LayersControlEventModifier and TypeMethodDescriptionvoidLayersControl.onBaseLayerChange(LeafletEventListener<LayersControlEvent> listener) Fired when the base layer is changed through the layer control.voidLayersControl.onLayerAdd(LeafletEventListener<LayersControlEvent> listener) Fired when a new layer is added to the map.voidLayersControl.onLayerRemove(LeafletEventListener<LayersControlEvent> listener) Fired when some layer is removed from the mapvoidLayersControl.onOverlayAdd(LeafletEventListener<LayersControlEvent> listener) Fired when an overlay is selected through the layer control.voidLayersControl.onOverlayRemove(LeafletEventListener<LayersControlEvent> listener) Fired when an overlay is selected through the layer control. -
Uses of LayersControlEvent in org.vaadin.addons.componentfactory.leaflet.layer.events
Modifier and TypeClassDescriptionclassEvent fired when a different base layer is selected through the layers control.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.