pe

Tag slideout

Component Information 
InfoValue
Component Typeorg.primefaces.extensions.component.SlideOut
Handler ClassNone
Renderer Typeorg.primefaces.extensions.component.SlideOutRenderer
DescriptionNone
Attributes 
NameRequiredTypeDescription
animateSpeedfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
Speed of the slide out animation. Default is 300.
autoOpenfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Automatically open tab on DOM load. Default is false.
bindingfalsejakarta.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
An el expression referring to a server side UIComponent instance in a backing bean.
bounceDistancefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
How far bounce event will move everything. Default value is 50px.
bounceTimesfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
How many bounces when 'bounce' is called. Default is 4.
clickScreenToClosefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Close the tab when the rest of screen is clicked. Default is true.
handleOffsetfalsejakarta.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.
handleOffsetReversefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Handle is aligned with right or bottom of window. Default is false.
handleStylefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Inline style applied to the tab handle element. Default value is null.
handleStyleClassfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Style class of the tab handle element. Default value is null.
iconfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Icon image to display on the handle. Default value is null.
idfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Unique identifier of the component in a namingContainer.
locationfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Location on screen either left, right, top or bottom. Default value is right.
offsetfalsejakarta.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.
offsetReversefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Panel is aligned with right or bottom of window. Default is false.
onbeforeclosefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Javascript handler called before closing, return false to cancel.
onbeforeopenfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Javascript handler called before opening, return false to cancel.
onbeforeslidefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Javascript handler called before opening or closing, return false to cancel.
onclosefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Javascript handler to execute when the slideout closes.
onopenfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Javascript handler to execute when the slideout opens.
onslidefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Javascript handler called after opening or closing.
panelStylefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Inline style applied to the slideout container element. Default value is null.
panelStyleClassfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Style class of the slideout container element. Default value is null.
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.
showOnfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Action which will open the panel, 'hover' or 'click'.
stickyfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
True to have the tab follow the scroll of the window.
titlefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Text value to display on the handle. Default value is null.
widgetVarfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Name of the client side widget.

Output generated by Vdldoc View Declaration Language Documentation Generator.