Class MouseEvents.DoubleClickEvent

java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<com.vaadin.flow.component.Component>
com.vaadin.classic.v8.event.MouseEvents.DoubleClickEvent
All Implemented Interfaces:
Serializable
Enclosing interface:
MouseEvents

public static class MouseEvents.DoubleClickEvent extends com.vaadin.flow.component.ComponentEvent<com.vaadin.flow.component.Component>
Class for holding additional event information for DoubleClick events. Fired when the user double-clicks on a Component.
Author:
Vaadin Ltd.
See Also:
  • Field Summary

    Fields inherited from class java.util.EventObject

    source
  • Constructor Summary

    Constructors
    Constructor
    Description
    DoubleClickEvent(com.vaadin.flow.component.Component source)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.vaadin.flow.component.Component
    Gets the component where the event occurred.

    Methods inherited from class com.vaadin.flow.component.ComponentEvent

    getSource, isFromClient, unregisterListener

    Methods inherited from class java.util.EventObject

    toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • DoubleClickEvent

      public DoubleClickEvent(com.vaadin.flow.component.Component source)
  • Method Details

    • getComponent

      public com.vaadin.flow.component.Component getComponent()
      Gets the component where the event occurred.
      Returns:
      the source component of the event