| 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. "false" is default |
| 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 |
| 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)
|
Class to be applied to 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 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)
|
Class to be applied to label element |
| onclose | false | false |
javax.el.ValueExpression
(must evaluate to java.lang.String)
|
HTML: script expression; group was closed |
| onmousemove | false | false |
javax.el.ValueExpression
(must evaluate to java.lang.String)
|
HTML: a script expression; a pointer is moved within |
| onmouseout | false | false |
javax.el.ValueExpression
(must evaluate to java.lang.String)
|
HTML: a script expression; a pointer is moved away |
| onmouseover | false | false |
javax.el.ValueExpression
(must evaluate to java.lang.String)
|
HTML: a script expression; a pointer is moved onto |
| onopen | false | false |
javax.el.ValueExpression
(must evaluate to java.lang.String)
|
HTML: script expression; group was 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)
|
Class to be applied to selected items |
| selectStyle | false | false |
javax.el.ValueExpression
(must evaluate to java.lang.String)
|
CSS style rules to be applied to selected items |
| showDelay | false | false |
javax.el.ValueExpression
(must evaluate to java.lang.Integer)
|
Delay between event and menu showing |
| style | false | false |
javax.el.ValueExpression
(must evaluate to java.lang.String)
|
CSS style(s) is/are to be applied when this component is rendered |
| styleClass | false | false |
javax.el.ValueExpression
(must evaluate to java.lang.String)
|
Corresponds to the HTML class attribute |
| value | true | false |
javax.el.ValueExpression
(must evaluate to java.lang.Object)
|
Defines representation text for menuItem |