| Info | Value |
|---|---|
| Component Type | org.primefaces.extensions.component.SlideOut |
| Handler Class | None |
| Renderer Type | None |
| Description | None |
| Name | Required | Type | Description |
|---|---|---|---|
animateSpeed | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
| Animation speed in ms.Default is 300. |
autoOpen | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| If true, the panel auto opens on load.Default is false. |
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. |
bounceDistance | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Distance for bounce effect.Default is 50px. |
bounceTimes | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
| Number of bounces.Default is 4. |
clickScreenToClose | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| If true, clicking the screen closes the panel.Default is true. |
handleOffset | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Handle offset distance from edge. |
handleOffsetReverse | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| If true, handle offset is reversed (align with right/bottom).Default is false. |
handleStyle | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Style of the handle. |
handleStyleClass | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Style class of the handle. |
icon | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Icon for the handle. |
id | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Unique identifier of the component in a namingContainer.Default is generated. |
location | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Location: left, right, top or bottom.Default is right. |
offset | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Offset distance of the panel from the edge.Default is 200px. |
offsetReverse | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| If true, offset is reversed (align with right/bottom).Default is false. |
onbeforeclose | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Callback javascript executed before close. |
onbeforeopen | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Callback javascript executed before open. |
onbeforeslide | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Callback javascript executed before slide. |
onclose | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Callback javascript executed after close. |
onopen | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Callback javascript executed after open. |
onslide | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Callback javascript executed on slide. |
panelStyle | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Style of the slideout panel. |
panelStyleClass | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Style class of the slideout panel. |
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. |
showOn | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Show on 'click' or 'hover'.Default is click. |
sticky | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| If true, the panel is positioned fixed (sticky).Default is false. |
title | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Text title of the handle. |
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.