Class LTooltipOptions
java.lang.Object
software.xdev.vaadin.maps.leaflet.layer.LLayerOptions<LTooltipOptions>
software.xdev.vaadin.maps.leaflet.layer.LInteractiveLayerOptions<LTooltipOptions>
software.xdev.vaadin.maps.leaflet.layer.ui.LDivOverlayOptions<LTooltipOptions>
software.xdev.vaadin.maps.leaflet.layer.ui.LTooltipOptions
- All Implemented Interfaces:
LComponentOptions<LTooltipOptions>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetDirection(String direction) voidsetOpacity(Number opacity) voidsetPermanent(Boolean permanent) voidwithDirection(String direction) withOpacity(Number opacity) withPermanent(Boolean permanent) withSticky(Boolean sticky) Methods inherited from class software.xdev.vaadin.maps.leaflet.layer.ui.LDivOverlayOptions
getClassName, getContent, getOffset, setClassName, setContent, setOffset, withClassName, withContent, withOffsetMethods inherited from class software.xdev.vaadin.maps.leaflet.layer.LInteractiveLayerOptions
getBubblingMouseEvents, getInteractive, setBubblingMouseEvents, setInteractive, withBubblingMouseEvents, withInteractiveMethods inherited from class software.xdev.vaadin.maps.leaflet.layer.LLayerOptions
getAttribution, getPane, setAttribution, setPane, withAttribution, withPaneMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.xdev.vaadin.maps.leaflet.base.LComponentOptions
self
-
Constructor Details
-
LTooltipOptions
public LTooltipOptions()
-
-
Method Details
-
getDirection
-
setDirection
-
withDirection
-
getPermanent
-
setPermanent
-
withPermanent
-
getSticky
-
setSticky
-
withSticky
-
getOpacity
-
setOpacity
-
withOpacity
-