Class LMarkerOptions
java.lang.Object
software.xdev.vaadin.maps.leaflet.layer.LLayerOptions<LMarkerOptions>
software.xdev.vaadin.maps.leaflet.layer.LInteractiveLayerOptions<LMarkerOptions>
software.xdev.vaadin.maps.leaflet.layer.ui.LMarkerOptions
- All Implemented Interfaces:
LComponentOptions<LMarkerOptions>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAlt()getIcon()getTitle()voidvoidsetAutoPanFocus(Boolean autoPanFocus) voidsetDraggable(Boolean draggable) voidvoidsetKeyboard(Boolean keyboard) voidsetOpacity(Number opacity) voidsetRiseOffset(Number riseOffset) voidsetRiseOnHover(Boolean riseOnHover) voidsetShadowPane(String shadowPane) voidvoidsetzIndexOffset(Number zIndexOffset) withAutoPanFocus(Boolean autoPanFocus) withDraggable(Boolean draggable) withKeyboard(Boolean keyboard) withOpacity(Number opacity) withRiseOffset(Number riseOffset) withRiseOnHover(Boolean riseOnHover) withShadowPane(String shadowPane) withzIndexOffset(Number zIndexOffset) Methods inherited from class LInteractiveLayerOptions
getBubblingMouseEvents, getInteractive, setBubblingMouseEvents, setInteractive, withBubblingMouseEvents, withInteractiveMethods 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
-
LMarkerOptions
public LMarkerOptions()
-
-
Method Details
-
getIcon
-
setIcon
-
withIcon
-
getKeyboard
-
setKeyboard
-
withKeyboard
-
getTitle
-
setTitle
-
withTitle
-
getAlt
-
setAlt
-
withAlt
-
getzIndexOffset
-
setzIndexOffset
-
withzIndexOffset
-
getOpacity
-
setOpacity
-
withOpacity
-
getRiseOnHover
-
setRiseOnHover
-
withRiseOnHover
-
getRiseOffset
-
setRiseOffset
-
withRiseOffset
-
getShadowPane
-
setShadowPane
-
withShadowPane
-
getAutoPanFocus
-
setAutoPanFocus
-
withAutoPanFocus
-
getDraggable
-
setDraggable
-
withDraggable
-