| Package | Description |
|---|---|
| com.helger.commons.errorlist |
| Modifier and Type | Class and Description |
|---|---|
class |
SingleError
Represents an overall form error.
|
| Modifier and Type | Method and Description |
|---|---|
List<IError> |
FormErrors.getAllFieldItems() |
List<IError> |
FormErrors.getAllGlobalItems() |
List<IError> |
IErrorList.getAllItems() |
List<IError> |
ErrorList.getAllItems() |
IMultiMapListBased<String,IError> |
IFieldErrorList.getStructuredByFieldName() |
IMultiMapListBased<String,IError> |
FormErrors.getStructuredByFieldName() |
IMultiMapListBased<String,IError> |
ErrorList.getStructuredByFieldName() |
IMultiMapListBased<String,IError> |
IFieldErrorList.getStructuredByID() |
IMultiMapListBased<String,IError> |
FormErrors.getStructuredByID() |
IMultiMapListBased<String,IError> |
ErrorList.getStructuredByID() |
Iterator<IError> |
ErrorList.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ErrorList.add(IError aItem)
Add a new item.
|
void |
ErrorList.addAll(IError... aErrorList) |
void |
FormErrors.addFieldItem(IError aFormFieldError)
Add a form field specific item
|
void |
FormErrors.addGlobalItem(IError aFormError)
Add a form-global item
|
boolean |
SingleError.isEqualSevereThan(IError aOther) |
boolean |
SingleError.isLessOrEqualSevereThan(IError aOther) |
boolean |
SingleError.isLessSevereThan(IError aOther) |
boolean |
SingleError.isMoreOrEqualSevereThan(IError aOther) |
boolean |
SingleError.isMoreSevereThan(IError aOther) |
EChange |
ErrorList.remove(IError aError) |
EChange |
ErrorList.removeAll(IError... aErrors) |
| Modifier and Type | Method and Description |
|---|---|
void |
ErrorList.addAll(Collection<? extends IError> aErrorList) |
EChange |
ErrorList.removeAll(Collection<? extends IError> aErrors) |
| Constructor and Description |
|---|
ErrorList(IError... aErrorList) |
| Constructor and Description |
|---|
ErrorList(Collection<? extends IError> aErrorList) |
Copyright © 2014–2016 Philip Helger. All rights reserved.