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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetPane()voidsetAttribution(String attribution) voidwithAttribution(String attribution) Methods 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
-
LLayerOptions
public LLayerOptions()
-
-
Method Details
-
getPane
-
setPane
-
withPane
-
getAttribution
-
setAttribution
-
withAttribution
-