Class MasterDetailLayout.DetailEscapePressEvent

java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<MasterDetailLayout>
com.vaadin.flow.component.masterdetaillayout.MasterDetailLayout.DetailEscapePressEvent
All Implemented Interfaces:
Serializable
Enclosing class:
MasterDetailLayout

@DomEvent("detail-escape-press") public static class MasterDetailLayout.DetailEscapePressEvent extends ComponentEvent<MasterDetailLayout>
Event that is fired when the Escape key is pressed within the details area. Can be used to hide the details when the Escape key is pressed.
See Also:
  • Constructor Details

    • DetailEscapePressEvent

      public DetailEscapePressEvent(MasterDetailLayout source, boolean fromClient)