er.extensions.appserver.navigation
Class ERXNavigationMenuItem
java.lang.Object
com.webobjects.appserver.WOElement
com.webobjects.appserver.WOComponent
er.extensions.components.ERXComponent
er.extensions.components.ERXNonSynchronizingComponent
er.extensions.components.ERXStatelessComponent
er.extensions.appserver.navigation.ERXNavigationMenuItem
- All Implemented Interfaces:
- WOActionResults, NSKeyValueCoding, NSKeyValueCoding.ErrorHandling, NSKeyValueCodingAdditions, NSValidation, Serializable, Cloneable
public class ERXNavigationMenuItem
- extends ERXStatelessComponent
Please read "Documentation/Navigation.html" to fnd out how to use the navigation components.
- See Also:
- Serialized Form
| Methods inherited from class er.extensions.components.ERXComponent |
_awakeInContext, _checkAccess, _frameworkName, _includeCSSResources, _includeJavascriptResources, additionalCSSFiles, additionalJavascriptFiles, appendToResponse, booleanValueForBinding, booleanValueForBinding, booleanValueForBinding, checkAccess, clickToOpenEnabled, componentName, defaultCSSPath, defaultJavascriptPath, dynamicBindings, floatValueForBinding, intValueForBinding, invokeAction, isPageAccessAllowed, localizer, objectValueForBinding, objectValueForBinding, pageWithName, postAppendToResponse, preAppendToResponse, primaryCSSFile, primaryJavascriptFile, stringValueForBinding, stringValueForBinding, takeValuesFromRequest, useDefaultComponentCSS, useDefaultComponentJavascript |
| Methods inherited from class com.webobjects.appserver.WOComponent |
__valueForBinding, _associationWithName, _childTemplate, _cleanUpStatelessComponent, _componentDefinition, _componentUnroll, _isPage, _setContext, _setIsPage, _setParent, _setSubcomponent, _sleepInContext, _subcomponentForElementWithID, _templateNameForClass, _unroll, application, awake, baseURL, bindingKeys, canAccessFieldsDirectly, canGetValueForBinding, canSetValueForBinding, clone, context, debugString, descriptionForResponse, ensureAwakeInContext, frameworkName, generateResponse, handleQueryWithUnboundKey, handleTakeValueForUnboundKey, hasBinding, hasSession, isCachingEnabled, isEventLoggingEnabled, logString, name, pageWithName, parent, path, pathURL, performParentAction, pullValuesFromParent, pushValuesToParent, session, set_componentUnroll, set_unroll, setCachingEnabled, setValueForBinding, sleep, takeValueForKey, takeValueForKeyPath, template, templateWithHTMLString, templateWithHTMLString, templateWithName, toString, unableToSetNullForKey, validateTakeValueForKeyPath, validateValueForKey, validationFailedWithException, valueForBinding, valueForIntegerBinding, valueForKey, valueForKeyPath, valueForNSArrayBindings, valueForNSDictionaryBindings, valueForNumberBinding, valueForStringBinding |
log
public static final Logger log
- logging support
_navigationItem
protected ERXNavigationItem _navigationItem
_navigationState
protected ERXNavigationState _navigationState
_linkDirectlyToDirectActions
protected boolean _linkDirectlyToDirectActions
_level
protected int _level
_isDisabled
protected Boolean _isDisabled
_meetsDisplayConditions
protected Boolean _meetsDisplayConditions
_isSelected
protected Boolean _isSelected
_hasActivity
protected Boolean _hasActivity
_redirect
protected WOComponent _redirect
ERXNavigationMenuItem
public ERXNavigationMenuItem(WOContext context)
navigationItemWidth
public String navigationItemWidth()
navigationItemID
public String navigationItemID()
reset
public void reset()
- Overrides:
reset in class ERXStatelessComponent
navigationState
public ERXNavigationState navigationState()
directActionRedirect
public WOComponent directActionRedirect()
- AK This is only an experiment: when calling up a DA, we use a component action and redirect to the actual DA
contextComponentActionURL
public String contextComponentActionURL()
menuItemSelected
public WOComponent menuItemSelected()
meetsDisplayConditions
public boolean meetsDisplayConditions()
navigationItem
public ERXNavigationItem navigationItem()
isDisabled
public boolean isDisabled()
isSelected
public boolean isSelected()
level
public int level()
linkClass
public String linkClass()
tdColor
public String tdColor()
resolveValue
public Object resolveValue(String key)
hasActivity
public boolean hasActivity()
hasActivityAndIsEnabled
public boolean hasActivityAndIsEnabled()
displayName
public String displayName()
Copyright © 2002 – 2007 Project Wonder.