Tomahawk tag library 1.2.
Tag navigationMenuItem


A menu item. Used by navigationMenu, jscookMenu. Unless otherwise specified, all attributes accept static values or EL expressions.


Tag Information
Tag Classorg.apache.myfaces.custom.navmenu.HtmlNavigationMenuItemTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
iconfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
No Description
splitfalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
No Description
actionfalsefalsejavax.el.MethodExpression
(signature must match java.lang.Object myMethod( ))
Specifies the action to take when this command is invoked. If the value is an expression, it is expected to be a method binding EL expression that identifies an action method. An action method accepts no parameters and has a String return value, called the action outcome, that identifies the next view displayed. The phase that this event is fired in can be controlled via the immediate attribute. If the value is a string literal, it is treated as a navigation outcome for the current view. This is functionally equivalent to a reference to an action method that returns the string literal.
actionListenerfalsefalsejavax.el.MethodExpression
(signature must match void myMethod( javax.faces.event.ActionEvent ))
A method binding EL expression that identifies an action listener method to be invoked if this component is activated by the user. An action listener method accepts a parameter of type javax.faces.event.ActionEvent and returns void. The phase that this event is fired in can be controlled via the immediate attribute.
targetfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
No Description
disabledfalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
When set instead of a Hyperlink a span tag is rendered in the corresponding Component
disabledStylefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
CSS-Style Attribute to render when disabled is true
disabledStyleClassfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
CSS-Style Class to use when disabled is true
renderedfalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
A boolean value that indicates whether this component should be rendered. Default value: true.
enabledOnUserRolefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
If user is in given role, this component will be rendered normally. If not, no hyperlink is rendered but all nested tags (=body) are rendered.
visibleOnUserRolefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
If user is in given role, this component will be rendered normally. If not, nothing is rendered and the body of this tag will be skipped.
valuefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
The initial value of this component.
itemDisabledfalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
Determine whether this item can be chosen by the user. When true, this item cannot be chosen by the user. If this method is ever called, then any EL-binding for the disabled property will be ignored.
escapefalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
The escape setting for the label of this selection item.
itemDescriptionfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
For use in development tools.
itemLabelfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
The string which will be presented to the user for this option.
itemValuefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
The value for this Item.
idfalsetruejava.lang.StringGet a string which uniquely identifies this UIComponent within the scope of the nearest ancestor NamingContainer component. The id is not necessarily unique across all components in the current view.
bindingfalsefalsejavax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
Identifies a backing bean property (of type UIComponent or appropriate subclass) to bind to this component instance. This value must be an EL expression.

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.