Tag Information
Tag Class org.richfaces.taglib.PanelMenuTag
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
converterMessage false false javax.el.ValueExpression
(must evaluate to java.lang.String)
A ValueExpression enabled attribute that, if present, will be used as the text of the converter message, replacing any message that comes from the converter
disabled false false javax.el.ValueExpression
(must evaluate to boolean)
If true sets state of the item to disabled state. Default value is "false".
disabledGroupClass false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Assigns one or more space-separated CSS class names to the component disabled groups
disabledGroupStyle false false javax.el.ValueExpression
(must evaluate to java.lang.String)
CSS style rules to be applied to the component disabled groups
disabledItemClass false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Assigns one or more space-separated CSS class names to the component disabled items
disabledItemStyle false false javax.el.ValueExpression
(must evaluate to java.lang.String)
CSS style rules to be applied to the component disabled items
event false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Defines the event on the representation element that triggers the submenu's expand/collapse. Default value is "onclick".
expandMode false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Set the submission mode for all panel menu groups after expand/collapse except ones where this attribute redefined. Possible values are "ajax", "server", "none". Default value is "none".
expandSingle false false javax.el.ValueExpression
(must evaluate to boolean)
Whether only one panel menu node on top level can be opened at a time. If the value of this attribute is true, the previously opened node on the top level is closed. If the value is false, the node is left opened. Default value is "false".
groupClass false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Assigns one or more space-separated CSS class names to any component group except top groups
groupStyle false false javax.el.ValueExpression
(must evaluate to java.lang.String)
CSS style rules to be applied to any component group except top groups
hoveredGroupClass false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Assigns one or more space-separated CSS class names to the component hovered group
hoveredGroupStyle false false javax.el.ValueExpression
(must evaluate to java.lang.String)
CSS style rules to be applied to the component hovered group
hoveredItemClass false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Assigns one or more space-separated CSS class names to the component hovered item
hoveredItemStyle false false javax.el.ValueExpression
(must evaluate to java.lang.String)
CSS style rules to be applied to the component hovered item
iconCollapsedGroup false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Path to the icon to be displayed for the collapsed Group state. You can also use predefined icons, setting the attribute to one of these possible values: "triangle", "triangleUp", "triangleDown", "disc", "chevron", "chevronUp", "chevronDown", "grid". Default value is "grid".
iconCollapsedTopGroup false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Path to the icon to be displayed for the collapsed top group state.\ You can also use predefined icons, setting the attribute to one of these possible values: "triangle", "triangleUp", "triangleDown", "disc", "chevron", "chevronUp", "chevronDown", "grid". Default value is "grid".
iconDisabledGroup false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Path to the icon to be displayed for the disabled group state. You can also use predefined icons, setting the attribute to one of these possible values: "triangle", "triangleUp", "triangleDown", "disc", "chevron", "chevronUp", "chevronDown", "grid". Default value is "grid".
iconDisabledItem false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Path to the icon to be displayed for the disabled item state. You can also use predefined icons, setting the attribute to one of these possible values: "triangle", "triangleUp", "triangleDown", "disc", "chevron", "chevronUp", "chevronDown", "grid". Default value is "grid".
iconExpandedGroup false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Path to the icon to be displayed for the expanded Group state. You can also use predefined icons, setting the attribute to one of these possible values: "triangle", "triangleUp", "triangleDown", "disc", "chevron", "chevronUp", "chevronDown", "grid". Default value is "grid".
iconExpandedTopGroup false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Path to the icon to be displayed for the expanded top group state. You can also use predefined icons, setting the attribute to one of these possible values: "triangle", "triangleUp", "triangleDown", "disc", "chevron", "chevronUp", "chevronDown", "grid". Default value is "grid".
iconGroupPosition false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Position of the icon for the group icon. Possible values are "left","right","none". Default value is "left".
iconGroupTopPosition false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Position of the icon for the top group icon. Possible values are "left","right","none". Default value is "left".
iconItem false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Path to the icon to be displayed for the enabled item state. You can also use predefined icons, setting the attribute to one of these possible values: "triangle", "triangleUp", "triangleDown", "disc", "chevron", "chevronUp", "chevronDown", "grid". Default value is "grid".
iconItemPosition false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Position of the icon for the item icon. Possible values are "left","right","none". Default value is "left".
iconItemTopPosition false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Position of the icon for the top item icon. Possible values are "left","right","none". Default value is "left".
iconTopDisableGroup false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Path to the icon to be displayed for the disabled top Group state. You can also use predefined icons, setting the attribute to one of these possible values: "triangle", "triangleUp", "triangleDown", "disc", "chevron", "chevronUp", "chevronDown", "grid". Default value is "grid".
iconTopDisabledItem false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Path to the icon to be displayed for the disabled top item state. You can also use predefined icons, setting the attribute to one of these possible values: "triangle", "triangleUp", "triangleDown", "disc", "chevron", "chevronUp", "chevronDown", "grid". Default value is "grid".
iconTopItem false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Path to the icon to be displayed for the enabled top item state. You can also use predefined icons, setting the attribute to one of these possible values: "triangle", "triangleUp", "triangleDown", "disc", "chevron", "chevronUp", "chevronDown", "grid". Default value is "grid".
id false false java.lang.String Every component may have a unique id that is automatically created if omitted
immediate false false javax.el.ValueExpression
(must evaluate to boolean)
A flag indicating that this component value must be converted and validated immediately (that is, during Apply Request Values phase), rather than waiting until a Process Validations phase
itemClass false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Assigns one or more space-separated CSS class names to any component item except top items
itemStyle false false javax.el.ValueExpression
(must evaluate to java.lang.String)
CSS style rules to be applied to the component item except top items
label false false javax.el.ValueExpression
(must evaluate to java.lang.String)
A localized user presentable name for this component.
mode false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Set the submission mode for all panel menu items on the panel menu except ones where this attribute redefined. Possible values are "ajax", "server", "server". Default value is "server".
onclick false false javax.el.ValueExpression
(must evaluate to java.lang.String)
The client-side script method to be called when the component is clicked
ondblclick false false javax.el.ValueExpression
(must evaluate to java.lang.String)
HTML: a script expression; a pointer button is double-clicked
ongroupcollapse false false javax.el.ValueExpression
(must evaluate to java.lang.String)
The client-side script method to be called when some group is closed
ongroupexpand false false javax.el.ValueExpression
(must evaluate to java.lang.String)
The client-side script method to be called when some group is activated
onitemhover false false javax.el.ValueExpression
(must evaluate to java.lang.String)
The client-side script method to be called when a panel menu item is hovered
onkeydown false false javax.el.ValueExpression
(must evaluate to java.lang.String)
The client-side script method to be called when a key is pressed down over the element
onkeypress false false javax.el.ValueExpression
(must evaluate to java.lang.String)
The client-side script method to be called when a key is pressed over the element and released
onkeyup false false javax.el.ValueExpression
(must evaluate to java.lang.String)
The client-side script method to be called when a key is released
onmousedown false false javax.el.ValueExpression
(must evaluate to java.lang.String)
The client-side script method to be called when a mouse button is pressed down over the element
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 component
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 component
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 component
onmouseup false false javax.el.ValueExpression
(must evaluate to java.lang.String)
The client-side script method to be called when a mouse button is released
rendered false false javax.el.ValueExpression
(must evaluate to boolean)
If "false", this component is not rendered
required false false javax.el.ValueExpression
(must evaluate to boolean)
If "true", this component is checked for non-empty input
requiredMessage false false javax.el.ValueExpression
(must evaluate to java.lang.String)
A ValueExpression enabled attribute which defines text of validation message to show, if a required field is missing
selectedChild false false javax.el.ValueExpression
(must evaluate to java.lang.String)
contain the name or the clientId of any of the item or group, the child defined in this attribute should be highlighted on PanelMenu rendering
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 space-separated CSS class names to the component. Corresponds to the HTML "class" attribute.
topGroupClass false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Assigns one or more space-separated CSS class names to the component top groups
topGroupStyle false false javax.el.ValueExpression
(must evaluate to java.lang.String)
CSS style rules to be applied to the component top groups
topItemClass false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Assigns one or more space-separated CSS class names to the component top items
topItemStyle false false javax.el.ValueExpression
(must evaluate to java.lang.String)
CSS style rules to be applied to the component top items
validator false false javax.el.MethodExpression
(signature must match void validator(javax.faces.context.FacesContext, javax.faces.component.UIComponent, java.lang.Object))
MethodBinding pointing at a method that is called during Process Validations phase of the request processing lifecycle, to validate the current value of this component
validatorMessage false false javax.el.ValueExpression
(must evaluate to java.lang.String)
A ValueExpression enabled attribute that, if present, will be used as the text of the validator message, replacing any message that comes from the validator
value false false javax.el.ValueExpression
(must evaluate to java.lang.Object)
The current value of this component
valueChangeListener false false javax.el.MethodExpression
(signature must match void valueChangeListener(javax.faces.event.ValueChangeEvent))
Listener for value changes
width false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Set minimal width for the menu. Default value is "100%".