Uses of Enum Class
org.vaadin.addons.componentfactory.leaflet.controls.LayersControl.LayerControlEventType
Packages that use LayersControl.LayerControlEventType
-
Uses of LayersControl.LayerControlEventType in org.vaadin.addons.componentfactory.leaflet.controls
Methods in org.vaadin.addons.componentfactory.leaflet.controls that return LayersControl.LayerControlEventTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static LayersControl.LayerControlEventType[]LayersControl.LayerControlEventType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.vaadin.addons.componentfactory.leaflet.controls with parameters of type LayersControl.LayerControlEventTypeModifierConstructorDescriptionLayersControlEvent(LeafletMap source, boolean fromClient, String layerId, LayersControl.LayerControlEventType type, String name) Creates a new layers control event.