Package de.f0rce.signaturepad
Class ImageEncode
java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<SignaturePad>
de.f0rce.signaturepad.ImageEncode
- All Implemented Interfaces:
java.io.Serializable
@DomEvent("image-encode") public class ImageEncode extends com.vaadin.flow.component.ComponentEvent<SignaturePad>
This class is used to listen to the image-encode event sent by the frontend.
It contains the image URI and the MIME-Type.
- Author:
- David "F0rce" Dodlek
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description ImageEncode(SignaturePad source, boolean fromClient, java.lang.String image, java.lang.String type, java.lang.Boolean isEmpty)
-
Method Summary
-
Constructor Details
-
ImageEncode
public ImageEncode(SignaturePad source, boolean fromClient, @EventData("event.detail.image") java.lang.String image, @EventData("event.detail.type") java.lang.String type, @EventData("event.detail.isEmpty") java.lang.Boolean isEmpty)
-
-
Method Details