|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD | |||||||
java.lang.Objectsimplejpa.validation.ErrorNotification
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 |
|---|
String errorPath
ObservableMap errors
JComponent node
| Constructor Detail |
|---|
protected ErrorNotification(JComponent node, ObservableMap errors, String errorPath)
| Method Detail |
|---|
void performNotification()
@Override void propertyChange(PropertyChangeEvent evt)
Groovy Documentation