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 LDivOverlayOptions
getClassName, getContent, getOffset, setClassName, setContent, setOffset, withClassName, withContent, withOffsetMethods inherited from class LInteractiveLayerOptions
getBubblingMouseEvents, getInteractive, setBubblingMouseEvents, setInteractive, withBubblingMouseEvents, withInteractiveMethods inherited from class LLayerOptions
getAttribution, getPane, setAttribution, setPane, withAttribution, withPaneMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface LComponentOptions
self
-
Constructor Details
-
LTooltipOptions
public LTooltipOptions()
-
-
Method Details
-
getDirection
-
setDirection
-
withDirection
-
getPermanent
-
setPermanent
-
withPermanent
-
getSticky
-
setSticky
-
withSticky
-
getOpacity
-
setOpacity
-
withOpacity
-