Info | Value |
---|---|
Component Type | org.primefaces.extensions.component.SlideOut |
Handler Class | None |
Renderer Type | org.primefaces.extensions.component.SlideOutRenderer |
Description | None |
Name | Required | Type | Description |
---|---|---|---|
animateSpeed | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer )
| Speed of the slide out animation. Default is 300. |
autoOpen | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Automatically open tab on DOM load. Default is false. |
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. |
bounceDistance | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| How far bounce event will move everything. Default value is 50px. |
bounceTimes | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer )
| How many bounces when 'bounce' is called. Default is 4. |
clickScreenToClose | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Close the tab when the rest of screen is clicked. Default is true. |
handleOffset | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Handle distance from top or left. If null, detects panel border to align handle nicely. Default value is NULL. |
handleOffsetReverse | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Handle is aligned with right or bottom of window. Default is false. |
handleStyle | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Inline style applied to the tab handle element. Default value is null. |
handleStyleClass | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Style class of the tab handle element. Default value is null. |
icon | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Icon image to display on the handle. Default value is null. |
id | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Unique identifier of the component in a namingContainer. |
location | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Location on screen either left, right, top or bottom. Default value is right. |
offset | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Panel distance from top or left (bottom or right if offsetReverse is true). Default value is 200px. |
offsetReverse | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Panel is aligned with right or bottom of window. Default is false. |
onbeforeclose | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Javascript handler called before closing, return false to cancel. |
onbeforeopen | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Javascript handler called before opening, return false to cancel. |
onbeforeslide | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Javascript handler called before opening or closing, return false to cancel. |
onclose | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Javascript handler to execute when the slideout closes. |
onopen | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Javascript handler to execute when the slideout opens. |
onslide | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Javascript handler called after opening or closing. |
panelStyle | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Inline style applied to the slideout container element. Default value is null. |
panelStyleClass | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Style class of the slideout container element. Default value is null. |
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. |
showOn | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Action which will open the panel, 'hover' or 'click'. |
sticky | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
| True to have the tab follow the scroll of the window. |
title | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Text value to display on the handle. Default value is null. |
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.