Class LGridLayer<S extends LGridLayer<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.LGridLayer<S>
- All Implemented Interfaces:
LHasBringTo<S>, LHasOpacity<S>, LHasRedraw<S>, LHasSetZIndex<S>, LComponent<S>, LEvented<S>
- Direct Known Subclasses:
LAbstractTileLayer
public abstract class LGridLayer<S extends LGridLayer<S>>
extends LLayer<S>
implements LHasBringTo<S>, LHasOpacity<S>, LHasRedraw<S>, LHasSetZIndex<S>
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedLGridLayer(LComponentManagementRegistry compReg, String jsConstructorCallExpression, Serializable... parameters) -
Method Summary
Methods inherited from class 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 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, selfMethods inherited from interface LEvented
addEventParent, fire, fire, fire, off, off, off, off, on, on, on, once, once, once, removeEventParentMethods inherited from interface LHasBringTo
bringToBack, bringToFrontMethods inherited from interface LHasOpacity
setOpacityMethods inherited from interface LHasRedraw
redrawMethods inherited from interface LHasSetZIndex
setZIndex
-
Constructor Details
-
LGridLayer
protected LGridLayer(LComponentManagementRegistry compReg, String jsConstructorCallExpression, Serializable... parameters)
-