Class LInteractiveLayer<S extends LInteractiveLayer<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>
software.xdev.vaadin.maps.leaflet.layer.LInteractiveLayer<S>
- All Implemented Interfaces:
LComponent<S>,LEvented<S>
- Direct Known Subclasses:
LDivOverlay,LImageOverlay,LMarker,LPath
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedLInteractiveLayer(LComponentManagementRegistry compReg, String jsConstructorCallExpression, Serializable... parameters) -
Method Summary
Methods inherited from class software.xdev.vaadin.maps.leaflet.layer.LLayer
addTo, addTo, addTo, bindPopup, bindPopup, bindPopup, bindTooltip, bindTooltip, bindTooltip, closePopup, closeTooltip, openPopup, openPopup, openTooltip, openTooltip, remove, removeFrom, removeFrom, removeFrom, togglePopup, toggleTooltip, unbindPopup, unbindTooltipMethods 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
-
LInteractiveLayer
protected LInteractiveLayer(LComponentManagementRegistry compReg, String jsConstructorCallExpression, Serializable... parameters)
-