Class MapBeforePrintEvent
java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<Map>
com.vaadin.componentfactory.maps.events.MapBeforePrintEvent
- All Implemented Interfaces:
Serializable
@DomEvent("chart-before-print")
public class MapBeforePrintEvent
extends com.vaadin.flow.component.ComponentEvent<Map>
Fired before a chart is printed using the print menu
- Version:
- $Id: $Id
- Author:
- Vaadin
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionMapBeforePrintEvent(Map source, boolean fromClient) Constructs a ChartBeforePrintEvent -
Method Summary
Methods inherited from class com.vaadin.flow.component.ComponentEvent
getSource, isFromClient, unregisterListenerMethods inherited from class java.util.EventObject
toString
-
Constructor Details
-
MapBeforePrintEvent
Constructs a ChartBeforePrintEvent- Parameters:
source- aMapobject.fromClient- a boolean.
-