Uses of Class
org.adempiere.webui.adwindow.validator.WindowValidatorEvent
Package
Description
Provide interface and classes for AD Window validation event implementation (beforeSave, beforePrint, etc).
-
Uses of WindowValidatorEvent in org.adempiere.webui.adwindow.validator
Modifier and TypeMethodDescriptionvoid
WindowValidatorManager.fireWindowValidatorEvent
(WindowValidatorEvent event, Callback<Boolean> callback) fire window validator event for all registerWindowValidator
servicevoid
WindowValidator.onWindowEvent
(WindowValidatorEvent event, Callback<Boolean> callback) HandleWindowValidatorEvent
.