
Public Member Functions | |
| ERDDHTMLComponent (WOContext context) | |
| boolean | isStateless () |
| void | reset () |
| boolean | synchronizesVariablesWithBindings () |
| void | takeValuesFromRequest (WORequest q, WOContext c) throws NSValidation.ValidationException |
| String | varName () |
Package Attributes | |
| String | varName = null |
Static Package Attributes | |
| static final Logger | log = Logger.getLogger(ERDDHTMLComponent.class) |
| ERDDHTMLComponent | ( | WOContext | context | ) |
| boolean isStateless | ( | ) |
component is not stateless
Reimplemented from ERDCustomEditComponent.
| void reset | ( | ) |
Used by stateless subclasses.
Reimplemented from ERDCustomEditComponent.
| boolean synchronizesVariablesWithBindings | ( | ) |
Overridden from superclass to turn on component synching, which is the default.
Reimplemented from ERDCustomEditComponent.
| void takeValuesFromRequest | ( | WORequest | request, | |
| WOContext | context | |||
| ) | throws NSValidation.ValidationException |
Calls resetCachedBindingsInStatefulComponent prior to super.takeValuesFromRequest.
| request | from which the values will be taken | |
| context | of the request |
Reimplemented from ERXNonSynchronizingComponent.
final Logger log = Logger.getLogger(ERDDHTMLComponent.class) [static, package] |
logging support
Reimplemented from ERDCustomEditComponent.
1.5.8