Uses of Class
software.xdev.vaadin.maps.leaflet.layer.ui.LPopupOptions
Packages that use LPopupOptions
Package
Description
-
Uses of LPopupOptions in software.xdev.vaadin.maps.leaflet.layer
Methods in software.xdev.vaadin.maps.leaflet.layer with parameters of type LPopupOptions -
Uses of LPopupOptions in software.xdev.vaadin.maps.leaflet.layer.ui
Methods in software.xdev.vaadin.maps.leaflet.layer.ui that return LPopupOptionsModifier and TypeMethodDescriptionLPopupOptions.withAutoClose(Boolean autoClose) LPopupOptions.withAutoPan(Boolean autoPan) LPopupOptions.withAutoPanPadding(LPoint autoPanPadding) LPopupOptions.withAutoPanPaddingBottomRight(LPoint autoPanPaddingBottomRight) LPopupOptions.withAutoPanPaddingTopLeft(LPoint autoPanPaddingTopLeft) LPopupOptions.withCloseButton(Boolean closeButton) LPopupOptions.withCloseOnClick(Boolean closeOnClick) LPopupOptions.withCloseOnEscapeKey(Boolean closeOnEscapeKey) LPopupOptions.withKeepInView(Boolean keepInView) LPopupOptions.withMaxWidth(Number maxWidth) LPopupOptions.withMinWidth(Number minWidth) Constructors in software.xdev.vaadin.maps.leaflet.layer.ui with parameters of type LPopupOptionsModifierConstructorDescriptionLPopup(LComponentManagementRegistry compReg, LLatLng latLng, LPopupOptions options) LPopup(LComponentManagementRegistry compReg, LPopupOptions options) LPopup(LComponentManagementRegistry compReg, LPopupOptions options, LLayer<?> source)