| Info | Value |
|---|---|
| Component Type | org.primefaces.component.Sticky |
| Handler Class | None |
| Renderer Type | org.primefaces.component.StickyRenderer |
| 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.Default is generated. |
id | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Unique identifier of the component in a namingContainer.Default is generated. |
margin | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
| Margin to the top of the page during fixed scrolling.Default is 0. |
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.Default is true. |
stickyTopAt | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Selector for elements fixed at the top of the page whose height should be considered when positioning the sticky element. |
target | true | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Identifier of the component(s) to make sticky. |
widgetVar | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Name of the client side widget.Default is generated ('widget_' + componentClientId). |
Output generated by Vdldoc View Declaration Language Documentation Generator.