Inherited by ERAttachmentFlexibleEditor, ERDCustomComponent, EGWrapper, ERXCheckboxMatrix, ERXInlineTemplate, ERXSLTWrapper, ERXStatelessComponent, ERXJSToManyRelationshipEditor, ERXLongResponse, ERMSmartAjaxButton, ERMSubmitLink, and ERMSubmitLinkButton.

Public Member Functions | |
| void | appendToResponse (WOResponse response, WOContext context) |
| ERXNonSynchronizingComponent (WOContext context) | |
| WOActionResults | invokeAction (WORequest request, WOContext context) |
| boolean | isStateless () |
| void | resetCachedBindingsInStatefulComponent () |
| boolean | synchronizesVariablesWithBindings () |
| void | takeValuesFromRequest (WORequest request, WOContext context) |
| ERXNonSynchronizingComponent | ( | WOContext | context | ) |
Public constructor
| 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 ERXComponent.
Reimplemented in ERXAjaxErrorDictionaryPanel, ERAttachmentFlexibleEditor, ERDEditDateJavascript, ERDCustomComponent, ERDQuickSearch, ERDListOrganizer, ERDAttributeRepetition, ERDEditHTML, ERDEditPassword, ERXModernNavigationMenu, ERXNavigationMenu, ERXBatchNavigationBar, ERXOncePerRequestConditional, ERXCachingWrapper, ERXCheckboxMatrix, ERXErrorDictionaryPanel, ERXExternalContent, ERXInlineTemplate, ERXRadioButtonMatrix, ERXResponseComponent, ERXRssPage, ERXSLTWrapper, ERXStyleSheet, ERXEditDateJavascript, ERXJSToManyRelationshipEditor, ERXLongResponse, ERMDatePicker, ERMResourceInjector, ERMSubmitLink, EGWrapper, ERPDF2PS, and ERPOFCChart.
| WOActionResults invokeAction | ( | WORequest | request, | |
| WOContext | context | |||
| ) |
Calls resetCachedBindingsInStatefulComponent prior to super.invokeAction.
| request | for which the action is invoked | |
| context | of the request |
Reimplemented from ERXComponent.
Reimplemented in ERDEditFile, ERXModernNavigationMenu, ERXNavigationMenu, ERXOncePerRequestConditional, ERXCachingWrapper, ERXFlashMovie, ERXResponseComponent, ERXLongResponse, and ERMSubmitLink.
| boolean isStateless | ( | ) |
component is not stateless
Reimplemented in LinkToBookmarkBug, PriorityComponent, StatusComponent, ViewUser, ERXAjaxBatchNavigationBar, ERCDisplayHelpText, ERDActionButton, ERDFilterDisplayGroupButton, ERDDisplayYearsMonths, ERDEditDatePopupCommon, ERDEditDatePopupOrNull, ERDEditYearsMonths, ERDActionBar, ERDBannerComponent, ERDCustomEditComponent, ERDConfirmMessage, ERDDisplayMailTo, ERDEditFile, ERDEmptyListMessage, ERDHasChangesMarker, ERDListOrganizer, ERDSectionImage, ERDSectionText, ERDSpacer, ERDTabText, ERDDisplayNumberWithUnit, ERD2WDisplayList, ERD2WPickFromEntities, ERD2WPickFromList, ERDLinkToEditObject, ERDLinkToViewList, ERDDHTMLComponent, ERDDisplayLargeString, ERDDisplayStyledString, ERDEditHTML, ERDEditStringWithChoices, ERXCheckboxMatrix, ERXStatelessComponent, ERXStatelessInlineTemplate, ERXJSToManyRelationshipEditor, ERMDActionBar, and ERLITBatchNavigationBar.
| void resetCachedBindingsInStatefulComponent | ( | ) |
Implements a WOComponent#reset()reset-like hook for stateful, but non-synchronizing components. This method is called at the beginning of takeValuesFromRequest, invokeAction and appendToResponse if the component subclass is non-synchronized but stateful. If it is non-synchronized, but stateless, use WOComponent#reset().
Reimplemented in ERDCustomComponent, and ERDCustomEditComponent.
| boolean synchronizesVariablesWithBindings | ( | ) |
component does not synchronize variables
Reimplemented in LinkToBookmarkBug, PageHeader, PriorityComponent, StatusComponent, ViewUser, ERDAjaxSearchDisplayGroup, ERAttachmentIcon, AbstractERAttachmentViewer, ERCDisplayHelpText, ERDActionButton, ERDEditListButton, ERDFilterDisplayGroupButton, ERDDisplayYearsMonths, ERDEditDatePopupCommon, ERDEditDatePopupOrNull, ERDEditYearsMonths, ERDActionBar, ERDBannerComponent, ERDCustomComponent, ERDCustomEditComponent, ERDQuickSearch, ERDConfirmMessage, ERDDisplayImageIfExists, ERDDisplayMailTo, ERDEditFile, ERDEmptyListMessage, ERDHasChangesMarker, ERDListOrganizer, ERDSearchDisplayGroup, ERDSectionImage, ERDSectionText, ERDSpacer, ERDTabText, ERDZoomableImage, ERDDisplayNumberWithUnit, ERD2WDisplayList, ERD2WInspect, ERD2WList, ERD2WPick, ERD2WPickFromEntities, ERD2WPickFromList, ERDEditOwnedRelationship, ERDEditRelationship, ERDInspect, ERDLinkToEditObject, ERDLinkToViewList, ERDList, ERDQueryIsContainedInArray, ERDQueryTwoLevelRelationship, ERDAttributeRepetition, ERDGroupingListPageRepetition, ERDInspectPageRepetition, ERDQueryPageRepetition, ERDDHTMLComponent, ERDDisplayLargeString, ERDDisplayStyledString, ERDDisplayTemplateString, ERDEditHTML, ERDEditPassword, ERDEditStringWithChoices, ERXSortOrder, ERMDActionButton, ERMDEditRelationship, ERMD2WTableHeader, ERMDBatchSizeControl, ERMD2WHeader, ERMD2WEditAttachment, and ERMD2WEditToOneTypeAhead.
| void takeValuesFromRequest | ( | WORequest | request, | |
| WOContext | context | |||
| ) |
Calls resetCachedBindingsInStatefulComponent prior to super.takeValuesFromRequest.
| request | from which the values will be taken | |
| context | of the request |
Reimplemented from ERXComponent.
Reimplemented in ERDEditDateJavascript, ERDEditDatePopup, ERDEditDatePopupOrNull, ERDEditYearsMonths, ERDConfirmMessage, ERDEditFile, ERDListOrganizer, ERDDHTMLComponent, ERDEditPassword, ERDEditPasswordConfirmation, ERDEditStringWithChoices, ERXModernNavigationMenu, ERXNavigationMenu, ERXOncePerRequestConditional, ERXArrayChooser, ERXCachingWrapper, ERXRadioButtonMatrix, ERXResponseComponent, and ERXJSPopUpRelationPicker.
1.5.8