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:
  • Constructor Details

    • EnterPressEvent

      public EnterPressEvent(C source)
      Creates a new event using the given source.
      Parameters:
      source - the source component