Groovy Documentation

simplejpa.validation
[Groovy] Class NopErrorCleaner

java.lang.Object
  simplejpa.validation.NopErrorCleaner
All Implemented Interfaces:
ErrorCleaner

class NopErrorCleaner
extends Object

Constructor Summary
NopErrorCleaner()

 
Method Summary
void addErrorCleaning(JComponent component, ObservableMap errors, String errorPath)

 
Methods inherited from class Object
getClass, hashCode, equals, toString, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NopErrorCleaner

NopErrorCleaner()


 
Method Detail

addErrorCleaning

@Override
void addErrorCleaning(JComponent component, ObservableMap errors, String errorPath)


 

Groovy Documentation