| Package | Description |
|---|---|
| griffon.plugins.validation | |
| org.codehaus.griffon.runtime.validation |
| Modifier and Type | Interface and Description |
|---|---|
interface |
FieldObjectError |
| Modifier and Type | Method and Description |
|---|---|
ObjectError |
Errors.getGlobalError() |
| Modifier and Type | Method and Description |
|---|---|
List<ObjectError> |
Errors.getAllErrors() |
List<ObjectError> |
Errors.getGlobalErrors() |
| Modifier and Type | Method and Description |
|---|---|
void |
Errors.addError(ObjectError objectError) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultFieldObjectError |
class |
DefaultObjectError |
| Modifier and Type | Method and Description |
|---|---|
ObjectError |
DefaultErrors.getGlobalError() |
| Modifier and Type | Method and Description |
|---|---|
List<ObjectError> |
DefaultErrors.getAllErrors() |
List<ObjectError> |
DefaultErrors.getGlobalErrors() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultErrors.addError(ObjectError objectError) |