RichFaces
Tag menuGroup


The <rich:menuGroup> component is used to define an expandable group of items inside a pop-up list or another group.


Tag Information
Tag Classorg.richfaces.taglib.MenuGroupTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
bindingfalsefalsejavax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
The attribute takes a value-binding expression for a component property of a backing bean
converterfalsefalsejavax.el.ValueExpression
(must evaluate to javax.faces.convert.Converter)
Id of Converter to be used or reference to a Converter
directionfalsefalsejavax.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")
disabledfalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
If "true" sets state of the item to disabled state. Default value is "false".
eventfalsefalsejavax.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".
iconfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Path to the icon to be displayed for the enabled item state
iconClassfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Assigns one or more space-separated CSS class names to the component icon element
iconDisabledfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Path to the icon to be displayed for the disabled item state
iconFolderfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Path to the folder icon to be displayed for the enabled item state
iconFolderDisabledfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Path to the folder icon to be displayed for the enabled item state
iconStylefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
CSS style rules to be applied to the component icon element
idfalsefalsejava.lang.StringEvery component may have a unique id that is automatically created if omitted
labelClassfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Assigns one or more space-separated CSS class names to the component label element
onclosefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The client-side script method to be called when a group is closed
onmousemovefalsefalsejavax.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
onmouseoutfalsefalsejavax.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
onmouseoverfalsefalsejavax.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
onopenfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The client-side script method to be called when a group is opened
renderedfalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
If "false", this component is not rendered
selectClassfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Assigns one or more space-separated CSS class names to the component selected items
selectStylefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
CSS style rules to be applied to the component selected items
showDelayfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
Delay between event and menu showing. Default value is "300".
stylefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
CSS style rules to be applied to the component
styleClassfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Assigns one or more CSS class names to the component. Corresponds to the HTML "class" attribute.
valuetruefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
Defines representation text for menuItem

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.