Class NavigateCloseAction

java.lang.Object
io.jmix.flowui.view.StandardCloseAction
io.jmix.flowui.view.NavigateCloseAction
All Implemented Interfaces:
ChangeTrackerCloseAction, CloseAction

public class NavigateCloseAction extends StandardCloseAction
  • Field Details

    • ID

      public static final String 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()