portal

Tag nav

Component Information 
InfoValue
Component Typecom.liferay.faces.portal.component.nav.Nav
Handler ClassNone
Renderer Typecom.liferay.faces.portal.component.nav.NavRenderer
DescriptionNone
Attributes 
NameRequiredTypeDescription
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.
idfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
A unique identifier for this component.
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.
responsivefalsejavax.el.ValueExpression
(must evaluate to boolean)
When true, the unordered list will be surrounded by <div class="collapse nav-collapse">...</div>. This is a responsive layout feature (that works in conjunction with an portal:navBar parent tag) for small/mobile displays that causes the child portal:navItem links to be displayed in a popup menu. The default value is true.
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.
valuefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
The value of this component, which is typically bound via EL to a model bean property. The value can be any of the following types:
varfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The name of the variable that is to be introduced into the EL representing the current iteration.

Output generated by Vdldoc View Declaration Language Documentation Generator.