| Info | Value | 
|---|---|
| Component Type | org.primefaces.component.Carousel | 
| Display Name | None | 
| Handler Class | None | 
| Renderer Type | org.primefaces.component.CarouselRenderer | 
| 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. | 
| value | false | javax.el.ValueExpression(must evaluate to java.lang.Object) | Datasource of the component. | 
| var | false | javax.el.ValueExpression(must evaluate to java.lang.String) | Name of the iterator variable used to refer each data. | 
| rows | false | javax.el.ValueExpression(must evaluate to java.lang.Integer) | Number of rows to display per page. Default value is 0 meaning to display all data available. | 
| first | false | javax.el.ValueExpression(must evaluate to java.lang.Integer) | Index of the first data to display. | 
| widgetVar | false | javax.el.ValueExpression(must evaluate to java.lang.String) | Name of the client side widget. | 
| circular | false | javax.el.ValueExpression(must evaluate to java.lang.Boolean) | Sets continuous scrolling. Default is false. | 
| vertical | false | javax.el.ValueExpression(must evaluate to java.lang.Boolean) | Sets vertical scrolling. Default is false | 
| autoPlayInterval | false | javax.el.ValueExpression(must evaluate to java.lang.Integer) | Sets the time in milliseconds to have Carousel start scrolling automatically after being initialized. Default is 0. | 
| pageLinks | false | javax.el.ValueExpression(must evaluate to java.lang.Integer) | Defines number of pageLinks of paginator. | 
| effect | false | javax.el.ValueExpression(must evaluate to java.lang.String) | Name of the animation effect slide or fade. Default is slide. | 
| easing | false | javax.el.ValueExpression(must evaluate to java.lang.String) | Name of the animation effect. Default is easeInOutCirc. | 
| effectDuration | false | javax.el.ValueExpression(must evaluate to java.lang.Integer) | Sets the speed of the scrolling animation in milliseconds. Default is 500. | 
| dropdownTemplate | false | javax.el.ValueExpression(must evaluate to java.lang.String) | Text format of the pager dropdown elements. Default is "{page}". | 
| style | false | javax.el.ValueExpression(must evaluate to java.lang.String) | Inline style of the main container. | 
| styleClass | false | javax.el.ValueExpression(must evaluate to java.lang.String) | Style class of the main container. | 
| itemStyle | false | javax.el.ValueExpression(must evaluate to java.lang.String) | Inline style of each item container. | 
| itemStyleClass | false | javax.el.ValueExpression(must evaluate to java.lang.String) | Style class of each item container. | 
| headerText | false | javax.el.ValueExpression(must evaluate to java.lang.String) | Shortcut for header facet. | 
| footerText | false | javax.el.ValueExpression(must evaluate to java.lang.String) | Shortcut for footer facet. | 
Output generated by Vdldoc View Declaration Language Documentation Generator.