Package fr.ifremer.isisfish.ui
Interface SaveVerifier
- All Known Implementing Classes:
InputSaveVerifier
,SensitivitySaveVerifier
public interface SaveVerifier
Isis interface modification verifier.
Check that unsaved datas need to be saved.
- Version:
- $Revision$ Last update: $Date$ by : $Author$
- Author:
- letellier
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
static final int
-
Method Summary
Modifier and TypeMethodDescriptionint
Tell verifier to check for unsaved modification.
-
Field Details
-
YES_OPTION
static final int YES_OPTION- See Also:
-
NO_OPTION
static final int NO_OPTION- See Also:
-
CANCEL_OPTION
static final int CANCEL_OPTION- See Also:
-
-
Method Details
-
checkEdit
int checkEdit()Tell verifier to check for unsaved modification.- Returns:
- user int response
- See Also:
-