RichFaces ( Legacy URL )
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)
Class to be applied to 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 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)
Class to be applied to label element
onclosefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML: script expression; group was closed
onmousemovefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML: a script expression; a pointer is moved within
onmouseoutfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML: a script expression; a pointer is moved away
onmouseoverfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML: a script expression; a pointer is moved onto
onopenfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML: script expression; group was opened
renderedfalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
If "false", this component is not rendered
selectClassfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Class to be applied to selected items
selectStylefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
CSS style rules to be applied to 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(s) is/are to be applied when this component is rendered
styleClassfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
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.