Class LIcon
java.lang.Object
software.xdev.vaadin.maps.leaflet.base.LAbstractComponent<LIcon>
software.xdev.vaadin.maps.leaflet.base.LBaseComponent<LIcon>
software.xdev.vaadin.maps.leaflet.basictypes.LIcon
- All Implemented Interfaces:
LComponent<LIcon>
- Direct Known Subclasses:
LDivIcon
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedLIcon(LComponentManagementRegistry compReg, String jsCreate, LAbstractIconOptions<?> options) LIcon(LComponentManagementRegistry compReg, LIconOptions options) -
Method Summary
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
invokeSelf, invokeSelfReturn, self
-
Constructor Details
-
LIcon
protected LIcon(LComponentManagementRegistry compReg, String jsCreate, LAbstractIconOptions<?> options) -
LIcon
-