Package com.vaadin.classic.v8.event
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 -
Method Summary
Modifier and TypeMethodDescriptioncom.vaadin.flow.component.ComponentGets the component where the event occurred.Methods inherited from class com.vaadin.flow.component.ComponentEvent
getSource, isFromClient, unregisterListenerMethods inherited from class java.util.EventObject
toString
-
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
-