Class LPopupOptions
java.lang.Object
software.xdev.vaadin.maps.leaflet.layer.LLayerOptions<LPopupOptions>
software.xdev.vaadin.maps.leaflet.layer.LInteractiveLayerOptions<LPopupOptions>
software.xdev.vaadin.maps.leaflet.layer.ui.LDivOverlayOptions<LPopupOptions>
software.xdev.vaadin.maps.leaflet.layer.ui.LPopupOptions
- All Implemented Interfaces:
LComponentOptions<LPopupOptions>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetAutoClose(Boolean autoClose) voidsetAutoPan(Boolean autoPan) voidsetAutoPanPadding(LPoint autoPanPadding) voidsetAutoPanPaddingBottomRight(LPoint autoPanPaddingBottomRight) voidsetAutoPanPaddingTopLeft(LPoint autoPanPaddingTopLeft) voidsetCloseButton(Boolean closeButton) voidsetCloseOnClick(Boolean closeOnClick) voidsetCloseOnEscapeKey(Boolean closeOnEscapeKey) voidsetKeepInView(Boolean keepInView) voidsetMaxWidth(Number maxWidth) voidsetMinWidth(Number minWidth) withAutoClose(Boolean autoClose) withAutoPan(Boolean autoPan) withAutoPanPadding(LPoint autoPanPadding) withAutoPanPaddingBottomRight(LPoint autoPanPaddingBottomRight) withAutoPanPaddingTopLeft(LPoint autoPanPaddingTopLeft) withCloseButton(Boolean closeButton) withCloseOnClick(Boolean closeOnClick) withCloseOnEscapeKey(Boolean closeOnEscapeKey) withKeepInView(Boolean keepInView) withMaxWidth(Number maxWidth) withMinWidth(Number minWidth) 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
-
LPopupOptions
public LPopupOptions()
-
-
Method Details
-
getMaxWidth
-
setMaxWidth
-
withMaxWidth
-
getMinWidth
-
setMinWidth
-
withMinWidth
-
getAutoPan
-
setAutoPan
-
withAutoPan
-
getAutoPanPaddingTopLeft
-
setAutoPanPaddingTopLeft
-
withAutoPanPaddingTopLeft
-
getAutoPanPaddingBottomRight
-
setAutoPanPaddingBottomRight
-
withAutoPanPaddingBottomRight
-
getAutoPanPadding
-
setAutoPanPadding
-
withAutoPanPadding
-
getKeepInView
-
setKeepInView
-
withKeepInView
-
getCloseButton
-
setCloseButton
-
withCloseButton
-
getAutoClose
-
setAutoClose
-
withAutoClose
-
getCloseOnEscapeKey
-
setCloseOnEscapeKey
-
withCloseOnEscapeKey
-
getCloseOnClick
-
setCloseOnClick
-
withCloseOnClick
-