Uses of Interface
org.adempiere.webui.adwindow.validator.WindowValidator
Packages that use WindowValidator
Package
Description
Provide interface and classes for AD Window validation event implementation (beforeSave, beforePrint, etc).
-
Uses of WindowValidator in org.adempiere.webui.adwindow.validator
Methods in org.adempiere.webui.adwindow.validator that return WindowValidatorModifier and TypeMethodDescriptionWindowValidatorManager.addingService
(org.osgi.framework.ServiceReference<WindowValidator> reference) Methods in org.adempiere.webui.adwindow.validator with parameters of type WindowValidatorModifier and TypeMethodDescriptionprotected void
WindowValidatorManager.addService
(WindowValidator service, String uuid, String events) AddWindowValidator
service for an AD Windowvoid
WindowValidatorManager.modifiedService
(org.osgi.framework.ServiceReference<WindowValidator> reference, WindowValidator service) void
WindowValidatorManager.removedService
(org.osgi.framework.ServiceReference<WindowValidator> reference, WindowValidator service) protected void
WindowValidatorManager.removeService
(WindowValidator service, String uuid) Method parameters in org.adempiere.webui.adwindow.validator with type arguments of type WindowValidatorModifier and TypeMethodDescriptionWindowValidatorManager.addingService
(org.osgi.framework.ServiceReference<WindowValidator> reference) void
WindowValidatorManager.modifiedService
(org.osgi.framework.ServiceReference<WindowValidator> reference, WindowValidator service) void
WindowValidatorManager.removedService
(org.osgi.framework.ServiceReference<WindowValidator> reference, WindowValidator service)