p

Tag slider

Component Information 
InfoValue
Component Typeorg.primefaces.component.Slider
Handler ClassNone
Renderer Typeorg.primefaces.component.SliderRenderer
DescriptionNone
Attributes 
NameRequiredTypeDescription
animatefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Boolean value to enable/disable the animated move when background of slider is clicked. Default is true.
bindingfalsejakarta.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
An el expression referring to a server side UIComponent instance in a backing bean.
disabledfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Disables or enables the slider.
displayfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Id of the component to display the slider value.
displayTemplatefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
String template to use when updating the display. Valid placeholders are {value}, {min} and {max}.
forfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Id of the input text that the slider will be used for.
idfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Unique identifier of the component in a namingContainer.
maxValuefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Double)
Maximum value of the slider. Default is 100.0.
minValuefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Double)
Minimum value of the slider. Default is 0.0.
onSlidefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute during sliding.
onSlideEndfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when slide ends.
onSlideStartfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when slide begins.
rangefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
When set `true`, two handles are provided for selection a range. Another types `false` for disable range style and `max` for shows range handle to the slider max.
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.
stepfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Double)
Fixed pixel increments that the slider move in. Default is 1.0.
stylefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Inline style of the container element.
styleClassfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Style class of the container element.
touchablefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Enable touch support if browser detection supports it. Default is false because it is globally enabled by default.
typefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Sets the type of the slider, "horizontal" or "vertical". Default is horizontal.
widgetVarfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Name of the client side widget.

Output generated by Vdldoc View Declaration Language Documentation Generator.