| Info | Value |
|---|---|
| Component Type | org.primefaces.component.Carousel |
| Handler Class | None |
| Renderer Type | None |
| Description | None |
| Name | Required | Type | Description |
|---|---|---|---|
autoplayInterval | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
| Time in milliseconds to scroll items automatically, whereas 0 means disabled.Default is 0. |
binding | false | jakarta.el.ValueExpression
(must evaluate to jakarta.faces.component.UIComponent)
| An EL expression referring to a server side UIComponent instance in a backing bean.Default is generated. |
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 carousel container. |
contentStyleClass | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Style class of the carousel content. |
footerText | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Text content of the footer. |
headerText | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Text content of the header. |
id | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Unique identifier of the component in a namingContainer.Default is generated. |
indicatorsContentStyleClass | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Style class of the carousel indicators content. |
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 items per page.Default is 1. |
onPageChange | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Client side callback to execute when a page is changed. |
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 horizontal. |
page | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
| Index of the first page.Default is 0. |
paginator | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| When enabled, displays paginator.Default is true. |
prependId | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Whether to prepend the component id to its children.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.Default is true. |
responsiveOptions | false | jakarta.el.ValueExpression
(must evaluate to java.util.List)
| A list of breakpoint ResponsiveOption for responsive design. |
style | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Inline style of the component. |
styleClass | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Style class of the component. |
touchable | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Enable touch if supported by device. NULL uses global default or primefaces.TOUCHABLE. Default: globally enabled. |
value | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Object)
| Value binding expression to a data model. |
var | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Name of the request-scoped variable used to reference each data object in the iteration. |
varStatus | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Name of the request-scoped variable used to expose the iteration status. |
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.