Info | Value |
---|---|
Component Type | org.primefaces.component.Fieldset |
Handler Class | None |
Renderer Type | org.primefaces.component.FieldsetRenderer |
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. |
collapsed | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Defines initial visibility state of content. Default is false. |
dynamic | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Defines if dynamic loading is enabled for the element's panel. If the value is "true", the fieldset is not rendered on page load to improve performance. Default is false. |
escape | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Defines whether value would be escaped or not, defaults to true. |
id | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Unique identifier of the component in a namingContainer. |
legend | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Title text. |
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 fieldset. |
styleClass | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Style class of the fieldset. |
tabindex | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Position of the element in the tabbing order. |
title | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Advisory tooltip information. |
toggleable | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Makes content toggleable with animation. Default is false. |
toggleSpeed | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer )
| Sets toggle animation speed in milliseconds. Default is 500. |
widgetVar | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Name of the client side widget. |
Output generated by Vdldoc View Declaration Language Documentation Generator.