Class LInteractiveLayerOptions<S extends LInteractiveLayerOptions<S>>
java.lang.Object
software.xdev.vaadin.maps.leaflet.layer.LLayerOptions<S>
software.xdev.vaadin.maps.leaflet.layer.LInteractiveLayerOptions<S>
- All Implemented Interfaces:
LComponentOptions<S>
- Direct Known Subclasses:
LAbstractImageOverlayOptions, LDivOverlayOptions, LGeoJSONLayerOptions, LMarkerOptions, LPathOptions
public abstract class LInteractiveLayerOptions<S extends LInteractiveLayerOptions<S>>
extends LLayerOptions<S>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetBubblingMouseEvents(Boolean bubblingMouseEvents) voidsetInteractive(Boolean interactive) withBubblingMouseEvents(Boolean bubblingMouseEvents) withInteractive(Boolean interactive) Methods 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
-
LInteractiveLayerOptions
public LInteractiveLayerOptions()
-
-
Method Details
-
getInteractive
-
setInteractive
-
withInteractive
-
getBubblingMouseEvents
-
setBubblingMouseEvents
-
withBubblingMouseEvents
-