primefaces-p

Tag megaMenu

Component Information 
InfoValue
Component Typeorg.primefaces.component.MegaMenu
Handler ClassNone
Renderer Typeorg.primefaces.component.MegaMenuRenderer
DescriptionNone
Attributes 
NameRequiredTypeDescription
idfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Unique identifier of the component in a namingContainer.
renderedfalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Boolean value to specify the rendering of the component, when set to false component will not be rendered.
bindingfalsejavax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
An el expression referring to a server side UIComponent instance in a backing bean.
widgetVarfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Name of the client side widget.
modelfalsejavax.el.ValueExpression
(must evaluate to org.primefaces.model.menu.MenuModel)
MenuModel instance to create menus programmatically.
stylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Inline style of the component.
styleClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Style class of the component.
autoDisplayfalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Defines whether submenus will be displayed on mouseover or not. When set to false, click event is required to display.
activeIndexfalsejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
Index of the active root menu to display as highlighted. By default no root is highlighted.
orientationfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Defines the orientation of the root menuitems, valid values are "horizontal" (default) and "vertical".

Output generated by Vdldoc View Declaration Language Documentation Generator.