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 Details

    • LInteractiveLayerOptions

      public LInteractiveLayerOptions()
  • Method Details

    • getInteractive

      public Boolean getInteractive()
    • setInteractive

      public void setInteractive(Boolean interactive)
    • withInteractive

      public S withInteractive(Boolean interactive)
    • getBubblingMouseEvents

      public Boolean getBubblingMouseEvents()
    • setBubblingMouseEvents

      public void setBubblingMouseEvents(Boolean bubblingMouseEvents)
    • withBubblingMouseEvents

      public S withBubblingMouseEvents(Boolean bubblingMouseEvents)