
Public Member Functions | |
| void | appendToResponse (WOResponse r, WOContext c) |
| ERXModernNavigationMenu (WOContext context) | |
| WOActionResults | invokeAction (WORequest r, WOContext c) |
| NSKeyValueCoding | navigationContext () |
| ERXNavigationState | navigationState () |
| void | reset () |
| ERXNavigationItem | rootNode () |
| void | setUpMenu () |
| void | takeValuesFromRequest (WORequest r, WOContext c) |
Public Attributes | |
| int | _renderLevelCount |
| ERXNavigationItem | aNavigationItem |
Static Public Attributes | |
| static final Logger | log = Logger.getLogger(ERXModernNavigationMenu.class) |
Protected Attributes | |
| boolean | _menuIsSetUp = false |
| NSKeyValueCoding | _navigationContext |
| ERXNavigationState | _navigationState |
Please read "Documentation/Navigation.html" to find out how to use the navigation components.
| ERXModernNavigationMenu | ( | WOContext | context | ) |
| 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 ERXNonSynchronizingComponent.
| 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 ERXNonSynchronizingComponent.
| NSKeyValueCoding navigationContext | ( | ) |
| ERXNavigationState navigationState | ( | ) |
| void reset | ( | ) |
Reimplemented from ERXStatelessComponent.
| ERXNavigationItem rootNode | ( | ) |
| void setUpMenu | ( | ) |
| 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 ERXNonSynchronizingComponent.
boolean _menuIsSetUp = false [protected] |
NSKeyValueCoding _navigationContext [protected] |
ERXNavigationState _navigationState [protected] |
1.5.8