Package io.jmix.flowui.screen
Class Screen.BeforeCloseEvent
java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<Screen<?>>
io.jmix.flowui.screen.Screen.BeforeCloseEvent
- All Implemented Interfaces:
Serializable
public static class Screen.BeforeCloseEvent
extends com.vaadin.flow.component.ComponentEvent<Screen<?>>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final CloseActionprotected booleanprotected OperationResultFields inherited from class java.util.EventObject
source -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanclosedWith(StandardOutcome outcome) booleanvoidvoidpreventWindowClose(OperationResult closeResult) Methods inherited from class com.vaadin.flow.component.ComponentEvent
getSource, isFromClient, unregisterListenerMethods inherited from class java.util.EventObject
toString
-
Field Details
-
closeAction
-
closeResult
-
closePrevented
protected boolean closePrevented
-
-
Constructor Details
-
BeforeCloseEvent
-
-
Method Details
-
getCloseAction
-
preventWindowClose
public void preventWindowClose() -
preventWindowClose
-
isClosePrevented
public boolean isClosePrevented() -
getCloseResult
-
closedWith
-