Groovy Documentation

simplejpa.validation
[Groovy] Class ErrorLabel.ErrorLabelPropertyChangeListener

java.lang.Object
  simplejpa.validation.ErrorLabel.ErrorLabelPropertyChangeListener
All Implemented Interfaces:
PropertyChangeListener

class ErrorLabel.ErrorLabelPropertyChangeListener

Property Summary
ObservableMap errors

String path

 
Constructor Summary
ErrorLabel.ErrorLabelPropertyChangeListener(String path, ObservableMap errors)

 
Method Summary
void propertyChange(PropertyChangeEvent evt)

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

Property Detail

errors

ObservableMap errors


path

String path


 
Constructor Detail

ErrorLabel.ErrorLabelPropertyChangeListener

ErrorLabel.ErrorLabelPropertyChangeListener(String path, ObservableMap errors)


 
Method Detail

propertyChange

@Override
void propertyChange(PropertyChangeEvent evt)


 

Groovy Documentation