Class Screen.AfterCloseEvent

java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<Screen<?>>
io.jmix.flowui.screen.Screen.AfterCloseEvent
All Implemented Interfaces:
Serializable
Enclosing class:
Screen<T extends com.vaadin.flow.component.Component>

public static class Screen.AfterCloseEvent extends com.vaadin.flow.component.ComponentEvent<Screen<?>>
See Also:
  • Field Details

    • closeAction

      protected final CloseAction closeAction
  • Constructor Details

    • AfterCloseEvent

      public AfterCloseEvent(Screen<?> source, CloseAction closeAction)
  • Method Details