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 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
invokeSelf, invokeSelfReturn, self
-
Constructor Details
-
LIcon
protected LIcon(LComponentManagementRegistry compReg, String jsCreate, LAbstractIconOptions<?> options) -
LIcon
-