
Classes | |
| class | ValidationExceptionHolder |
Public Member Functions | |
| void | appendToResponse (WOResponse r, WOContext c) |
| String | defaultSelectionValue () |
| Object | defaultValue () |
| String | editSelectionValue () |
| ERD2WEditOrDefault (WOContext context) | |
| String | radioButtonGroupName () |
| String | selectionValue () |
| void | setSelectionValue (String value) |
| void | takeValuesFromRequest (WORequest r, WOContext c) |
| void | validationFailedWithException (Throwable e, Object value, String keyPath) |
Static Public Attributes | |
| static final Logger | log = Logger.getLogger(ERD2WEditOrDefault.class) |
Protected Attributes | |
| String | _selectionValue |
| NSMutableArray | validationExceptions = new NSMutableArray() |
| ERD2WEditOrDefault | ( | WOContext | context | ) |
| void appendToResponse | ( | WOResponse | r, | |
| WOContext | c | |||
| ) |
| String defaultSelectionValue | ( | ) |
| Object defaultValue | ( | ) |
| String editSelectionValue | ( | ) |
| String radioButtonGroupName | ( | ) |
| String selectionValue | ( | ) |
| void setSelectionValue | ( | String | value | ) |
| void takeValuesFromRequest | ( | WORequest | r, | |
| WOContext | c | |||
| ) |
| void validationFailedWithException | ( | Throwable | e, | |
| Object | value, | |||
| String | keyPath | |||
| ) |
String _selectionValue [protected] |
final Logger log = Logger.getLogger(ERD2WEditOrDefault.class) [static] |
logging support
NSMutableArray validationExceptions = new NSMutableArray() [protected] |
1.5.8