Attributes |
Name | Required | Request-time | Type | Description |
onclose | false | false | java.lang.String | HTML: script expression; group was closed |
iconClass | false | false | java.lang.String | Class to be applied to icon element |
rendered | false | false | java.lang.String | If "false", this component is not rendered |
showDelay | false | false | java.lang.String | Delay between event and menu showing |
iconDisabled | false | false | java.lang.String | Path to the icon to be displayed for the disabled item state |
id | false | false | java.lang.String | Every component may have a unique id that is automatically created if omitted |
onopen | false | false | java.lang.String | HTML: script expression; group was opened |
styleClass | false | false | java.lang.String | Corresponds to the HTML class attribute |
icon | false | false | java.lang.String | Path to the icon to be displayed for the enabled item state |
style | false | false | java.lang.String | CSS style(s) is/are to be applied when this component is rendered |
onmouseover | false | false | java.lang.String | HTML: a script expression; a pointer is moved onto |
value | true | false | java.lang.String | Defines representation text for menuItem |
iconFolderDisabled | false | false | java.lang.String | Path to the folder icon to be displayed for the enabled item state |
converter | false | false | java.lang.String | Id of Converter to be used or reference to a Converter |
disabled | false | false | java.lang.String | If "true" sets state of the item to disabled state. "false" is default |
selectClass | false | false | java.lang.String | Class to be applied to selected items |
selectStyle | false | false | java.lang.String | CSS style rules to be applied to selected items |
onmouseout | false | false | java.lang.String | HTML: a script expression; a pointer is moved away |
direction | false | false | java.lang.String | Defines direction of the popup sublist to appear (right, left, auto(Default), left-down, left-up, right-down, right-up) |
iconStyle | false | false | java.lang.String | CSS style rules to be applied to icon element |
event | false | false | java.lang.String | Defines the event on the representation element that triggers the menu's appearance |
binding | false | false | java.lang.String | The attribute takes a value-binding expression for a component property of a backing bean |
onmousemove | false | false | java.lang.String | HTML: a script expression; a pointer is moved within |
iconFolder | false | false | java.lang.String | Path to the folder icon to be displayed for the enabled item state |