| Package | Description |
|---|---|
| com.helger.commons.errorlist |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IErrorList
A simple read only form error list interface.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ErrorList
Handles a list of form global errors.
|
class |
FormErrors
Handles form field specific and form global error messages centrally.
|
| Modifier and Type | Method and Description |
|---|---|
IFieldErrorList |
IFieldErrorList.getListOfField(String sSearchFieldName)
Get a sub-list with all entries for the specified field name
|
IFieldErrorList |
IFieldErrorList.getListOfFields(String... aSearchFieldNames)
Get a sub-list with all entries for the specified field names
|
IFieldErrorList |
IFieldErrorList.getListOfFieldsRegExp(String sRegExp)
Get a sub-list with all entries that have field names matching the passed
regular expression.
|
IFieldErrorList |
IFieldErrorList.getListOfFieldsStartingWith(String... aSearchFieldNames)
Get a sub-list with all entries that have field names starting with one of
the supplied names.
|
Copyright © 2014–2015 Philip Helger. All rights reserved.