Info | Value |
---|---|
Component Type | org.primefaces.extensions.component.Case |
Handler Class | None |
Renderer Type | None |
Description | None |
Name | Required | Type | Description |
---|---|---|---|
binding | false | jakarta.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent )
| An EL expression referring to a server side UIComponent instance in a backing bean. |
id | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Unique identifier of the component in a namingContainer. |
style | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Style will be applied to the switch container div if this case matches. Default value is null. |
styleClass | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Style class will be applied to the switch container div if this case matches. Default value is null. |
value | true | jakarta.el.ValueExpression
(must evaluate to java.lang.Object )
| The switch component will check wheter this value is equal to it's value. If so, the childs of this declared case will be rendered. |
Output generated by Vdldoc View Declaration Language Documentation Generator.