Attributes |
Name | Required | Request-time | Type | Description |
hoverClass | false | false | java.lang.String | Class to be applied to hovered items. |
actionListener | false | false | java.lang.String | MethodBinding pointing at method accepting an ActionEvent with return type void |
disabledStyle | false | false | java.lang.String | CSS style rules to be applied to disabled items. |
iconClass | false | false | java.lang.String | Class to be applied to icon element. |
target | false | false | java.lang.String | Target frame for action to execute. |
hoverStyle | false | false | java.lang.String | CSS style rules to be applied to hovered items. |
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 |
id | false | false | java.lang.String | Every component may have a unique id that is automatically created if omitted |
styleClass | false | false | java.lang.String | Corresponds to the HTML class attribute |
onkeypress | false | false | java.lang.String | HTML: a script expression; a key is pressed and released |
icon | false | false | java.lang.String | Path to the icon or the default one name to be displayed for the enabled item state |
ondblclick | false | false | java.lang.String | HTML: a script expression; a pointer button is double-clicked |
style | false | false | java.lang.String | CSS style(s) is/are to be applied when this component is rendered |
name | false | false | java.lang.String | 'selectedChild' attribute of PanelMenu refers to group/item with the same name |
onmouseover | false | false | java.lang.String | HTML: a script expression; a pointer is moved onto |
disabledClass | false | false | java.lang.String | Class to be applied to disabled items. |
onkeyup | false | false | java.lang.String | HTML: a script expression; a key is released |
action | false | false | java.lang.String | MethodBinding pointing at the application action to be invoked, if this UIComponent is activated by the user, during the Apply Request Values or Invoke Application phase of the request processing lifecycle, depending on the value of the immediate property |
value | false | false | java.lang.String | The current value for this component |
actionExpression | false | false | java.lang.String | actionExpression |
disabled | false | false | java.lang.String | If âÂÂtrueâ sets state of the item to disabled state. âÂÂfalseâ is default. |
mode | false | false | java.lang.String | Set the submission mode (ajax,server(Default),none) |
onclick | false | false | java.lang.String | HTML: a script expression; a pointer button is clicked |
onmouseout | false | false | java.lang.String | HTML: a script expression; a pointer is moved away |
onkeydown | false | false | java.lang.String | HTML: a script expression; a key is pressed down |
onmousedown | false | false | java.lang.String | HTML: script expression; a pointer button is pressed down |
label | false | false | java.lang.String | Defines representation text for menuItem. |
immediate | false | false | java.lang.String | True means, that the default ActionListener should be executed immediately (i.e. during Apply Request Values phase of the request processing lifecycle), rather than waiting until the Invoke Application phase |
iconStyle | false | false | java.lang.String | CSS style rules to be applied |
onmouseup | false | false | java.lang.String | HTML: script expression; a pointer button is released |
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 |