|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD | |||||||
java.lang.Objectsimplejpa.validation.ErrorNotification
simplejpa.validation.BasicHighlightErrorNotification
class BasicHighlightErrorNotification extends ErrorNotification
| Property Summary | |
|---|---|
static org.slf4j.Logger |
LOG
|
Color |
errorBackgroundColor
|
Color |
normalBackgroundColor
|
| Constructor Summary | |
BasicHighlightErrorNotification(JComponent node, ObservableMap errors, String errorPath)
|
|
| Method Summary | |
|---|---|
Color
|
getBackground()
|
void
|
performNotification()
|
void
|
setBackground(Color color)
|
| Methods inherited from class ErrorNotification | |
|---|---|
| performNotification, propertyChange |
| Methods inherited from class Object | |
|---|---|
| getClass, hashCode, equals, toString, notify, notifyAll, wait, wait, wait |
| Property Detail |
|---|
static final org.slf4j.Logger LOG
Color errorBackgroundColor
Color normalBackgroundColor
| Constructor Detail |
|---|
BasicHighlightErrorNotification(JComponent node, ObservableMap errors, String errorPath)
| Method Detail |
|---|
Color getBackground()
@Override void performNotification()
void setBackground(Color color)
Groovy Documentation