Class DialogClosedEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
io.jmix.flowui.event.dialog.DialogClosedEvent
All Implemented Interfaces:
Serializable

public class DialogClosedEvent extends org.springframework.context.ApplicationEvent
Application event that is sent after the dialog is closed.
See Also:
  • Constructor Details

    • DialogClosedEvent

      public DialogClosedEvent(com.vaadin.flow.component.dialog.Dialog dialog)
  • Method Details

    • getSource

      public com.vaadin.flow.component.dialog.Dialog getSource()
      Overrides:
      getSource in class EventObject