Info | Value |
---|---|
Component Type | org.primefaces.component.Slider |
Handler Class | None |
Renderer Type | org.primefaces.component.SliderRenderer |
Description | None |
Name | Required | Type | Description |
---|---|---|---|
animate | false | jakarta.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. |
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. |
disabled | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Disables or enables the slider. |
display | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Id of the component to display the slider value. |
displayTemplate | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| String template to use when updating the display. Valid placeholders are {value}, {min} and {max}. |
for | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Id of the input text that the slider will be used for. |
id | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Unique identifier of the component in a namingContainer. |
maxValue | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Double )
| Maximum value of the slider. Default is 100.0. |
minValue | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Double )
| Minimum value of the slider. Default is 0.0. |
onSlide | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Client side callback to execute during sliding. |
onSlideEnd | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Client side callback to execute when slide ends. |
onSlideStart | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Client side callback to execute when slide begins. |
range | false | jakarta.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. |
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. |
step | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Double )
| Fixed pixel increments that the slider move in. Default is 1.0. |
style | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Inline style of the container element. |
styleClass | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Style class of the container element. |
touchable | false | jakarta.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. |
type | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Sets the type of the slider, "horizontal" or "vertical". Default is horizontal. |
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.