|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD | |||||||
java.lang.Objectsimplejpa.validation.BasicHighlightErrorNotification
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
|
normalBackground()
|
void
|
propertyChange(PropertyChangeEvent evt)
|
| Methods inherited from class Object | |
|---|---|
| getClass, hashCode, equals, toString, notify, notifyAll, wait, wait, wait |
| Property Detail |
|---|
String backgroundPropertyName
String errorPath
ObservableMap errors
JComponent node
Color normalBackgroundColor
| Constructor Detail |
|---|
BasicHighlightErrorNotification(JComponent node, ObservableMap errors, String errorPath)
| Method Detail |
|---|
void normalBackground()
@Override void propertyChange(PropertyChangeEvent evt)
Groovy Documentation