| Package | Description |
|---|---|
| com.helger.commons.errorlist |
| Modifier and Type | Class and Description |
|---|---|
class |
ErrorList
Handles a list of form global errors.
|
| Modifier and Type | Method and Description |
|---|---|
IErrorList |
FormErrors.getListOfField(String sSearchFieldName) |
IErrorList |
FormErrors.getListOfFields(String... aSearchFieldNames) |
IErrorList |
FormErrors.getListOfFieldsRegExp(String sRegExp) |
IErrorList |
FormErrors.getListOfFieldsStartingWith(String... aSearchFieldNames) |
IErrorList |
IErrorList.getListWithoutField() |
| Modifier and Type | Method and Description |
|---|---|
void |
ErrorList.addAll(IErrorList aErrorList) |
| Constructor and Description |
|---|
ErrorList(IErrorList aErrorList) |
Copyright © 2014–2016 Philip Helger. All rights reserved.