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

    • BackdropClickEvent

      public BackdropClickEvent(MasterDetailLayout source, boolean fromClient)