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 SummaryFieldsModifier and TypeFieldDescriptionprotected final com.vaadin.flow.router.BeforeLeaveEventstatic final StringFields inherited from class io.jmix.flowui.view.StandardCloseActionactionId, checkForUnsavedChanges
- 
Constructor SummaryConstructorsConstructorDescriptionNavigateCloseAction(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 SummaryMethods inherited from class io.jmix.flowui.view.StandardCloseActiongetActionId, isCheckForUnsavedChanges, toString
- 
Field Details- 
ID- See Also:
 
- 
beforeLeaveEventprotected final com.vaadin.flow.router.BeforeLeaveEvent beforeLeaveEvent
 
- 
- 
Constructor Details- 
NavigateCloseActionpublic NavigateCloseAction(com.vaadin.flow.router.BeforeLeaveEvent beforeLeaveEvent) 
- 
NavigateCloseActionpublic NavigateCloseAction(String actionId, com.vaadin.flow.router.BeforeLeaveEvent beforeLeaveEvent) 
- 
NavigateCloseActionpublic NavigateCloseAction(String actionId, com.vaadin.flow.router.BeforeLeaveEvent beforeLeaveEvent, boolean checkForUnsavedChanges) 
 
- 
- 
Method Details- 
getBeforeLeaveEventpublic com.vaadin.flow.router.BeforeLeaveEvent getBeforeLeaveEvent()
 
-