Class LLayerOptions<S extends LLayerOptions<S>>

java.lang.Object
software.xdev.vaadin.maps.leaflet.layer.LLayerOptions<S>
All Implemented Interfaces:
LComponentOptions<S>
Direct Known Subclasses:
LGridLayerOptions, LInteractiveLayerOptions

public abstract class LLayerOptions<S extends LLayerOptions<S>> extends Object implements LComponentOptions<S>
See Also:
  • Constructor Details

    • LLayerOptions

      public LLayerOptions()
  • Method Details

    • getPane

      public String getPane()
    • setPane

      public void setPane(String pane)
    • withPane

      public S withPane(String pane)
    • getAttribution

      public String getAttribution()
    • setAttribution

      public void setAttribution(String attribution)
    • withAttribution

      public S withAttribution(String attribution)