Uses of Interface
org.vaadin.addons.componentfactory.leaflet.layer.events.types.LeafletEventType
Packages that use LeafletEventType
Package
Description
-
Uses of LeafletEventType in org.vaadin.addons.componentfactory.leaflet
Methods in org.vaadin.addons.componentfactory.leaflet that return types with arguments of type LeafletEventTypeModifier and TypeMethodDescriptiondefault List<LeafletEventType> LeafletModel.getEvents()Returns the list of Leaflet event types registered on the map.Methods in org.vaadin.addons.componentfactory.leaflet with parameters of type LeafletEventTypeModifier and TypeMethodDescription<T extends LeafletEvent>
voidLeafletMap.addEventListener(LeafletEventType eventType, LeafletEventListener<T> listener) Registers a listener for the given Leaflet event type on the map.booleanLeafletMap.hasEventListeners(LeafletEventType eventType) Returns whether any listener is registered for the given Leaflet event type.voidLeafletMap.removeEventListener(LeafletEventType eventType) Removes the listeners registered for the given Leaflet event type. -
Uses of LeafletEventType in org.vaadin.addons.componentfactory.leaflet.controls
Classes in org.vaadin.addons.componentfactory.leaflet.controls that implement LeafletEventTypeModifier and TypeClassDescriptionstatic enumThe event types fired by the layers control. -
Uses of LeafletEventType in org.vaadin.addons.componentfactory.leaflet.layer
Classes in org.vaadin.addons.componentfactory.leaflet.layer that implement LeafletEventTypeModifier and TypeClassDescriptionstatic enumThe event types fired when a layer is added to or removed from a map.Methods in org.vaadin.addons.componentfactory.leaflet.layer with parameters of type LeafletEventTypeModifier and TypeMethodDescription<T extends LeafletEvent>
voidLayer.addEventListener(LeafletEventType eventType, LeafletEventListener<T> listener) Registers a listener for the given event type on this layer.booleanLayer.hasEventListeners(LeafletEventType eventType) Returns whether at least one listener is registered for the given event type.voidLayer.removeEventListener(LeafletEventType eventType) Removes all listeners registered for the given event type. -
Uses of LeafletEventType in org.vaadin.addons.componentfactory.leaflet.layer.events
Methods in org.vaadin.addons.componentfactory.leaflet.layer.events that return LeafletEventTypeMethods in org.vaadin.addons.componentfactory.leaflet.layer.events with parameters of type LeafletEventTypeModifier 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.booleanEvented.hasEventListeners(LeafletEventType eventType) Alias to listens(…)default booleanEvented.listens(LeafletEventType eventType) Returns true if a particular event type has any listeners attached to it.default voidEvented.off(LeafletEventType eventType) Removes a previously added listener function.default <T extends LeafletEvent>
voidEvented.on(LeafletEventType eventType, LeafletEventListener<T> listener) Alias to addEventListener(…)voidEvented.removeEventListener(LeafletEventType eventType) Alias to off(…)Constructors in org.vaadin.addons.componentfactory.leaflet.layer.events with parameters of type LeafletEventTypeModifierConstructorDescriptionLeafletEvent(LeafletMap source, boolean fromClient, String layerId, LeafletEventType type) Creates a new Leaflet event. -
Uses of LeafletEventType in org.vaadin.addons.componentfactory.leaflet.layer.events.types
Classes in org.vaadin.addons.componentfactory.leaflet.layer.events.types that implement LeafletEventTypeModifier and TypeClassDescriptionenumEnumeration of the Leaflet event types related to dragging and moving a marker or layer.enumKeyboard eventsenumLocation eventsenumLocation eventsenumEnumeration of the map level Leaflet event names, such as load, move, zoom and resize.enumEnumeration of the mouse related Leaflet event names, such as click, mousedown and contextmenu.enumEnumeration of the popup related Leaflet event names fired when a popup is opened or closed.enumEnumeration of the tile related Leaflet event names fired by grid layers while loading tiles.enumEnumeration of the tooltip related Leaflet event names fired when a tooltip is opened or closed.Methods in org.vaadin.addons.componentfactory.leaflet.layer.events.types with type parameters of type LeafletEventTypeModifier and TypeMethodDescriptionstatic <T extends Enum<T> & LeafletEventType>
voidRegisters all constants of the given event type enum so they can be looked up by their Leaflet event name.Methods in org.vaadin.addons.componentfactory.leaflet.layer.events.types that return LeafletEventTypeModifier and TypeMethodDescriptionstatic LeafletEventTypeReturns the registered event type matching the given Leaflet event name. -
Uses of LeafletEventType in org.vaadin.addons.componentfactory.leaflet.layer.groups
Classes in org.vaadin.addons.componentfactory.leaflet.layer.groups that implement LeafletEventTypeModifier and TypeClassDescriptionstatic enumThe event types fired by aGridLayerduring the loading and unloading of its tiles. -
Uses of LeafletEventType in org.vaadin.addons.componentfactory.leaflet.layer.raster
Classes in org.vaadin.addons.componentfactory.leaflet.layer.raster that implement LeafletEventType -
Uses of LeafletEventType in org.vaadin.addons.componentfactory.leaflet.plugins.fullscreen
Classes in org.vaadin.addons.componentfactory.leaflet.plugins.fullscreen that implement LeafletEventTypeModifier and TypeClassDescriptionstatic enumThe event types fired by the fullscreen control when the map enters or exits fullscreen mode. -
Uses of LeafletEventType in org.vaadin.addons.componentfactory.leaflet.plugins.kmz
Classes in org.vaadin.addons.componentfactory.leaflet.plugins.kmz that implement LeafletEventType -
Uses of LeafletEventType in org.vaadin.addons.componentfactory.leaflet.plugins.markercluster
Classes in org.vaadin.addons.componentfactory.leaflet.plugins.markercluster that implement LeafletEventTypeModifier and TypeClassDescriptionenumEnumerates the events fired by aMarkerClusterGroupin addition to the standard Leaflet layer events.