Groovy Documentation

simplejpa.validation
[Groovy] Class ErrorNotification

java.lang.Object
  simplejpa.validation.ErrorNotification
All Implemented Interfaces:
PropertyChangeListener

abstract class ErrorNotification
extends Object

Property Summary
String errorPath

ObservableMap errors

JComponent node

 
Constructor Summary
protected ErrorNotification(JComponent node, ObservableMap errors, String errorPath)

 
Method Summary
void performNotification()

void propertyChange(PropertyChangeEvent evt)

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

Property Detail

errorPath

String errorPath


errors

ObservableMap errors


node

JComponent node


 
Constructor Detail

ErrorNotification

protected ErrorNotification(JComponent node, ObservableMap errors, String errorPath)


 
Method Detail

performNotification

void performNotification()


propertyChange

@Override
void propertyChange(PropertyChangeEvent evt)


 

Groovy Documentation