Class MouseEvents.DoubleClickEvent

  • All Implemented Interfaces:
    java.io.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:
    MouseEvents.ClickEvent, Serialized Form
    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • Constructor Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.vaadin.flow.component.Component getComponent()
      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 Detail

      • DoubleClickEvent

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

      • getComponent

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