portal

Tag navItem

Component Information 
InfoValue
Component Typecom.liferay.faces.portal.component.navitem.NavItem
Handler ClassNone
Renderer Typecom.liferay.faces.portal.component.navitem.NavItemRenderer
DescriptionNone
Attributes 
NameRequiredTypeDescription
anchorCssClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
If the href attribute has a value, then this is the value of the "class" attribute for the anchor tag rendered inside the list item element.
anchorDatafalsejavax.el.ValueExpression
(must evaluate to Object)
If the href attribute has a value, then this is the child text of the anchor tag rendered inside the list item element.
anchorIdfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
If the href attribute has a value, then this is the value of the "id" attribute for the anchor tag rendered inside the list item element.
ariaLabelfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The WAI-ARIA label which can help users with disabilities when a text label is not visible.
ariaRolefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The WAI-ARIA role which can help users with disabilities understand the purpose of an element, such as whether it is a menu, progress indicator, or some other type of component.
bindingfalsejavax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
An EL expression that binds the Java reference to this component in the component tree to a bean property.
datafalsejavax.el.ValueExpression
(must evaluate to Object)
HTML5 data- attributes for the rendered list item element.
hreffalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The URL of the anchor tag rendered inside the list item element. If not specified, then an anchor tag is not rendered.
iconCssClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The name of the CSS class of the icon that is to be rendered inside the list item element.
idfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
A unique identifier for this component.
labelfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The label of the anchor tag rendered inside the list item element.
renderedfalsejavax.el.ValueExpression
(must evaluate to boolean)
When this flag is true, this component will be rendered to there response. When false, it will not be rendered to the response. The default value is true.
selectedfalsejavax.el.ValueExpression
(must evaluate to boolean)
When true, the list item will be rendered with class="active". The default value is false.
stylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML passthrough attribute specifying the css style of the element.
styleClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
List of CSS class names (separated by spaces) that are to be rendered within the class attribute.
titlefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The title of the anchor tag rendered inside the list item element.
useDialogfalsejavax.el.ValueExpression
(must evaluate to boolean)
When true, clicking on the href hyperlink will cause the resulting URL to popup in a modal dialog that contains an iframe. The default value is false.

Output generated by Vdldoc View Declaration Language Documentation Generator.