
Public Member Functions | |
| void | appendToResponse (WOResponse response, WOContext context) |
| void | checkRenderContainer (boolean appendToResponse) |
| ERIUIContainer (WOContext context) | |
| WOActionResults | invokeAction (WORequest request, WOContext context) |
| boolean | synchronizesVariablesWithBindings () |
| void | takeValuesFromRequest (WORequest request, WOContext context) |
Public Attributes | |
| boolean | _renderContainer |
Private Attributes | |
| int | _requestsSinceContainerRendered |
| ERIUIContainer | ( | WOContext | context | ) |
| void appendToResponse | ( | WOResponse | response, | |
| WOContext | context | |||
| ) |
Calls _checkAccess prior to super.appendToResponse and adds support for ClickToOpen (TM).
Reimplemented from ERXComponent.
| void checkRenderContainer | ( | boolean | appendToResponse | ) |
| WOActionResults invokeAction | ( | WORequest | request, | |
| WOContext | context | |||
| ) |
Calls _checkAccess prior to super.invokeAction.
Reimplemented from ERXComponent.
| boolean synchronizesVariablesWithBindings | ( | ) |
| void takeValuesFromRequest | ( | WORequest | request, | |
| WOContext | context | |||
| ) |
Calls _checkAccess prior to super.takeValuesFromRequest.
Reimplemented from ERXComponent.
| boolean _renderContainer |
int _requestsSinceContainerRendered [private] |
1.5.8