Tag Information
Tag Class org.richfaces.taglib.MenuGroupTag
TagExtraInfo Class None
Body Content JSP
Display Name None
Attributes
Name Required Request-time Type Description
binding false false javax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
The attribute takes a value-binding expression for a component property of a backing bean
converter false false javax.el.ValueExpression
(must evaluate to javax.faces.convert.Converter)
Id of Converter to be used or reference to a Converter
direction false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Defines direction of the popup sublist to appear ("right", "left", "auto"(Default), "left-down", "left-up", "right-down", "right-up")
disabled false false javax.el.ValueExpression
(must evaluate to boolean)
If "true" sets state of the item to disabled state. Default value is "false".
event false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Defines the event on the representation element that triggers the menu's appearance. Default value is "onmouseover".
icon false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Path to the icon to be displayed for the enabled item state
iconClass false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Assigns one or more space-separated CSS class names to the component icon element
iconDisabled false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Path to the icon to be displayed for the disabled item state
iconFolder false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Path to the folder icon to be displayed for the enabled item state
iconFolderDisabled false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Path to the folder icon to be displayed for the enabled item state
iconStyle false false javax.el.ValueExpression
(must evaluate to java.lang.String)
CSS style rules to be applied to the component icon element
id false false java.lang.String Every component may have a unique id that is automatically created if omitted
labelClass false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Assigns one or more space-separated CSS class names to the component label element
onclose false false javax.el.ValueExpression
(must evaluate to java.lang.String)
The client-side script method to be called when a group is closed
onmousemove false false javax.el.ValueExpression
(must evaluate to java.lang.String)
The client-side script method to be called when a pointer is moved within the menu group
onmouseout false false javax.el.ValueExpression
(must evaluate to java.lang.String)
The client-side script method to be called when a pointer is moved away from the menu group
onmouseover false false javax.el.ValueExpression
(must evaluate to java.lang.String)
The client-side script method to be called when a pointer is moved onto the menu group
onopen false false javax.el.ValueExpression
(must evaluate to java.lang.String)
The client-side script method to be called when a group is opened
rendered false false javax.el.ValueExpression
(must evaluate to boolean)
If "false", this component is not rendered
selectClass false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Assigns one or more space-separated CSS class names to the component selected items
selectStyle false false javax.el.ValueExpression
(must evaluate to java.lang.String)
CSS style rules to be applied to the component selected items
showDelay false false javax.el.ValueExpression
(must evaluate to java.lang.Integer)
Delay between event and menu showing. Default value is "300".
style false false javax.el.ValueExpression
(must evaluate to java.lang.String)
CSS style rules to be applied to the component
styleClass false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Assigns one or more CSS class names to the component. Corresponds to the HTML "class" attribute.
value true false javax.el.ValueExpression
(must evaluate to java.lang.Object)
Defines representation text for menuItem