Class DialogWindow.AfterOpenEvent<V extends View<?>>

java.lang.Object
java.util.EventObject
io.jmix.flowui.view.DialogWindow.AfterOpenEvent<V>
Type Parameters:
V - the type of the view associated with the dialog window
All Implemented Interfaces:
Serializable
Enclosing class:
DialogWindow<V extends View<?>>

public static class DialogWindow.AfterOpenEvent<V extends View<?>> extends EventObject
This class represents an event that is triggered after the associated dialog window has been opened.
See Also:
  • Constructor Details

  • Method Details

    • getSource

      public DialogWindow<V> getSource()
      Overrides:
      getSource in class EventObject
    • getView

      public V getView()
      Returns the view associated with the dialog window.
      Returns:
      the view associated with the dialog window