Class MasterDetailLayout.BackdropClickEvent
java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<MasterDetailLayout>
com.vaadin.flow.component.masterdetaillayout.MasterDetailLayout.BackdropClickEvent
- All Implemented Interfaces:
Serializable
- Enclosing class:
- MasterDetailLayout
@DomEvent("backdrop-click")
public static class MasterDetailLayout.BackdropClickEvent
extends ComponentEvent<MasterDetailLayout>
Event that is fired when the backdrop of the details overlay is clicked.
The backdrop is the area outside the detail area when it is shown in
drawer mode. Can be used to hide the details when the backdrop is
clicked.
- 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, unregisterListener
Methods inherited from class java.util.EventObject
toString
-
Constructor Details
-
BackdropClickEvent
-