Uses of Interface
org.adempiere.webui.adwindow.validator.WindowValidator
-
Packages that use WindowValidator Package Description org.adempiere.webui.adwindow.validator -
-
Uses of WindowValidator in org.adempiere.webui.adwindow.validator
Methods in org.adempiere.webui.adwindow.validator that return WindowValidator Modifier and Type Method Description WindowValidator
WindowValidatorManager. addingService(org.osgi.framework.ServiceReference<WindowValidator> reference)
Methods in org.adempiere.webui.adwindow.validator with parameters of type WindowValidator Modifier and Type Method Description void
WindowValidatorManager. modifiedService(org.osgi.framework.ServiceReference<WindowValidator> reference, WindowValidator service)
void
WindowValidatorManager. removedService(org.osgi.framework.ServiceReference<WindowValidator> reference, WindowValidator service)
Method parameters in org.adempiere.webui.adwindow.validator with type arguments of type WindowValidator Modifier and Type Method Description WindowValidator
WindowValidatorManager. 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)
-