Groovy Documentation

simplejpa.validation
[Groovy] Class BasicHighlightErrorNotification

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

class BasicHighlightErrorNotification
extends Object

Property Summary
String backgroundPropertyName

String errorPath

ObservableMap errors

JComponent node

Color normalBackgroundColor

 
Constructor Summary
BasicHighlightErrorNotification(JComponent node, ObservableMap errors, String errorPath)

 
Method Summary
void propertyChange(PropertyChangeEvent evt)

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

Property Detail

backgroundPropertyName

String backgroundPropertyName


errorPath

String errorPath


errors

ObservableMap errors


node

JComponent node


normalBackgroundColor

Color normalBackgroundColor


 
Constructor Detail

BasicHighlightErrorNotification

BasicHighlightErrorNotification(JComponent node, ObservableMap errors, String errorPath)


 
Method Detail

propertyChange

@Override
void propertyChange(PropertyChangeEvent evt)


 

Groovy Documentation