Inherited by ERLITErrorDictionaryPanel, ERXAjaxErrorDictionaryPanel, and ERMErrorDictionaryPanel.

Public Member Functions | |
| void | appendToResponse (WOResponse r, WOContext c) |
| NSMutableArray | errorKeyOrder () |
| NSArray | errorKeys () |
| String | errorMessageItem () |
| NSMutableDictionary | errorMessages () |
| ERXErrorDictionaryPanel (WOContext aContext) | |
| String | extraErrorMessage () |
| boolean | hasErrors () |
| void | reset () |
Static Public Member Functions | |
| static String | massageErrorMessage (String initialMessage, String displayErrorKey) |
Public Attributes | |
| String | errorKey |
| Object | value |
Protected Attributes | |
| NSMutableArray | errorKeyOrder |
| NSMutableDictionary | errorMessages |
| String | extraErrorMessage |
Static Private Attributes | |
| static final String | couldNotSave = "Could not save your changes: " |
| static final String | eliminable = "Could not save your changes: null" |
errorMessages extraErrorMessage shouldShowNewLineAbove shouldShowNewLineBelow errorKeyOrder
| ERXErrorDictionaryPanel | ( | WOContext | aContext | ) |
| void appendToResponse | ( | WOResponse | response, | |
| WOContext | context | |||
| ) |
Calls resetCachedBindingsInStatefulComponent prior to super.appendToResponse.
| response | to which we are appending | |
| context | context of the response |
Reimplemented from ERXNonSynchronizingComponent.
Reimplemented in ERXAjaxErrorDictionaryPanel.
| NSArray errorKeys | ( | ) |
| String errorMessageItem | ( | ) |
| boolean hasErrors | ( | ) |
| void reset | ( | ) |
Reimplemented from ERXStatelessComponent.
final String couldNotSave = "Could not save your changes: " [static, private] |
final String eliminable = "Could not save your changes: null" [static, private] |
NSMutableArray errorKeyOrder [protected] |
NSMutableDictionary errorMessages [protected] |
String extraErrorMessage [protected] |
| Object value |
1.5.8