primefaces

Tag sticky

Component Information 
InfoValue
Component Typeorg.primefaces.component.Sticky
Handler ClassNone
Renderer Typeorg.primefaces.component.StickyRenderer
DescriptionNone
Attributes 
NameRequiredTypeDescription
bindingfalsejakarta.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.
idfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Unique identifier of the component in a namingContainer.Default is generated.
marginfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
Margin to the top of the page during fixed scrolling.Default is 0.
renderedfalsejakarta.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.
stickyTopAtfalsejakarta.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.
targettruejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Identifier of the component(s) to make sticky.
widgetVarfalsejakarta.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.