Class LBaseComponent<S extends LComponent<S>>
java.lang.Object
software.xdev.vaadin.maps.leaflet.base.LAbstractComponent<S>
software.xdev.vaadin.maps.leaflet.base.LBaseComponent<S>
- All Implemented Interfaces:
LComponent<S>
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedLBaseComponent(LComponentManagementRegistry compReg, String jsConstructorCallExpression, Serializable... parameters) -
Method Summary
Methods 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
invokeSelf, invokeSelfReturn, self
-
Constructor Details
-
LBaseComponent
protected LBaseComponent(LComponentManagementRegistry compReg, String jsConstructorCallExpression, Serializable... parameters)
-
-
Method Details
-
clientComponentJsAccessor
-