Class ThumbnailClickedEvent
java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<PdfViewer>
com.vaadin.componentfactory.pdfviewer.event.ThumbnailClickedEvent
- All Implemented Interfaces:
Serializable
@DomEvent("thumbnail-clicked")
public class ThumbnailClickedEvent
extends com.vaadin.flow.component.ComponentEvent<PdfViewer>
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionThumbnailClickedEvent(PdfViewer source, boolean fromClient, Integer pageNumber) -
Method Summary
Methods inherited from class com.vaadin.flow.component.ComponentEvent
getSource, isFromClient, unregisterListenerMethods inherited from class java.util.EventObject
toString
-
Constructor Details
-
ThumbnailClickedEvent
-
-
Method Details
-
getSelectedPage
-