Class MapRedrawEvent
java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<Map>
com.vaadin.componentfactory.maps.events.MapRedrawEvent
- All Implemented Interfaces:
Serializable
@DomEvent("chart-redraw")
public class MapRedrawEvent
extends com.vaadin.flow.component.ComponentEvent<Map>
Fired after a chart is redrawn
- Version:
- $Id: $Id
- Author:
- Vaadin
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionMapRedrawEvent(Map source, boolean fromClient) Constructor for MapRedrawEvent. -
Method Summary
Methods inherited from class com.vaadin.flow.component.ComponentEvent
getSource, isFromClient, unregisterListenerMethods inherited from class java.util.EventObject
toString
-
Constructor Details
-
MapRedrawEvent
Constructor for MapRedrawEvent.
- Parameters:
source- aMapobject.fromClient- a boolean.
-