| Info | Value |
|---|---|
| Component Type | org.primefaces.component.UISubmenu |
| Handler Class | None |
| Renderer Type | None |
| Description | None |
| Name | Required | Type | Description |
|---|---|---|---|
binding | false | jakarta.el.ValueExpression
(must evaluate to jakarta.faces.component.UIComponent)
| An el expression referring to a server side UIComponent instance in a backing bean. |
disabled | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Disables or enables the submenu. |
expanded | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Defines the state of the submenu. |
icon | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Icon of a submenu, see menuitem to see how it is used. |
id | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Unique identifier of the component in a namingContainer. |
label | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Label of the submenu header. |
rendered | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Boolean value to specify the rendering of the component, when set to false component will not be rendered. |
style | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Inline style of the menu. |
styleClass | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Style class of the submenu. |
Output generated by Vdldoc View Declaration Language Documentation Generator.