Exemplo n.º 1
0
 protected FormValidator getFormValidator() {
   return ValidationPlugin.getValidationManager(this).getFormValidator();
 }
Exemplo n.º 2
0
 /** Exposed for testing. */
 ValidationManager getValidationManager() {
   return ValidationPlugin.getValidationManager(this);
 }