Package io.jmix.flowui.view
Class NavigateCloseAction
java.lang.Object
io.jmix.flowui.view.StandardCloseAction
io.jmix.flowui.view.NavigateCloseAction
- All Implemented Interfaces:
ChangeTrackerCloseAction
,CloseAction
-
Field Summary
Modifier and TypeFieldDescriptionprotected final com.vaadin.flow.router.BeforeLeaveEvent
static final String
Fields inherited from class io.jmix.flowui.view.StandardCloseAction
actionId, checkForUnsavedChanges
-
Constructor Summary
ConstructorDescriptionNavigateCloseAction
(com.vaadin.flow.router.BeforeLeaveEvent beforeLeaveEvent) NavigateCloseAction
(String actionId, com.vaadin.flow.router.BeforeLeaveEvent beforeLeaveEvent) NavigateCloseAction
(String actionId, com.vaadin.flow.router.BeforeLeaveEvent beforeLeaveEvent, boolean checkForUnsavedChanges) -
Method Summary
Methods inherited from class io.jmix.flowui.view.StandardCloseAction
getActionId, isCheckForUnsavedChanges, toString
-
Field Details
-
ID
- See Also:
-
beforeLeaveEvent
protected final com.vaadin.flow.router.BeforeLeaveEvent beforeLeaveEvent
-
-
Constructor Details
-
NavigateCloseAction
public NavigateCloseAction(com.vaadin.flow.router.BeforeLeaveEvent beforeLeaveEvent) -
NavigateCloseAction
public NavigateCloseAction(String actionId, com.vaadin.flow.router.BeforeLeaveEvent beforeLeaveEvent) -
NavigateCloseAction
public NavigateCloseAction(String actionId, com.vaadin.flow.router.BeforeLeaveEvent beforeLeaveEvent, boolean checkForUnsavedChanges)
-
-
Method Details
-
getBeforeLeaveEvent
public com.vaadin.flow.router.BeforeLeaveEvent getBeforeLeaveEvent()
-