
Public Member Functions | |
| NSArray | availableElements () |
| ERDEditStringWithChoices (WOContext context) | |
| boolean | isStateless () |
| void | reset () |
| ERXKeyValuePair | selectedElement () |
| void | setSelectedElement (Object value) |
| boolean | synchronizesVariablesWithBindings () |
| void | takeValuesFromRequest (WORequest r, WOContext c) |
Public Attributes | |
| ERXKeyValuePair | currentElement |
| String | entityForReportName |
Static Public Attributes | |
| static final Logger | log = Logger.getLogger(ERDEditStringWithChoices.class) |
Protected Attributes | |
| NSArray | _availableElements |
| ERDEditStringWithChoices | ( | WOContext | context | ) |
| NSArray availableElements | ( | ) |
| boolean isStateless | ( | ) |
component is not stateless
Reimplemented from ERDCustomEditComponent.
| void reset | ( | ) |
Used by stateless subclasses.
Reimplemented from ERDCustomEditComponent.
| ERXKeyValuePair selectedElement | ( | ) |
| void setSelectedElement | ( | Object | value | ) |
| boolean synchronizesVariablesWithBindings | ( | ) |
Overridden from superclass to turn on component synching, which is the default.
Reimplemented from ERDCustomEditComponent.
| void takeValuesFromRequest | ( | WORequest | r, | |
| WOContext | c | |||
| ) |
Extends the parent implementation in order to force validation.
Reimplemented from ERXNonSynchronizingComponent.
NSArray _availableElements [protected] |
| ERXKeyValuePair currentElement |
final Logger log = Logger.getLogger(ERDEditStringWithChoices.class) [static] |
logging support
Reimplemented from ERDCustomEditComponent.
1.5.8