Class LDivOverlayOptions<S extends LDivOverlayOptions<S>>
java.lang.Object
software.xdev.vaadin.maps.leaflet.layer.LLayerOptions<S>
software.xdev.vaadin.maps.leaflet.layer.LInteractiveLayerOptions<S>
software.xdev.vaadin.maps.leaflet.layer.ui.LDivOverlayOptions<S>
- All Implemented Interfaces:
LComponentOptions<S>
- Direct Known Subclasses:
LPopupOptions, LTooltipOptions
public abstract class LDivOverlayOptions<S extends LDivOverlayOptions<S>>
extends LInteractiveLayerOptions<S>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetClassName(String className) voidsetContent(Object content) voidwithClassName(String className) withContent(Object content) withOffset(LPoint offset) Methods 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
-
LDivOverlayOptions
public LDivOverlayOptions()
-
-
Method Details
-
getOffset
-
setOffset
-
withOffset
-
getClassName
-
setClassName
-
withClassName
-
getContent
-
setContent
-
withContent
-