Class LLayer<S extends LLayer<S>>
java.lang.Object
software.xdev.vaadin.maps.leaflet.base.LAbstractComponent<S>
software.xdev.vaadin.maps.leaflet.base.LBaseComponent<S>
software.xdev.vaadin.maps.leaflet.layer.LLayer<S>
- All Implemented Interfaces:
LComponent<S>,LEvented<S>
- Direct Known Subclasses:
LAbstractLayerGroup,LGridLayer,LInteractiveLayer
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedLLayer(LComponentManagementRegistry compReg, String jsConstructorCallExpression, Serializable... parameters) -
Method Summary
Modifier and TypeMethodDescriptionprotected SaddTo(LComponent<?> lComponent) addTo(LLayerGroup layerGroup) bindPopup(String content, LPopupOptions options) bindTooltip(String content) bindTooltip(String content, LTooltipOptions options) bindTooltip(LTooltip tooltip) openTooltip(LLatLng latLng) remove()protected SremoveFrom(LComponent<?> lComponent) removeFrom(LLayerGroup layerGroup) removeFrom(LMap map) Methods inherited from class software.xdev.vaadin.maps.leaflet.base.LBaseComponent
clientComponentJsAccessorMethods inherited from class software.xdev.vaadin.maps.leaflet.base.LAbstractComponent
componentRegistryMethods 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.LComponent
clientComponentJsAccessor, componentRegistry, invokeSelf, invokeSelfReturn, self
-
Constructor Details
-
LLayer
protected LLayer(LComponentManagementRegistry compReg, String jsConstructorCallExpression, Serializable... parameters)
-
-
Method Details
-
addTo
- See Also:
-
addTo
- See Also:
-
addTo
- See Also:
-
remove
- See Also:
-
removeFrom
- See Also:
-
removeFrom
- See Also:
-
removeFrom
- See Also:
-
bindPopup
- See Also:
-
bindPopup
- See Also:
-
bindPopup
- See Also:
-
unbindPopup
- See Also:
-
togglePopup
- See Also:
-
openPopup
- See Also:
-
openPopup
- See Also:
-
closePopup
- See Also:
-
bindTooltip
- See Also:
-
bindTooltip
- See Also:
-
bindTooltip
- See Also:
-
unbindTooltip
- See Also:
-
toggleTooltip
- See Also:
-
openTooltip
- See Also:
-
openTooltip
- See Also:
-
closeTooltip
- See Also:
-