Uses of Interface
org.adempiere.webui.adwindow.validator.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
Modifier and TypeMethodDescriptionWindowValidatorManager.addingService
(org.osgi.framework.ServiceReference<WindowValidator> reference) Modifier 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) Modifier 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)