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