Class SideDialogCloseActionEvent

java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<SideDialog>
io.jmix.flowui.component.sidedialog.SideDialogCloseActionEvent
All Implemented Interfaces:
Serializable

public class SideDialogCloseActionEvent extends com.vaadin.flow.component.ComponentEvent<SideDialog>
Event fired when the user clicks outside the overlay or presses the escape key.
See Also:
  • Constructor Details

    • SideDialogCloseActionEvent

      public SideDialogCloseActionEvent(SideDialog source, boolean fromClient)