Package io.jmix.ui.screen
Interface ChangeTrackerCloseAction
- All Known Implementing Classes:
StandardCloseAction
public interface ChangeTrackerCloseAction
An optional interface of
CloseAction
s used in screens that may have unsaved changes on closing.-
Method Summary
-
Method Details
-
isCheckForUnsavedChanges
boolean isCheckForUnsavedChanges()- Returns:
- true if the screen using this action should prevent close if there are unsaved changes
-