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