Uses of Interface
org.openforis.collect.designer.viewmodel.SurveyBaseVM.CanLeaveFormConfirmHandler
-
Packages that use SurveyBaseVM.CanLeaveFormConfirmHandler Package Description org.openforis.collect.designer.viewmodel -
-
Uses of SurveyBaseVM.CanLeaveFormConfirmHandler in org.openforis.collect.designer.viewmodel
Subinterfaces of SurveyBaseVM.CanLeaveFormConfirmHandler in org.openforis.collect.designer.viewmodel Modifier and Type Interface Description static interfaceSurveyBaseVM.CanLeaveFormCompleteConfirmHandlerMethods in org.openforis.collect.designer.viewmodel with parameters of type SurveyBaseVM.CanLeaveFormConfirmHandler Modifier and Type Method Description booleanSurveyBaseVM. checkCanLeaveForm(SurveyBaseVM.CanLeaveFormConfirmHandler confirmHandler)If the current form is valid, execute the onOk method of the specified confirmHandler and returns true, otherwise shows a confirm message handled by the specified confirmHandler and returns false If the form is not valid and the confirmHandler is not specified, shows a warning message.booleanSurveyBaseVM. checkCanLeaveForm(SurveyBaseVM.CanLeaveFormConfirmHandler confirmHandler, String messageKey)
-