Package io.jmix.flowui.view
Class DialogWindow.AfterCloseEvent<V extends View<?>>
java.lang.Object
java.util.EventObject
io.jmix.flowui.view.DialogWindow.AfterCloseEvent<V>
- Type Parameters:
V- the type of the view associated with the dialog window
- All Implemented Interfaces:
Serializable
- Enclosing class:
- DialogWindow<V extends View<?>>
Represents an event that is fired after a dialog window has been closed.
- See Also:
-
Field Summary
FieldsFields inherited from class java.util.EventObject
source -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanclosedWith(StandardOutcome outcome) Checks if the dialog window was closed with the givenStandardOutcome.Returns theCloseActionthat describes how the associatedViewwas closed.getView()Returns the view associated with the dialog window.Methods inherited from class java.util.EventObject
toString
-
Field Details
-
closeAction
-
-
Constructor Details
-
AfterCloseEvent
-
-
Method Details
-
getSource
- Overrides:
getSourcein classEventObject
-
getView
Returns the view associated with the dialog window.- Returns:
- the view associated with the dialog window
-
getCloseAction
Returns theCloseActionthat describes how the associatedViewwas closed.- Returns:
- the close action associated with the closure of the dialog window
-
closedWith
Checks if the dialog window was closed with the givenStandardOutcome.- Parameters:
outcome- theStandardOutcometo check against- Returns:
trueif the dialog window was closed with the specifiedStandardOutcome,falseotherwise
-