Package io.jmix.flowui.component
Class SupportsEnterPress.EnterPressEvent<C extends com.vaadin.flow.component.Component>
java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<C>
io.jmix.flowui.component.SupportsEnterPress.EnterPressEvent<C>
- Type Parameters:
C
- the event source type
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- SupportsEnterPress<C extends com.vaadin.flow.component.Component>
public static class SupportsEnterPress.EnterPressEvent<C extends com.vaadin.flow.component.Component>
extends com.vaadin.flow.component.ComponentEvent<C>
Event when Enter shortcut is detected.
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
-
Method Summary
Methods inherited from class com.vaadin.flow.component.ComponentEvent
getSource, isFromClient, unregisterListener
Methods inherited from class java.util.EventObject
toString
-
Constructor Details
-
EnterPressEvent
Creates a new event using the given source.- Parameters:
source
- the source component
-