p

Tag sidebar

Component Information 
InfoValue
Component Typeorg.primefaces.component.Sidebar
Handler ClassNone
Renderer Typeorg.primefaces.component.SidebarRenderer
DescriptionNone
Attributes 
NameRequiredTypeDescription
appendTofalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Appends the sidebar to the given search expression.
baseZIndexfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
Base zIndex value to use in layering. Only use this attribute if you are having issues with your sidebar displaying as this may cause issues with overlay components inside the sidebar.
bindingfalsejakarta.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
An el expression referring to a server side UIComponent instance in a backing bean.
blockScrollfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Whether to block scrolling of the document when sidebar is active.
dynamicfalsejakarta.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 overlay is not rendered on page load to improve performance. Default is false.
fullScreenfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
No Description
idfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Unique identifier of the component in a namingContainer.
onHidefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when sidebar is hidden.
onShowfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when sidebar is displayed.
positionfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Position of the sidebar. Default is left.
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.
showCloseIconfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Displays a close icon to hide the overlay, default is true.
stylefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Style of the container element.
styleClassfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
StyleClass of the container element.
visiblefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Specifies the visibility of the sidebar.
widgetVarfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Name of the client side widget.

Output generated by Vdldoc View Declaration Language Documentation Generator.