Info | Value |
---|---|
Component Type | org.primefaces.component.Carousel |
Handler Class | None |
Renderer Type | org.primefaces.component.CarouselRenderer |
Description | None |
Name | Required | Type | Description |
---|---|---|---|
autoplayInterval | false | jakarta.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. |
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. |
circular | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Defines if scrolling would be infinite. Default is false. |
containerStyleClass | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Style class of the viewport container. |
contentStyleClass | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Style class of main content. |
footerText | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Shortcut for footer facet. |
headerText | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Shortcut for header facet. |
id | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Unique identifier of the component in a namingContainer. |
indicatorsContentStyleClass | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Style class of the paginator items. |
numScroll | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer )
| Number of items to scroll. Default is 1. |
numVisible | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer )
| Number of visible items per page. Default is 1. |
onPageChange | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Client side callback to invoke after scroll. |
orientation | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Specifies the layout of the component, valid values are "horizontal" and "vertical". Default is vertical. |
page | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer )
| Index of the first item. |
paginator | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Enables paginator links. Default is true. |
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. |
responsiveOptions | false | jakarta.el.ValueExpression
(must evaluate to java.util.List )
| A list of options for responsive design. |
style | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Inline style of the main container. |
styleClass | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Style class of the main container. |
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. |
value | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Object )
| Datasource of the component. |
var | false | java.lang.String | Name of the iterator variable that references each element in the data set. |
varStatus | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Name of the exported request scoped variable for the status of the iteration. |
verticalViewPortHeight | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Height of the viewport in vertical layout. Default is 300px. |
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.