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 com.vaadin.flow.component.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:
-
Field Summary
Fields inherited from class java.util.EventObject
source -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.vaadin.flow.component.ComponentEvent
getSource, isFromClient, unregisterListenerMethods inherited from class java.util.EventObject
toString
-
Constructor Details
-
DetailEscapePressEvent
-