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 LBaseComponent
clientComponentJsAccessorMethods inherited from class LAbstractComponent
componentRegistryMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface LComponent
clientComponentJsAccessor, componentRegistry, invokeSelf, invokeSelfReturn, self
-
Constructor Details
-
LLayer
protected LLayer(LComponentManagementRegistry compReg, String jsConstructorCallExpression, Serializable... parameters)
-
-
Method Details
-
addTo
- See Also:
-
addTo
-
addTo
- See Also:
-
remove
- See Also:
-
removeFrom
- See Also:
-
removeFrom
-
removeFrom
- See Also:
-
bindPopup
- See Also:
-
bindPopup
-
bindPopup
-
unbindPopup
- See Also:
-
togglePopup
- See Also:
-
openPopup
-
openPopup
- See Also:
-
closePopup
- See Also:
-
bindTooltip
- See Also:
-
bindTooltip
-
bindTooltip
-
unbindTooltip
- See Also:
-
toggleTooltip
- See Also:
-
openTooltip
-
openTooltip
- See Also:
-
closeTooltip
- See Also:
-