| 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 | 
|---|---|---|---|
widgetVar | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | Name of the client side widget. | 
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. | 
firstVisible | false | javax.el.ValueExpression
(must evaluate to java.lang.Integer)
					 | Index of the first visible item. | 
numVisible | false | javax.el.ValueExpression
(must evaluate to java.lang.Integer)
					 | Number of visible items per page. Default is 3. | 
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.