primefaces

Tag carousel

Component Information 
InfoValue
Component Typeorg.primefaces.component.Carousel
Handler ClassNone
Renderer TypeNone
DescriptionNone
Attributes 
NameRequiredTypeDescription
autoplayIntervalfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
Time in milliseconds to scroll items automatically, whereas 0 means disabled.Default is 0.
bindingfalsejakarta.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.
circularfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Defines if scrolling would be infinite.Default is false.
containerStyleClassfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Style class of the carousel container.
contentStyleClassfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Style class of the carousel content.
footerTextfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Text content of the footer.
headerTextfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Text content of the header.
idfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Unique identifier of the component in a namingContainer.Default is generated.
indicatorsContentStyleClassfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Style class of the carousel indicators content.
numScrollfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
Number of items to scroll.Default is 1.
numVisiblefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
Number of items per page.Default is 1.
onPageChangefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when a page is changed.
orientationfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Specifies the layout of the component, valid values are "horizontal" and "vertical".Default is horizontal.
pagefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
Index of the first page.Default is 0.
paginatorfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
When enabled, displays paginator.Default is true.
prependIdfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Whether to prepend the component id to its children.Default is true.
renderedfalsejakarta.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.
responsiveOptionsfalsejakarta.el.ValueExpression
(must evaluate to java.util.List)
A list of breakpoint ResponsiveOption for responsive design.
stylefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Inline style of the component.
styleClassfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Style class of the component.
touchablefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Enable touch if supported by device. NULL uses global default or primefaces.TOUCHABLE. Default: globally enabled.
valuefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Object)
Value binding expression to a data model.
varfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Name of the request-scoped variable used to reference each data object in the iteration.
varStatusfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Name of the request-scoped variable used to expose the iteration status.
verticalViewPortHeightfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Height of the viewport in vertical layout.Default is 300px.
widgetVarfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Name of the client side widget.

Output generated by Vdldoc View Declaration Language Documentation Generator.