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
Modifier and TypeFieldDescriptionprotected final CloseAction
protected boolean
protected OperationResult
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
closedWith
(StandardOutcome outcome) boolean
void
void
preventWindowClose
(OperationResult closeResult) Methods inherited from class com.vaadin.flow.component.ComponentEvent
getSource, isFromClient, unregisterListener
Methods 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
-