Uses of Class
org.adempiere.webui.adwindow.validator.WindowValidatorEvent
Packages that use 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
Methods in org.adempiere.webui.adwindow.validator with parameters of type WindowValidatorEventModifier and TypeMethodDescriptionvoidWindowValidatorManager.fireWindowValidatorEvent(WindowValidatorEvent event, Callback<Boolean> callback) fire window validator event for all registerWindowValidatorservicevoidWindowValidator.onWindowEvent(WindowValidatorEvent event, Callback<Boolean> callback) HandleWindowValidatorEvent.