Package io.jmix.flowui.view
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<?>>
This class represents an event that is triggered after the associated dialog window has been opened.
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.EventObject
toString
-
Constructor Details
-
AfterOpenEvent
-
-
Method Details
-
getSource
- Overrides:
getSourcein classEventObject
-
getView
Returns the view associated with the dialog window.- Returns:
- the view associated with the dialog window
-