| Info | Value | 
|---|---|
| Component Type | org.primefaces.component.Slider | 
| Handler Class | None | 
| Renderer Type | org.primefaces.component.SliderRenderer | 
| Description | None | 
| Name | Required | Type | Description | 
|---|---|---|---|
id | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | Unique identifier of the component in a namingContainer. | 
rendered | false | javax.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. | 
binding | false | javax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
					 | An el expression referring to a server side UIComponent instance in a backing bean. | 
widgetVar | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | Name of the client side widget. | 
for | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | Id of the input text that the slider will be used for. | 
display | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | Id of the component to display the slider value. | 
minValue | false | javax.el.ValueExpression
(must evaluate to java.lang.Double)
					 | Minimum value of the slider. Default is 0.0. | 
maxValue | false | javax.el.ValueExpression
(must evaluate to java.lang.Double)
					 | Maximum value of the slider. Default is 100.0. | 
style | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | Inline style of the container element. | 
styleClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | Style class of the container element. | 
animate | false | javax.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. | 
type | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | Sets the type of the slider, "horizontal" or "vertical". Default is horizontal. | 
step | false | javax.el.ValueExpression
(must evaluate to java.lang.Double)
					 | Fixed pixel increments that the slider move in. Default is 1.0. | 
disabled | false | javax.el.ValueExpression
(must evaluate to java.lang.Boolean)
					 | Disables or enables the slider. | 
onSlideStart | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | Client side callback to execute when slide begins. | 
onSlide | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | Client side callback to execute during sliding. | 
onSlideEnd | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | Client side callback to execute when slide ends. | 
range | false | javax.el.ValueExpression
(must evaluate to java.lang.Boolean)
					 | When enabled, two handles are provided for selecting a range. | 
displayTemplate | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | String template to use when updating the display. Valid placeholders are {value}, {min} and {max}. | 
Output generated by Vdldoc View Declaration Language Documentation Generator.