Uses of Class
org.vaadin.addons.componentfactory.leaflet.layer.ui.tooltip.Tooltip
Packages that use Tooltip
Package
Description
-
Uses of Tooltip in org.vaadin.addons.componentfactory.leaflet.layer
Methods in org.vaadin.addons.componentfactory.leaflet.layer that return TooltipModifier and TypeMethodDescriptionLayer.getTooltip()Returns the tooltip bound to this layer.LayerTooltipFunctions.getTooltip()Returns the tooltip bound to this layer.Methods in org.vaadin.addons.componentfactory.leaflet.layer with parameters of type TooltipModifier and TypeMethodDescriptionvoidLayer.bindTooltip(Tooltip tooltip) Binds the given tooltip to this layer.default voidLayerTooltipFunctions.bindTooltip(Tooltip tooltip) Binds a tooltip to the layer with the passed contentdefault voidLayerTooltipFunctions.setTooltipContent(Tooltip tooltip) Sets the content of the tooltip bound to this layer. -
Uses of Tooltip in org.vaadin.addons.componentfactory.leaflet.layer.events
Methods in org.vaadin.addons.componentfactory.leaflet.layer.events that return TooltipModifier and TypeMethodDescriptionTooltipEvent.getTooltip()Returns the tooltip the event relates to.Constructors in org.vaadin.addons.componentfactory.leaflet.layer.events with parameters of type TooltipModifierConstructorDescriptionTooltipEvent(LeafletMap source, boolean fromClient, String layerId, TooltipEventType eventType, Tooltip tooltip) Creates a new tooltip event.