Info | Value |
---|---|
Component Type | org.primefaces.component.SplitterPanel |
Handler Class | None |
Renderer Type | None |
Description | None |
Name | Required | Type | Description |
---|---|---|---|
ariaLabel | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Splitter handle ARIA label for screenreader support. |
ariaLabelledBy | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Establishes relationships between the splitter and panel label element IDs. |
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. |
minSize | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer )
| Minimum size of the element relative to 100%. |
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. |
size | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer )
| Size of the element relative to 100%. |
style | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Inline style of the component. |
styleClass | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Style class of the component. |
tabindex | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Position in the tabbing order. |
Output generated by Vdldoc View Declaration Language Documentation Generator.